/social-doc

your social media doctor

Primary LanguagePythonMIT LicenseMIT

#SocialDoc - Development Version Social media analytics

Installation

  1. Clone this repo
  2. To install dependencies, enter pip install -r requirements.txt
  3. Create a twitter app from https://dev.twitter.com/apps
  4. Open twitter_settings.py.example, edit settings, then rename it to twitter_settings.py

How Does it Work?

Twitter: Gets today's tweets for some user, computes today's tweet count and average sentiment score per day.

I've just started to this project. So it's alpha now (and uncomplete). New features and social media platforms will be added

Author

Serhan Baker

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request