https://github.com/atomantic/buzzphrasebot
🤖 A buzzphrase generator twitter bot
https://github.com/atomantic/buzzphrasebot
Last synced: 4 months ago
JSON representation
🤖 A buzzphrase generator twitter bot
- Host: GitHub
- URL: https://github.com/atomantic/buzzphrasebot
- Owner: atomantic
- Created: 2017-07-23T18:52:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T16:34:23.000Z (about 7 years ago)
- Last Synced: 2025-09-06T06:00:58.670Z (10 months ago)
- Language: JavaScript
- Homepage: https://twitter.com/buzzphrasebot
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buzzphrase Bot
A symbiotic no-ops solution for cryptorandom value-add:
https://twitter.com/buzzphrasebot
## Development
If you want to make your own twitter bot, there's a pretty good guide here: https://github.com/spences10/twitter-bot-bootstrap
```
git clone git@github.com:atomantic/buzzphrasebot.git
cd buzzphrasebot
npm run setup
```
You'll also need to populate an .env file with the following information from the app associated with the bot account.
```
TWITTER_BPB_CLIENT={Consumer Key (API Key)}
TWITTER_BPB_SECRET={Consumer Secret (API Secret)}
TWITTER_BPB_ATOKEN={Access Token}
TWITTER_BPB_ASECRET={Access Token Secret}
```
## Deploy
https://zeit.co
```
npm i -g now
npm run deploy
```