tweetlite-automate
v1.0.0
Published
tweetlite automate middleware
Readme
Install
npm install twitbot-tweetliteUsage
tweetlite use --src=~/.tweetlite/node_modules/twitbot-tweetlite/ --account=johndoe --interval="5 hours" --message="$(cat welcome.txt)"Module Usage
import TweetLite from 'tweetlite-core';
import automate from 'tweetlite-automate';
const automate = automate.use();
const TT = new TweetLite({conf});
automate.call(TT, {
interval:'5 hours',
message:` Hello World`;
})
