https://github.com/varunu28/tweet-automator
A Python script to automate the process of posting tweets
https://github.com/varunu28/tweet-automator
python3 tweepy
Last synced: 6 months ago
JSON representation
A Python script to automate the process of posting tweets
- Host: GitHub
- URL: https://github.com/varunu28/tweet-automator
- Owner: varunu28
- Created: 2018-11-06T22:06:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:16:59.000Z (almost 3 years ago)
- Last Synced: 2025-04-23T01:57:32.156Z (6 months ago)
- Topics: python3, tweepy
- Language: Python
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tweet-Automator
A Python script to automate the process of posting tweets## How to run the script
- Install dependencies
```angular2html
pip install -r requirements.txt
```
- Add a ```credentials.py``` in the following format
```
ACCESS_TOKEN = "####"
ACCESS_TOKEN_SECRET = "####"
CONSUMER_KEY = "####"
CONSUMER_SECRET = "####"
```
- Adjust the ```NUM_OF_TWEETS``` and ```WAIT_TIME``` parameter in ```script.py```. Make sure to not have a very small ```WAIT_TIME```.
- Run the script
```angular2html
python script.py
```## To do
- Add a config.yaml file