Skip to content

othercriteria/gabe-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gabe-bot

Turn 'is bad' into 'is good', and vice versa, on Twitter.

(Following Joel Grus' Twitter bot tutorial, and seeing what I'll need to change to get this to work cleanly in NixOS.)

Credentials

The bot requires Twitter app credentials that should not show up in public!

These can be provided by filling in and saving the template below in the project's root directory as credentials.js:

module.exports = {
  consumer_key: "...",
  consumer_secret: "...",
  access_token_key: "...",
  access_token_secret: "..."
};

About

Turn "is bad" into "is good", and vice versa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published