-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The future of ProxiTok / FAQ #204
Comments
Thank you, @pablouser1, you're a rockstar! |
well, anybody knows PHP so it's still a good choice... an alternative may be something with node.js (so you already have the javascript parser integrated for the backend) and you can "compile" it also to work with browser directly, without the needs of a backend. |
Thanks for the update, good luck on fixing the project! |
yes thanks for your efforts. I miss my instance |
there is no other project like proxitok, YOU, the only one who keep this up. thanks |
Hi Pablouser1, maintain this project as other FOSS facing shutdown and blocking. |
Hi, are there any updates to the project? The last commit was 2 months ago, I'm getting kind of concerned about this project. |
Me too. |
Might be a need to fork the project. |
The project is now active again, I've made some changes to the scraper. |
Also, keep in mind that there are still some issues with the current implementation:
|
man i wish this project worked i hate how tiktok forces you to download their app |
We just launched a FOSS frontend for TikTok at StickTock.com and the repo is at https://github.com/PrivacySafe/sticktock License is AGPLv3 This is based off offtiktok but we've fixed + refactored a lot of the code and have made it a bit easier to deploy, along with changing the UI. We'd love to have conributors who can help us make it truly portable, and maybe the API backend pieces are helpful with fixing ProxiTok. |
Just checked it, looked good and worked seamlessly! Hope the OffTiktok project and Proxitok gets maintained again.
|
@profdiggity Thanks for mentioning this, I love having options! One thing I like about ProxiTok is how it uses the browser's standard HTML5 video player, which has much better play/pause/scrubbing capabilities than a more TikTok-like player. Just my two cents. 😊 |
Hi, long time no see!
As you may have already seen, ProxiTok has been in rough shape for quite some time.
Broken stuff
Let's start with the obvious:
I'm working on the first issue at the moment and I hope that I fix it soon enough.
About signing, I've been trying to make it work but it is not working nicely with SignTok
Dev-related
So, let's address the elephant in the room:
I'm prioritazing all of this instead of adding new features at the moment hoping that it would make working on the project easier, both for me and for contributors.
FAQ
Q: Why PHP? / Why not Rust, Go, Typescript...
A: I used PHP because I didn't want to write a scraper by myself so I started searching for already made wrappers on languages I knew how to use, I ended up finding this project which used the old TikTok Api (/node)
When the old api stopped working I had to write a new one anyways, so I sticked to PHP because I didn't want to rewrite the frontend.
I have been considering changing to a more strongly typed language (maybe Go or Typescript?). It would take a good amount of time but it could also be a good oportunity to make stuff right from the beginning.
Q: Why not adding docs/tests/... from the beginning?
A: Mistakes were made. This was my first ever project that had a significant userbase so it was also the first time I had ever implemented unit testing, containerization or even had contributors.
If you have more questions or suggestions about the project you can type them on this issue and I'll be adding them if they are relevant.
The text was updated successfully, but these errors were encountered: