Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

n0toose/TinyFlowerBeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyFlowerBeds

"TinyFlowerBeds" is a bot that posts a tiny flower bed on Twitter every few hours. It is licensed under the GPL license.

Getting started

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.

Prerequisites

Live Demo

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.

Contributors

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.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published

Languages