Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoalst/reddit_all_rising
Simple example of a Scrapy spider that scrapes Reddit + Twitter bot made with python-twitter, deployed to Heroku
https://github.com/zoalst/reddit_all_rising
Last synced: 21 days ago
JSON representation
Simple example of a Scrapy spider that scrapes Reddit + Twitter bot made with python-twitter, deployed to Heroku
- Host: GitHub
- URL: https://github.com/zoalst/reddit_all_rising
- Owner: zoalst
- Created: 2016-11-20T23:21:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T23:32:30.000Z (about 8 years ago)
- Last Synced: 2024-10-29T16:58:30.701Z (about 1 month ago)
- Language: Python
- Homepage: https://twitter.com/r_all_risingBot/
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - zoalst/reddit_all_rising - Simple example of a Scrapy spider that scrapes Reddit + Twitter bot made with python-twitter, deployed to Heroku (Python)
README
# reddit.com/r/all/rising Twitter Bot
[Scrapy](https://scrapy.org/) spider that scrapes Reddit [/r/all/rising](https://www.reddit.com/r/all/rising/) for sub distribution and bot that posts to Twitter every hour using [python-twttier](https://github.com/bear/python-twitter). You can see it in action [here.](https://twitter.com/r_all_risingBot/)Set up to run on Heroku, just set up your config vars `CONSUMER_KEY CONSUMER_SECRET ACCESS_TOKEN ACCESS_SECRET` from Twitter. You may need to change the permissions of script.sh by executing `chmod u+x script.sh`
For educational purposes only.