Skip to content

A Python-based program designed to summarize and extract insights from Reddit posts, with the ability to generate concise summaries and answer specific questions related to the content of a given Reddit post.

Notifications You must be signed in to change notification settings

JohanSanSebastian/TalkToYourRedditPosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TalkToYourRedditPosts

TalkToYourRedditPosts is a Python-based program designed to streamline the process of summarizing and extracting valuable insights from Reddit posts. By leveraging the power of the Google Gemini API, this tool provides users with the ability to generate concise summaries and answer specific questions related to the content of a given Reddit post.

Key Features

  • Summarization: Utilize the Google Gemini API to generate summaries of lengthy Reddit posts, allowing users to grasp the main points quickly.
  • Question Answering: Seamlessly answer user-generated questions based on the information contained within Reddit posts, enhancing comprehension and accessibility.

How it works

The program functions by fetching the specified Reddit post URL in JSON, processing the content through and then sending it to the Google Gemini API for summarization, and enabling users to interact with the data by posing questions to extract specific details or insights.

Environment Variables

To run this project, you will need to add the following environment variables to app.py

API_KEY

Run Locally

Clone the project

  git clone https://github.com/JohanSanSebastian/TalkToYourRedditPosts.git

Install dependencies

  pip install -r requirements.txt

Start the server

  python app.py

Roadmap

  • Browser support using the official Reddit API as the current method cannot be scaled beyond running locally

  • Add more integrations/features

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Acknowledgements

License

MIT

Feedback

If you have any feedback, please open an issue.

About

A Python-based program designed to summarize and extract insights from Reddit posts, with the ability to generate concise summaries and answer specific questions related to the content of a given Reddit post.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors