"TinyFlowerBeds" is a bot that posts a tiny flower bed on Twitter every few hours. It is licensed under the GPL license.
In order to use this bot, you'll need to have access to the Twitter API.
You can request access and get your credentials here.
The bot will check for a file called config.txt
.
config.txt
should have the following format:
CONSUMER_KEY = '<CONSUMER KEY>'
CONSUMER_SECRET = '<CONSUMER SECRET>'
ACCESS_KEY = '<ACCESS KEY>'
ACCESS_SECRET = '<ACCESS SECRET>'
By default, this bot will prioritize environment variables over the config.txt
file.
If you believe that environment variables are more convenient for you, then you will need to register the following keys:
- CONSUMER_KEY
- CONSUMER_SECRET
- ACCESS_KEY
- ACCESS_SECRET ... and assign those keys to their respective values.
- Python 3.6+ (Python 3.8.2 is recommended)
- Your Twitter account's API credentials.
A live demonstration the my bot can be viewed here.
Should you host your own variation of this bot, please include the link to my account in the biography of the account. The config
dictionary can be freely adjusted to your needs.
TinyFlowerBeds is the result of the effort of multiple hobbyists and Python enthusiasts. You can view a list of the people who have contributed to the project here.
This project is licensed under the MIT License - see the LICENSE.md file for details