An open API service indexing awesome lists of open source software.

https://github.com/zmuhls/cdla-reddit-export


https://github.com/zmuhls/cdla-reddit-export

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# cdla-zm

- Forked repository for exporting saved Reddit posts as CSV and/or HTML files
- Clone of Christopher Su's [csu/export-saved-reddit](https://github.com/csu/export-saved-reddit)

##### Notes / Directions:

1. To replicate, download [csu/export-saved-reddit](https://github.com/csu/export-saved-reddit)
2. Append your Reddit username, password, client ID, and client secret to AccountsDetails.py
3. Ensure you've satisfied the requirements for running the program (Python 3.x, pip or pip3, and praw)
4. Open your terminal and cd into the folder
5. Run `python export_saved.py`

###### See the README.md in export-saved-reddit for more detailed instructions