Streaming from Reddit - Python Reddit API Wrapper (PRAW) tutorial p.3
Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=XmOA1k4RTrc
At this point, we've got basically all we could need for historical parsing, but what about for live applications? Maybe you want to keep a database up to date, or maybe you want to setup alerts for topics, or even you want to create a live bot that actually responds to comments. In these cases, you probably wouldn't want to be constantly pinging subreddits for changes, you'd rather have them streaming live, which we can also do with the Python Reddit API Wrapper.
Text tutorials and sample code: https://pythonprogramming.net/streaming-python-reddit-api-wrapper-praw-tutorial/
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex
Other Videos By sentdex
Tags:
stream
streaming
comments
Python
tutorial
Reddit
PRAW
Python Reddit API Wrapper
programming
API