SergioRams/py_twitter_crawler
This is a Flask REST-API written in python using Flask-Restful framework and SQLAlchemy, it also incorporates the twitter's own API to mine tweets from public profiles. It then retrieves a given number of tweets, classifies them by sentiment ('Positive' or 'Negative') and stores them on a database along with the class probability.
Python