StackExchange_Scraper is a tool designed to scrape data from StackExchange and StockTwits. This project includes a Jupyter notebook for each platform, allowing you to easily gather data.
-
Enter your login information in
request-keys.json:{ "key": "your key", "client_id": "your client_id" } -
Open and run the
stackexchange.ipynbnotebook in Jupyter Notebook.
-
Enter your login information in
usrpass.txt:enter your email enter your password -
Open and run the
stocktwits.ipynbnotebook in Jupyter Notebook.
communities.txt: List of communities to scrape.messages.json: JSON file to store scraped messages from StockTwits.request-keys.json: JSON file for StackExchange login credentials.requirements.txt: List of required Python packages.stackexchange_data.json: JSON file to store StackExchange data.stackexchange.ipynb: Jupyter notebook for scraping StackExchange.stocktwits.ipynb: Jupyter notebook for scraping StockTwits.usrpass.txt: Text file for StockTwits login credentials.