"Tiny Flower Beds" 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 of 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.
- Panagiotis Vasilopoulos - Initial work, maintainer. - AlwaysLivid
- karl01101101 - Worked on day randomization - GitHub
This project is licensed under the MIT License - see the LICENSE.md file for details