Skip to content

Wisc-HCI/robot-sunsetting-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robot-sunsetting-scraping

Scraping for robot sunsetting data from social media

Prerequisites

  • For the reddit scripts, you just need python3.
  • To run any of the tiktok scripts, you will need to install Docker Engine.

Running

  • 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

About

Scraping for robot sunsetting data from social media

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published