Mini_Python_Projects icon indicating copy to clipboard operation
Mini_Python_Projects copied to clipboard

Reddit Trending Topic Summarizer

Open Daksh-Aggarwal opened this issue 2 months ago • 1 comments

Description: Create a Python tool that automatically fetches and summarizes the top trending posts or topics from specified subreddits (like r/learnprogramming, r/science, r/india, or r/anime). Use the Reddit API and an NLP library (such as Hugging Face Transformers or spaCy) to generate brief summaries of post content, comments, or discussions.

Key Features:

  • Fetch trending/top posts from user-selected subreddits.
  • Extract and summarize titles, posts, and top comments automatically.
  • Optional: Allow user to input keywords and get topic summaries.
  • Export summaries to a Markdown/HTML report or simple webpage.
  • CLI or minimal GUI (Tkinter/Streamlit).

Daksh-Aggarwal avatar Oct 26 '25 11:10 Daksh-Aggarwal