https://github.com/syfaro/twit-spammer
Annoying tools for Twitter
https://github.com/syfaro/twit-spammer
Last synced: over 1 year ago
JSON representation
Annoying tools for Twitter
- Host: GitHub
- URL: https://github.com/syfaro/twit-spammer
- Owner: Syfaro
- Created: 2014-11-10T02:29:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-10T02:30:23.000Z (over 11 years ago)
- Last Synced: 2025-01-24T09:43:13.314Z (over 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
all scripts require environmental variables for `CONSUMER_KEY`, `CONSUMER_SECRET`, `ACCESS_TOKEN`, and `ACCESS_TOKEN_SECRET`. these are normal app things, and you can pull them from apps.twitter.com.
favbomb.js - goes through and faves some number of a user's tweets. requires `USER_HANDLE` (user's twitter handle) and `TWEET_COUNT` (number of tweets to fav).
repeatfav.js - repeatedly favorites a tweet. requires `REPEAT_COUNT` (number of times to fav/unfav) and `STATUS_ID` (the id of the tweet).
(please don't kill me)