This project streams Tweets to find giveaways and enters them.
Use this script at your own risk. I do not take responsibility for any issues or damages caused.
-
Ensure you have a Twitter Developer account.
-
Place the consumer key, consumer secret, access token and access secret token into a
config.py
file. -
Setup a virtual environment
-
Create virtual environment
$ python -m venv venv
-
Activate virtual environment
-
For Windows
$ .\venv\Scripts\activate.bat
-
For Mac/Linux
$ source venv\bin\activate
-
-
Install dependencies
$ pip install -r requirements.txt
-
-
Run Python script
$ python bot.py