Not just any Reddit summarizer bot.
Let's face it, hardly anyone reads past the headline these days, especially not Redditors. I can't force anyone to start, but I can provide the next best thing: summaries! If Your Time Is Short is a Reddit bot that peruses various subreddits for rising posts linking to news articles and uses GPT-3-Turbo (only as advanced a model as needed) to reply to the post with a concise, bullet-pointed summary of the article's contents.
Check out /u/IfYourTimeIsShort's latest replies!
- Python 3.12 (required libraries can be found in requirements.txt)
- OpenAI API access
- A Reddit account with API access
- Clone the repository to your computer.
- Create a venv
- Use pip to download the required libraries
- Set up a config.ini following config.ini.example as a guide
- Run main.py
- That's it.
- That's really it!
- 0.1
- Initial Release
- Transition to open-source LLM.
- Slight condensing of generated summaries.
This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details
- auto;tldr for providing the initial inspiration for this project.
- @DomPizzie for providing an amazing README template.