Use BigQuery to query Reddit data in real-time! Tables: [pushshift:reddit_rt.comments] and .submissions.
#bigquery #reddit #datascience
Conversation
Replying to
How to access your bigquery repo? Does that go beyond what has offered in the public bq repo?
2
1
Replying to
Example:
SELECT * FROM [pushshift:rt_reddit.comments@-3600000-] will create a derived table from the previous hour.
1
Replying to
The submissions table is [pushshift:rt_reddit.submissions] RT table goes back to Feb 3 and will update continuously
Replying to

