Warning
This project utilizes an AI model that generates text based on input data. While the model is designed to assist in generating useful and informative content, it may, under certain conditions, produce politically incorrect, offensive, or inappropriate text. By using this AI model, you acknowledge the following:
- The generated text may not always reflect socially or politically acceptable norms.
- You are responsible for reviewing, moderating, and ensuring the appropriateness of the generated content before use.
- The developers of this project are not liable for any consequences resulting from the use or distribution of any content generated by this model. Use this tool responsibly and ensure that the content generated aligns with your ethical standards and legal requirements.
Reddit-Nemesis is an AI-powered Reddit bot that scrapes through subreddits, finds posts, and leaves pseudo-friendly comment contraring every single point on the original post. This project is the evil-version of my other project: reddit-omni, which automatizes question-answering on reddit posts.
- Promoting social interaction
- Automatizing debate
- Relieving others who take their angers on the bot
- Resurrecting dead subreddits
To install Reddit-Nemesis, follow these steps:
git clone https://github.com/diegovelilla/reddit-nemesis
cd reddit-nemesis
pip install -r requirements.txt
Set up your API keys in the .env file inside the config model:
GROQ_API_KEY="your_api_key_here"
CLIENT_ID="your_api_key_here"
CLIENT_SECRET="your_api_key_here"
SERPER_API_KEY="your_api_key_here"
USERNAME="your_reddit_username"
PASSWORD="your_reddit_password_here"
If you just want to try it and not actually leave a comment, you can leave USERNAME and PASSWORD as it is, since scrapping reddit does not require to log in.
To use Reddit-Nemesis just run the following command:
python3 -m app
The models used for this project are:
- Llama 3.1 70B - Groq.
This project is licensed under the Apache 2.0 License. See the LICENSE file for more details. This software is provided "as-is," without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
For any questions or feedback please reach out to:
- Email: diegovelillarecio@gmail.com
- GitHub Profile: diegovelilla
- Hugging Face Profile: diegovelilla
- LinkedIn: Diego Velilla Recio
Feel free to open an issue on GitHub or contact me in any way if you have any queries or suggestions.