A Script To Unhide Posts On Reddit. - GitHub

Skip to content Dismiss alert {{ message }} / reddit-unhider Public
  • Notifications You must be signed in to change notification settings
  • Fork 5
  • Star 4

A script to unhide posts on Reddit.

4 stars 5 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings
  • Code
  • Issues
  • Pull requests 1
  • Actions
  • Projects
  • Wiki
  • Security

    Uh oh!

    There was an error while loading. Please reload this page.

  • Insights
Additional navigation options DanielGibbsNZ/reddit-unhider  masterBranchesTagsGo to fileCode

Folders and files

NameNameLast commit messageLast commit date

Latest commit

 

History

6 Commits
README.mdREADME.md  
reddit-unhider.pyreddit-unhider.py  
View all files

Repository files navigation

  • README
Reddit Unhider

A Python script to unhide posts on Reddit. Many users on Reddit routinely hide posts when they are done reading them, resulting in a large amount of hidden posts over time. If a user wanted to unhide all of their previously hidden posts, they would have to manually click "unhide" on each post: potentially a very time-consuming process.

This script methodically unhides all the hidden posts saved on a user's account. It is designed to be run in the background over time, as the Reddit API limits requests to no more than 30 requests per minute. By default it does not unhide posts that are less than a day old in order to not affect the daily browsing of users.

Note: It looks like Reddit only stores the 450 most recently hidden items anyway, so this tool isn't as useful as I thought it would be.

Dependencies

This script uses PRAW: The Python Reddit API Wrapper to communicate with the Reddit API. It can be installed using pip or easy_install.

About

A script to unhide posts on Reddit.

Resources

Readme

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

4 stars

Watchers

0 watching

Forks

5 forks Report repository

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
You can’t perform that action at this time.

Tag » How To Unhide Posts On Reddit