Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablouser1/ProxiTok
Open source alternative frontend for TikTok made using PHP
https://github.com/pablouser1/ProxiTok
alternative-frontends php proxitok tiktok tiktok-scraper
Last synced: about 2 months ago
JSON representation
Open source alternative frontend for TikTok made using PHP
- Host: GitHub
- URL: https://github.com/pablouser1/ProxiTok
- Owner: pablouser1
- License: agpl-3.0
- Created: 2022-01-01T19:08:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T12:34:12.000Z (4 months ago)
- Last Synced: 2024-10-10T14:22:20.032Z (2 months ago)
- Topics: alternative-frontends, php, proxitok, tiktok, tiktok-scraper
- Language: PHP
- Homepage: https://github.com/pablouser1/ProxiTok/wiki/Public-instances
- Size: 679 KB
- Stars: 1,831
- Watchers: 26
- Forks: 135
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-privacy-front-ends - ProxiTok - Open source, privacy-focused, alternative front-end for TikTok made using PHP. `PHP/AGPL-3.0`. (List / TikTok)
- awesome-reconsidera-takeaway - ProxiTok - Source Software][oss icon] (网络资源 / 隐私与安全)
- alternative-frontends - x
- alternative-front-ends - ProxiTok
- alternative-frontends - x
- awesome-starz - pablouser1/ProxiTok - Open source alternative frontend for TikTok made using PHP (PHP)
README
# ProxiTok
Use Tiktok with an alternative frontend, inspired by Nitter.## WARNING
THE LATEST VERSION **v2.5.0.0** INCLUDES BREAKING CHANGES, CHECK THE [PULL REQUEST](https://github.com/pablouser1/ProxiTok/pull/224) FOR MORE INFO## Features
* Privacy: All requests made to TikTok are server-side, so you will never connect to their servers
* See user's feed
* See tags
* See video by id
* Themes
* RSS Feed for user and tag (just add /rss to the url)## Self-hosting
Please check [this](https://github.com/pablouser1/ProxiTok/wiki/Self-hosting) wiki article for info on how to self-host your own instance## Public instances
[This](https://github.com/pablouser1/ProxiTok/wiki/Public-instances) wiki article contains a list with all the known public instances.Instances list in JSON format can be found in [instances.json](instances.json) file.
## Extensions
If you want to automatically redirect Tiktok links to ProxiTok you can use:
* [Libredirect](https://github.com/libredirect/libredirect)
* [Redirector](https://github.com/einaregilsson/Redirector)You can use the following config if you want to use Redirector (you can change https://proxitok.pabloferreiro.es with whatever instance you want to use):
```
Description: TikTok to ProxiTok
Example URL: https://www.tiktok.com/@tiktok
Include pattern: (.*//.*)(tiktok.com)(.*)
Redirect to: https://proxitok.pabloferreiro.es$3
Example result: https://proxitok.pabloferreiro.es/@tiktok
Pattern type: Regular Expression
Apply to: Main window (address bar)
```## TODO / Known issues
* Fix Heroku, still using old signer method
* Replace placeholder favicon
* Make video on /video fit screen and don't overflow
* Fix embed styling
* Fix crash when invalid vm.tiktok.com/CODE or www.tiktok.com/t/CODE is provided
* Add custom amount of videos per page## Credits
* [TheFrenchGhosty](https://thefrenchghosty.me) ([Github](https://github.com/TheFrenchGhosty)): Initial Dockerfile and fixes to a usable state.
* [Jennifer Wjertzoch](https://wjertzochjennifer.medium.com): Carousel CSS Implementation### External libraries
* [TikScraperPHP](https://github.com/pablouser1/TikScraperPHP)
* [Latte](https://github.com/nette/latte)
* [bramus/router](https://github.com/bramus/router)
* [PHP dotenv](https://github.com/vlucas/phpdotenv)
* [Bulma](https://github.com/jgthms/bulma) and [Bulmaswatch](https://github.com/jenil/bulmaswatch)