Skip to content

iancooperman/If-Your-Time-is-Short

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If Your Time Is Short

Not just any Reddit summarizer bot.

Description

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!

Getting Started

Dependencies

  • Python 3.12 (required libraries can be found in requirements.txt)
  • OpenAI API access
  • A Reddit account with API access

Installing

  1. Clone the repository to your computer.
  2. Create a venv
  3. Use pip to download the required libraries
  4. Set up a config.ini following config.ini.example as a guide

Executing program

  1. Run main.py
  2. That's it.
  3. That's really it!

Authors

Ian Cooperman

Version History

  • 0.1
    • Initial Release

Planned Future Revisions

  • Transition to open-source LLM.
  • Slight condensing of generated summaries.

License

This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details

Acknowledgments

  • auto;tldr for providing the initial inspiration for this project.
  • @DomPizzie for providing an amazing README template.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published