Skip to content

vihanggodbole/Search-for-reddit-saved-posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search for reddit saved posts

MIT licensed Python version

Hello! I created this script to help users search through their saved posts/comments on reddit.

Setup

In the terminal run the following code -

$ pip install -r requirements.txt

Before using the script you must create your own app to obtain a public and a secret key. This can be done here.

Once you obtain your keys, create a new file in any text editor with the following content -

[mysettings]

client_id = YOUR_PUBLIC_APP_ID

client_secret = YOUR_SECRET_APP_ID

password = YOUR_PASSWORD

username = YOUR_USERNAME

Save it as praw.ini . Place it in your local working directory.

Running the script

The script is directly run from the terminal.

$ python search_saved_posts.py 

About

This script aims to help a user search through his saved posts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages