No description
Find a file
2024-12-13 22:36:29 +05:30
PRAW@b558d82e62 comments extraction 2024-12-13 22:24:04 +05:30
comment_extract.py comments extraction 2024-12-13 22:24:04 +05:30
README.md Create README.md 2024-12-13 22:36:29 +05:30

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.