Skip to content

DevclanII/sentiment_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Sentiment API

An api that helps to get sentiments about companies and celebrities

How to Use

url = "https://api-devclan.herokuapp.com/api_server/sentiment"

payload = {'Sentiment': 'name_of_celebrity_or_company'}

r = request.post(url, data=payload)

sentiments = r.json()


where ''name_of_celebrity_or_company' is the exact name of brand or celebrity you'll like to fetch sentiment data on.

To test with a UI, click here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages