Automate TikTok commenting with ease! This script uses Selenium to log in to TikTok, navigate hashtags, and post comments on videos, All hashtags and comments can be edited!
Run the python file login to tiktok and the script will save the cookies and use this for the next time you run it
- Log in to TikTok using saved cookies or manual login.
- Automatically post comments on videos under specified hashtags.
- Customizable comments promoting your choosen projects or product.
- Python 3.x
- Selenium
- Google Chrome & ChromeDriver
- Install the required Python libraries:
pip install selenium
- Configure your TikTok credentials in the script:
EMAIL = "your_email@example.com" PASSWORD = "your_password"
- Run the script:
python tiktokAdvertiser.py
Feel free to suggest improvements or contribute by visiting https://github.com/zebbern.
Warning
These is intended for educational and ethical hacking purposes only. It should only be used to test systems you own or have explicit permission to test. Unauthorized use of third-party websites or systems without consent is illegal and unethical.