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

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

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
```