Skip to content

RedditToday intends to search for top words on Reddit Posts as a mean to gauge Reddit user interests.

Notifications You must be signed in to change notification settings

KrummenauerKael/RedditToday

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedditToday

RedditToday is a Python script designed to analyze Reddit posts and identify trending words, helping to gauge user interests on the platform.

Features

  • Searches for top words in Reddit posts or can be used to search specific desireable words.
  • Provides insights into user interests based on post content.

example_img

example_img_v2

Requirements

  • Python 3.x
  • Required libraries listed in requirements.txt (Note: Some libraries may be outdated and will require changes to work with the latest versions.)

Usage

  • Ensure you have a credentials.json file with your Reddit API credentials in the project directory.
  • stopWords.txt file contains a list of common stopwords used in text processing. It provides a list of words that the script will ignore and not count, removing words from the text file will make them countable.

About

RedditToday intends to search for top words on Reddit Posts as a mean to gauge Reddit user interests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%