booster/README.md

24 lines
794 B
Markdown
Raw Normal View History

2019-06-27 20:41:18 -07:00
###### Requirments
* [Tweepy](http://pypi.python.org/pypi/tweepy)
###### Instructions
Register a Twitter account, and [sign up](http://dev.twitter.com/apps/new) for a new developer application.
Go to your new application settings "Keys and Access Tokens" tab.
Click the "Create Your Access Token" button on the bottom.
These will be used in the config to connect to your Twitter account.
Go to your new application settings "Permissions".
Change your access to "Read, Write and Access direct messages".
Edit your `config.py` and change the Twitter API settings.
###### Mirrors
- [acid.vegas](https://acid.vegas/booster) *(main)*
- [SuperNETs](https://git.supernets.org/acidvegas/booster)
- [GitHub](https://github.com/acidvegas/booster)
- [GitLab](https://gitlab.com/acidvegas/booster)