Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captain-woof/reddit-ai-detector
A reddit bot that periodically checks subreddits for AI-generated posts, then comments the detection results in the post. Intended to detect scammers.
https://github.com/captain-woof/reddit-ai-detector
reddit reddit-api reddit-bot reddit-crawler reddit-scraper
Last synced: 7 days ago
JSON representation
A reddit bot that periodically checks subreddits for AI-generated posts, then comments the detection results in the post. Intended to detect scammers.
- Host: GitHub
- URL: https://github.com/captain-woof/reddit-ai-detector
- Owner: captain-woof
- Created: 2024-08-03T19:29:30.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-09T11:18:00.000Z (3 months ago)
- Last Synced: 2024-08-09T12:37:36.730Z (3 months ago)
- Topics: reddit, reddit-api, reddit-bot, reddit-crawler, reddit-scraper
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Readme
This bot uses ZeroGPT to detect AI-generated posts in subreddits, and then comment the results in the post. This is intended to make people aware that they might not be even talking to a real person, and that a scam might be awaiting them on the other end.
## Start
To get started, use the `.env.example` as a template for your `.env` file. Once done, run the below commands to start and keep the bot running.```bash
pip3 install -r requirements.txt
python3 main.py
```## Configure
To modify the configuration for the bot, edit the `config.json` file before running the bot. The keynames are self-explanatory.## Warning
Reddit hates this bot. Everytime you will run it, you account WILL be suspended. I've played around with delays and varying responses, but nothing throws them off the radar. For reasons unknown, this bot is always flagged and taken down. Use with caution.