https://github.com/zmuhls/cdla-reddit-export
https://github.com/zmuhls/cdla-reddit-export
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zmuhls/cdla-reddit-export
- Owner: zmuhls
- Created: 2020-05-06T18:02:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T01:19:20.000Z (over 4 years ago)
- Last Synced: 2025-01-20T20:52:40.712Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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