A simple node js bot to tweet texts from a given file, picking 1 each time.
#Features
- tweet one tweet on each execution
- keep memory of the tweet texted in last run.
- ensure the size of tweeted text is less than 140 or log and pick next tweet.
- stop on EOF.
- adding more tweets to the file automatically causes it to run next on next execution.
- create a file called 'tweets.txt' in root of the project.
- add your tweet text one on each new line.
- ensure tweet text does not have newlines!
- create a twitter app here: https://apps.twitter.com/app/new
- update config file twitterConf.js with the values.
- schedule to run.