Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purposeachiever6/reddit_bot
https://github.com/purposeachiever6/reddit_bot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/purposeachiever6/reddit_bot
- Owner: PurposeAchiever6
- Created: 2024-04-03T04:38:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T04:40:08.000Z (9 months ago)
- Last Synced: 2024-08-22T20:19:07.086Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit Bot
## Description
Reddit Monitoring Bot is a Flask web application that monitors a specified subreddit for posts containing specific keywords and generates relevant responses using OpenAI's GPT model. It utilizes SQLite database to store interactions between the bot and Reddit posts.
## Setup Instructions
### Step 1: Environment Setup
1. Install Required Packages:
### Step 2: Running the Application
1. Navigate to Project Directory:
2. Start the Flask Application:
3. Access the Application:
- Open a web browser and go to `http://localhost:5000`.### Step 3: Interacting with the Application
1. Monitor Subreddit:
- Enter the name of the subreddit and keywords.
- Click the "Monitor Subreddit" button.2. View Interactions:
- Click on the "Interactions" link to see posts and responses.3. Stop Monitoring:
- Click the "Stop Monitoring" button.### Additional Notes
- Error Handling: Check the terminal for error messages if any issues arise during application execution.