Skip to content

prichey/fredthoughts-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fredthoughts-bot

A simple Slackbot to automate posting to @FromFredsMouth.

Will tweet a Fred thought if it gets 3 or more yays (👍) and no nays (👎).

Installation

  • Add a .env file at the root with the following credentials:
SLACKBOT_TOKEN=''
TWITTER_CONSUMER_KEY=''
TWITTER_CONSUMER_SECRET=''
TWITTER_ACCESS_TOKEN_KEY=''
TWITTER_ACCESS_TOKEN_SECRET=''

For anyone at 40D, these can be found in LastPass under Fredthoughts Slackbot Credentials.

  • npm install
  • npm start

Releases

No releases published

Packages

No packages published