Mini_Python_Projects
Mini_Python_Projects copied to clipboard
Reddit Trending Topic Summarizer
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).