Tweet-Automator
Tweet-Automator copied to clipboard
A Python script to automate the process of posting tweets
Tweet-Automator
A Python script to automate the process of posting tweets
How to run the script
- Install dependencies
pip install -r requirements.txt
- Add a
credentials.py
in the following formatACCESS_TOKEN = "####" ACCESS_TOKEN_SECRET = "####" CONSUMER_KEY = "####" CONSUMER_SECRET = "####"
- Adjust the
NUM_OF_TWEETS
andWAIT_TIME
parameter inscript.py
. Make sure to not have a very smallWAIT_TIME
. - Run the script
python script.py
To do
- Add a config.yaml file