Skip to content

Convert a csv file into nested reddit mega threads for managing big events

License

Notifications You must be signed in to change notification settings

sloth-ontabasco/nested-reddit-thread-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nested-reddit-thread-maker

Convert a csv file into nested reddit mega threads for managing big events

  • After cloning the repository, install to get started
pip install -r requirements.txt
  • Excel file must be formatted like image attached below with the names of the thread replacing the cells image

  • Remove any unwanted cells before downloading the .csv file

  • Follow the instructions in setup.py by running

python3 setup.py
  • Now run the actual script, this may take some time if you have a lot of threads. Avoid getting API banned by running it constantly
python3 run.py
  • You can delete all the posts later if you'd like by running
python3 run.py --delete

About

Convert a csv file into nested reddit mega threads for managing big events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages