Skip to content

A series of scripts for downloading Youtube and Reddit comments for Youtube videos.

Notifications You must be signed in to change notification settings

kennib/presented-with-comment

Repository files navigation

Presented with comment

The code above is a series of scripts for downloading Youtube and Reddit comments for Youtube videos. It was inspired by the Achievement Hunter series Presented with comment.

To use this code:

  1. Clone the code git clone https://github.com/kennib/presented-with-comment
  2. Go to the directory with the code in it cd presented with comment
  3. Get a Youtube API key
  4. Paste the API key into app.cfg
  5. Add your reddit username into app.cfg
  6. Add the names of the Youtube channels you're interested in to app.cfg e.g. channels = letsplay,achievementhunter
  7. Install the libraries that the code uses pip install -r requirements.txt
  8. Run the script python main.py
  9. The comments are in the comments.db database now and can be queried sqlite3 comments.db
  10. You can retrieve the past week's comments from the database with sqlite3 < list_comments.sql comments.db > comments.csv

About

A series of scripts for downloading Youtube and Reddit comments for Youtube videos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages