A Simple Answering Bot for Gute-Frage.net
The Bot is scraping all Questions from the first page. Cleans all questions from Poll and Image Questions and trys to answers them. Blacklistet answers are Ignored. Blacklistet answers are answers who containing word like AI, AI Inteligenz etc.
- Programm is running with Python. All required dependencys are in requirements.txt
- Python > 3.0
- openai.com - ChatGPT API Key
- Clone it
- Install dependencys from requirements.txt
Run the main.py File
-
Better Try Catch if the OpenAI API is overloaded with other requests or do a delay after every answering run
-
Dont stop the code if API is overloaded! Sleep some Time and try again
Artista
@demian_1712
-
0.1
- Initial dirty Trial run
- Various bug fixes and optimizations
-
1.0
- Initial Release