#SocialDoc - Development Version Social media analytics
Installation
- Clone this repo
- To install dependencies, enter
pip install -r requirements.txt
- Create a twitter app from https://dev.twitter.com/apps
- 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
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request