RedditToday is a Python script designed to analyze Reddit posts and identify trending words, helping to gauge user interests on the platform.
- 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.
- 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.)
- 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.