https://github.com/raymondev/subredditrecomendator
This program generates custom subreddit recomendations acording to your Google Chrome history
https://github.com/raymondev/subredditrecomendator
Last synced: 12 months ago
JSON representation
This program generates custom subreddit recomendations acording to your Google Chrome history
- Host: GitHub
- URL: https://github.com/raymondev/subredditrecomendator
- Owner: RaymonDev
- License: agpl-3.0
- Created: 2021-07-05T14:48:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T15:58:22.000Z (over 4 years ago)
- Last Synced: 2025-01-11T01:44:04.657Z (about 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Subreddit Recomendatior
This program generates custom subreddit recomendations acording to your Google Chrome history
.
## Before using the script, you need to create your own Reddit App, and enter the Client ID and the secret token in the specified section of the code. Click [here](https://www.reddit.com/prefs/apps) to create it. Also, make sure to fill in all the details inside the python file, like the path to your History file or the details of your reddit aplication (line 12 and line 82)
.
## How it works
This script creates a CSV with the titles of the webpages that appears in your Google Chrome history and finds subreddits that you may like/be interested in.
## Requisites:
PRAW
pip install praw
## Installing
- Download or clone the repository.
- Install the requirements in "requirements.txt"
- Execute the main.py Python file (with launcher.bat or witht any other prefered method)
- A command prompt window should appear.
## Error solutions:
- Make sure that Google Chrome is not running.
- Make sure that the path of your Google Chrome History file is correct. (line 12)
- Make sure your reddit aplication info is correct (line 82)
- Check if all the libraries are installed.
## How to use:
- Create a reddit application (mentioned above)
- Fill in all the information inside the source code
- Execute the script (a command prompt window should appear)
- Wait until the progress bar finishes loading
- Open the txt file and see if there's any subreddit you like
### Works for sure on:
- Windows 10 with Python 3.9