Skip to content

cezarywojcik/creativecommits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creative Commits

https://twitter.com/creativecommits

This is a simple Twitter bot that is currently set to post any "creative" commits it happens to come across.

To run, npm install and then node app.js.

If you want to log some stuff about the commits, run node app.js -l instead.

Settings

The format of the settings.js file is as follows:

exports.twitterAccess = {
  "consumer_key": "",
  "consumer_secret": "",
  "access_token": "",
  "access_token_secret": ""
};

exports.githubToken = "";

exports.logDir = "./logs/";

exports.logFile = "log.csv";

About

A quick attempt at a Twitter bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published