chir.py/README.md

32 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2020-04-09 19:06:32 -07:00
# chir.py
> twitter news bot that builds followers, posts, and bitcoin via ppc links
## Requirments
2019-06-27 22:07:10 -07:00
* [FeedParser](http://pypi.python.org/pypi/feedparser)
* [Tweepy](http://pypi.python.org/pypi/tweepy)
* [ndg-httpsclient](http://pypi.python.org/pypi/ndg-httpsclient) *(Install only if you are getting an "InsecurePlatformWarning" error.)*
2020-04-09 19:06:32 -07:00
## Instructions
2019-06-27 22:07:10 -07:00
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.
2020-04-09 19:06:32 -07:00
2019-06-27 22:07:10 -07:00
Click the "Create Your Access Token" button on the bottom.
2020-04-09 19:06:32 -07:00
2019-06-27 22:07:10 -07:00
These will be used in the config to connect to your Twitter account.
2020-04-09 19:06:32 -07:00
2019-06-27 22:07:10 -07:00
Go to your new application settings "Permissions".
2020-04-09 19:06:32 -07:00
2019-06-27 22:07:10 -07:00
Change your access to "Read, Write and Access direct messages".
Register a [CoinURL](http://coinurl.com/) account and get your [api key](http://coinurl.com/profile-api.php).
2020-04-09 19:06:32 -07:00
2019-06-27 22:07:10 -07:00
The random number you will see after "uuid" is your unique user id that will be use in the config.
Edit your `config.py` and change the Twitter & CoinURL API settings.
2020-04-09 19:06:32 -07:00
## Mirrors
2019-06-27 22:07:10 -07:00
- [acid.vegas](https://acid.vegas/chir.py) *(main)*
- [GitHub](https://github.com/acidvegas/chir.py)
- [GitLab](https://gitlab.com/acidvegas/chir.py)