{"id":13409336,"url":"https://github.com/pablouser1/ProxiTok","last_synced_at":"2025-03-14T14:31:11.600Z","repository":{"id":37352032,"uuid":"443605948","full_name":"pablouser1/ProxiTok","owner":"pablouser1","description":"Open source alternative frontend for TikTok made using PHP","archived":false,"fork":false,"pushed_at":"2024-08-28T12:34:12.000Z","size":695,"stargazers_count":1849,"open_issues_count":52,"forks_count":134,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-10-29T15:45:47.300Z","etag":null,"topics":["alternative-frontends","php","proxitok","tiktok","tiktok-scraper"],"latest_commit_sha":null,"homepage":"https://github.com/pablouser1/ProxiTok/wiki/Public-instances","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pablouser1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"liberapay":"pablouser1","custom":"https://paypal.me/pablouser1"}},"created_at":"2022-01-01T19:08:33.000Z","updated_at":"2024-10-29T06:06:59.000Z","dependencies_parsed_at":"2023-11-29T17:48:12.484Z","dependency_job_id":"2b83319d-fd42-4e44-8c33-042fa5617950","html_url":"https://github.com/pablouser1/ProxiTok","commit_stats":null,"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablouser1%2FProxiTok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablouser1%2FProxiTok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablouser1%2FProxiTok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablouser1%2FProxiTok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pablouser1","download_url":"https://codeload.github.com/pablouser1/ProxiTok/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243593349,"owners_count":20316172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alternative-frontends","php","proxitok","tiktok","tiktok-scraper"],"created_at":"2024-07-30T20:00:59.950Z","updated_at":"2025-03-14T14:31:11.022Z","avatar_url":"https://github.com/pablouser1.png","language":"PHP","funding_links":["https://liberapay.com/pablouser1","https://paypal.me/pablouser1"],"categories":["Social Networks and Platforms","php","PHP","Alternative Web Front-ends","网络资源","Alternative Frontends","Overview","\u003ca id=\"unofficial-community\"\u003e\u003c/a\u003e⚠️ Unofficial \u0026 Community APIs","TikTok","List"],"sub_categories":["TikTok","Tiktok","隐私与安全","📚 Additional Resources"],"readme":"# ProxiTok\nUse Tiktok with an alternative frontend, inspired by Nitter.\n\n## WARNING\nTHE LATEST VERSION **v2.5.0.0** INCLUDES BREAKING CHANGES, CHECK THE [PULL REQUEST](https://github.com/pablouser1/ProxiTok/pull/224) FOR MORE INFO\n\n## Features\n* Privacy: All requests made to TikTok are server-side, so you will never connect to their servers\n* See user's feed\n* See tags\n* See video by id\n* Themes\n* RSS Feed for user and tag (just add /rss to the url)\n\n## Self-hosting\nPlease check [this](https://github.com/pablouser1/ProxiTok/wiki/Self-hosting) wiki article for info on how to self-host your own instance\n\n## Public instances\n[This](https://github.com/pablouser1/ProxiTok/wiki/Public-instances) wiki article contains a list with all the known public instances.\n\nInstances list in JSON format can be found in [instances.json](instances.json) file.\n\n## Extensions\nIf you want to automatically redirect Tiktok links to ProxiTok you can use:\n* [Libredirect](https://github.com/libredirect/libredirect)\n* [Redirector](https://github.com/einaregilsson/Redirector)\n\nYou 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):\n```\nDescription: TikTok to ProxiTok\nExample URL: https://www.tiktok.com/@tiktok\nInclude pattern: (.*//.*)(tiktok.com)(.*)\nRedirect to: https://proxitok.pabloferreiro.es$3\nExample result: https://proxitok.pabloferreiro.es/@tiktok\nPattern type: Regular Expression\nApply to: Main window (address bar)\n```\n\n## TODO / Known issues\n* Fix Heroku, still using old signer method\n* Replace placeholder favicon\n* Make video on /video fit screen and don't overflow\n* Fix embed styling\n* Fix crash when invalid vm.tiktok.com/CODE or www.tiktok.com/t/CODE is provided\n* Add custom amount of videos per page\n\n## Credits\n* [TheFrenchGhosty](https://thefrenchghosty.me) ([Github](https://github.com/TheFrenchGhosty)): Initial Dockerfile and fixes to a usable state.\n* [Jennifer Wjertzoch](https://wjertzochjennifer.medium.com): Carousel CSS Implementation\n\n### External libraries\n* [TikScraperPHP](https://github.com/pablouser1/TikScraperPHP)\n* [Latte](https://github.com/nette/latte)\n* [bramus/router](https://github.com/bramus/router)\n* [PHP dotenv](https://github.com/vlucas/phpdotenv)\n* [Bulma](https://github.com/jgthms/bulma) and [Bulmaswatch](https://github.com/jenil/bulmaswatch)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablouser1%2FProxiTok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablouser1%2FProxiTok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablouser1%2FProxiTok/lists"}