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.
- Host: GitHub
- URL: https://github.com/williamsdevaccount/twitter-karma
- Owner: williamsdevaccount
- Created: 2017-08-08T20:22:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T01:14:11.000Z (over 7 years ago)
- Last Synced: 2025-02-28T20:26:57.801Z (over 1 year ago)
- Topics: algorithma, sentiment-analysis, twitter, webtask
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`