Parsing WallStreetBets Reddit in Python in Few Lines of Code
QuantNomad
My Advanced PineScript Use-Cases Course: https://qntly.com/advpine My PineScript Programming Course: https://qntly.com/pineprog My Pro TradingView Indicators: https://qntly.com/proind Use this link to get $30 when you upgrade to a TradingView paid plan: http://qntly.com/xt9
#######################################
🐦 Follow me on: TradingView: https://qntly.com/trdv Discord: https://qntly.com/discord Telegram: https://qntly.com/tel Twitter: https://qntly.com/twtr
📫 Contact me: https://qntly.com/con
#######################################
If you’re even slightly interested in trading or investing you probably heard about WallStreetBets. I’s a huge community of retail traders on Reddit with 9.5M followers. This community can influence the market quite significantly these days.
You can like the community or hate, but you have to agree that it’s important to keep your eye on it. Personally, I don’t have enough time to read all the topics. But if you know a bit of programming you can try to automate the process of parsing it and get some insight from it automatically.
In this article, I will show you how easy it is to parse Reddit in Python. Just in few lines of code, you can parse submissions and comments for them.
Code used in this video you can find here: https://quantnomad.com/2021/03/13/paring-wallstreetbets-in-python-in-few-lines-of-code-reddit-api/
Official documentation of PRAW Python Library: https://praw.readthedocs.io/en/latest/ ... https://www.youtube.com/watch?v=DxgwQENDbuQ
33271155 Bytes