Skip to content

Suranjandas7/RedditComments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REDDIT COMMENTS

A script that collects data from the world's most esoterically opiniated social network in the world and allows you to store it. Python 2.7.12.

Dependencies Used:

  • configparser - For reading config values.
  • praw - Collecting data from reddit.
  • pyplot, WordCloud - To demonstrate word clouds of data.
  • sqlite3 - To store the data in a database.

Examples of WordClouds:

  • wc1.png is a WordCloud of woa.db which collected the most controversial posts in /r/worldnews. 215 posts, 7176 comments.
  • wc2.png is a WordClouf of askkbest.db which collected the top posts in /r/askreddit. 62 posts, 2775 comments.

Future Improvements:

  • Better documentation.
  • Add more analysis features.
  • Use more features of WordCloud natively to provide better representation of data.

About

A script that collects data from Reddit using praw and stores it using sql.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages