Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vittoriocandolo/rced
Reddit Comments Editor
https://github.com/vittoriocandolo/rced
praw-reddit python
Last synced: 13 days ago
JSON representation
Reddit Comments Editor
- Host: GitHub
- URL: https://github.com/vittoriocandolo/rced
- Owner: vittoriocandolo
- License: mit
- Created: 2023-05-14T15:54:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-20T09:59:13.000Z (over 1 year ago)
- Last Synced: 2024-11-18T23:54:17.692Z (3 months ago)
- Topics: praw-reddit, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rced
Basic script to manage your [reddit](https://www.reddit.com/) comment history
## How to use this script
### Dependencies
[PRAW](https://praw.readthedocs.io/en/stable/) is the only dependency.
Make sure to set up a venv and install it with `pip install praw`
**Tested with PRAW 7.7.0**
### Authorization
1. From [old.reddit](https://old.reddit.com/prefs/apps/) click on the "create another app..." button
2. Give it a name and set `http://localhost:8080` as "redirect uri"
3. Copy the secret and put it as the value of the `rced_secret` global variable in the script
4. Now check your email, the "APP ID" has been sent to you, put it as the value of the `rced_id` global variable
5. Fill the two remaining global variables with your reddit username and password and you are good to go.## Disclaimer
Using this script or modifications of this script to wipe your comment history is against Reddit terms.
Such behaviour can lead to your account being temporary or permanently locked.
**Do not use this script in violation of Reddit terms**