Skip to content

simpixelated/robirb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robirb

Twitterbot that runs on Node.js. Creates tweets from Flickr photos, follows/unfollows, and more. Can also be used to generate posts for Instagram. Read more about how I used this to go from 0 to 300 followers!

Usage

You will need a Twitter developer app and the access tokens for a user authenticated with your app.

  1. Create your own config.js using config.sample.js as an example.
  2. Start it like a normal node app:
npm install
npm start

TODO:

  • create tweet queue file if it does not exist
  • incorporate methods from flickr-faves-from-gallery
  • convert flickr.js to async/await
  • convert bot.js to async/await
  • do better string comparison to avoid duplicate tweets
  • implement retweet action
  • add option to post queue to external source (like Google sheets)

About

A birb bot. It posts to Twitter.

Topics

Resources

Stars

Watchers

Forks