An open API service indexing awesome lists of open source software.

https://github.com/williamsdevaccount/twitter-karma

stay positive twitter.
https://github.com/williamsdevaccount/twitter-karma

algorithma sentiment-analysis twitter webtask

Last synced: about 2 months ago
JSON representation

stay positive twitter.

Awesome Lists containing this project

README

          

# twitter-karma

Use this service to determine how negative you or a friend are on twitter.This function uses webtask and the algroithma service. to use simply clone this repository,create a twitter app,make a algorithma account, and then upload to webtask.io

`wt create tweets.js \
--name twitter-karma \
--parse-body \
--secret APP_KEY=YOUR_TWITTER_APP_KEY \
--secret APP_SECRET=YOUR_TWITTER_SECRET_KEY \
--secret AUTH_TOKEN=YOUR_TWITTER_APP_AUTH_TOKEN \
--secret AUTH_SECRET= YOUR_TWITTER_APP_AUTH_SECRET\ --secret API_KEY=YOUR_ALGORITHMA_KEY`