Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Latest commit

 

History

History
51 lines (34 loc) · 1.56 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.56 KB

Development has been ended!

The development of this script is stopped since Reddit planning is shut down their free API.

Therefore no future updates for this program.

Maybe in the future I'll rewrite with BeautifulSoup library and other web scrapers.

But for now I won't develop it anymore.

Read more here!

Reddit-Tracker

Track and get data about user or subreddit in a matter of seconds!

Features

  • Sentiment analyzer: analyze the sentiment of Reddit comments and posts to gain insights into user sentiment.
  • Keyword extractor: extract keywords from Reddit comments and posts to identify trends and popular topics.
  • User network analyzer: analyze the connections between users in a subreddit to identify influential users or communities.
  • File saver: save Reddit comments and posts to a local file for further analysis.

CSV Format

This script also can save your data to .csv file for a better usability in the future.

Setup

Open your command prompt and type the following:

python3 setup.py install

Then wait till it installs

Usage

--reddit -r [Subreddit name]
--user -u [Reddit user]
--upvotes -up [Reddit user]
--comments -c [Reddit user]
--index -i [Comments limit]
--post -p [Subreddit name]
--keywords -kw [Keywords]