Extract Posts from your Saved Posts and saves them as files. It automatically zips those files.
- Authenticates with Reddit using OAuth
- Fetches all saved posts from your Reddit account
- Saves post metadata and content to individual files
- Downloads media (images) associated with posts
- Creates a zip archive of all saved posts
- Python 3.x
praw
libraryrequests
library
-
Clone the repository: git clone https://github.com/yourusername/redditsavedpostextractor.git
cd redditsavedpostextractor
-
Install the required libraries: pip install praw requests
-
Run the script: python archiver.py
-
The script will open a browser window for Reddit authentication. Log in and authorize the application.
-
The script will fetch your saved posts, download any associated media, and save them to a directory with a timestamp.
-
A zip archive of the saved posts will be created in the same directory.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.