Skip to content

Extract Posts from your Saved Posts and saves them as files. It automatically zips those files.

License

Notifications You must be signed in to change notification settings

jayjay3108/redditsavedpostextractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

redditsavedpostextractor

Extract Posts from your Saved Posts and saves them as files. It automatically zips those files.

Features

  • 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

Requirements

  • Python 3.x
  • praw library
  • requests library

Installation

  1. Clone the repository: git clone https://github.com/yourusername/redditsavedpostextractor.git

    cd redditsavedpostextractor

  2. Install the required libraries: pip install praw requests

Usage

  1. Run the script: python archiver.py

  2. The script will open a browser window for Reddit authentication. Log in and authorize the application.

  3. The script will fetch your saved posts, download any associated media, and save them to a directory with a timestamp.

  4. A zip archive of the saved posts will be created in the same directory.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

About

Extract Posts from your Saved Posts and saves them as files. It automatically zips those files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages