Scraping for robot sunsetting data from social media
- For the reddit scripts, you just need python3.
- To run any of the tiktok scripts, you will need to install Docker Engine.
-
To run the reddit scraper:
python3 reddit_with_comments.py
-
To run the tiktok scraper:
docker build . -t tiktokapi:latest # Linux/Mac sudo docker run -v TikTokApi --rm -v $(pwd):/workspace tiktokapi:latest python3 tiktok.py # Windows TODO