mirror of
https://github.com/Farhan291/PRAW.git
synced 2026-03-09 20:32:49 +00:00
No description
- Python 100%
| PRAW@b558d82e62 | ||
| comment_extract.py | ||
| README.md | ||
This Python script fetches recent comments from a specified subreddit and analyzes comment activity by users. It uses the Reddit API via the praw library to retrieve and process data.
Features
•Fetch recent comments from any subreddit for a user-specified number of days.
•Collect details about each comment, including:
•Author's username
•Comment text
•Timestamp
•Permalink to the comment
•Count and display the frequency of comments made by each user.
•Sort authors by their comment frequency in descending order.