This is a modification of https://github.com/kangoka/tiktodv3 adding followers to the script
This uses Vipto.de as a basis for getting views, likes, and followers.
-10 followers per 2 minutes
-1000 views per 30 seconds
-25 likes per 1 minute
Python 3 or newer
pip install selenium pip install pyfiglet==0.7.5
- Download this repository
- Make sure all depedencies are installed
- Open tiktokv4 using a Code Editor and edit line
vidUrl = "YOUR_URL" #Change YOUR_URL to your Tik Tok video URL username = "YOUR_USERNAME" #Change YOUR_USERNAME to your Tik Tok username auto = 1 #Read comment above this line for more info
- Use RDP to get tons of views or fans (run 24/7)
- If you are using Chrome ver 84, you don't need to download chromedriver again (won't cause error). But, if you are not using Chrome ver 84, then download the right version like your Chrome version. Download here
- If the website update like removed one or some features, just change the auto value. e.g If the website removed auto views, you can use auto hearts features only, don't use value = 1 or value = 3
- Thanks to https://vipto.de/ for providing great free service like this
- People who ask for and recommend this website
- Thanks to https://github.com/kangoka/ for the original code
JavaScript or Python