Skip to content

btford/node-tweetbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-tweetbot

Your own markov-chain-based twitter buddy.

Idea

Attach a bot to your twitter account, and have it synthesize and post tweets on a semi-regular interval based on your timeline.

Install

$ npm install -g tweetbot

Configuration

  • Create a new app on dev.twitter.com, and then set Access to Read and Write on the Settings page.

  • Request an Access token on the Details page of your app.

  • Find a writable folder on your computer, change to it, and run:

    $ tweetbot-init
  • Enter the credentials when prompted.

  • Edit tweetbot.json to tweak defaults, if desired.

Usage

$ tweetbot --conf=[path to tweetbot.json]

License

MIT

About

Your own markov-chain-based twitter buddy.

Resources

Stars

Watchers

Forks

Packages

No packages published