This is a discord bot that can post the link of new Tiktok posts from a given creator into a discord channel
Create a dotenv (.env) file and add the key USERNAME key with the value as the tiktok username you want to track
Optional Key value pairs are
- DEBUG = True | False
- WEBDRIVER_PORT = int
- WINDOWS = True | False
Start: docker-compose up
Shutdown: docker-compose down
- Clone the git repository
- Create python virtual environment
- Install the python modules listed in requirements.txt
- If on Windows set the WINDOWS environment variable to True
- Set up Selenium Server
- Run Python main.py