Skip to content

c0b41/tweetlite-automate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

npm install tweetlite-automate

Usage

tweetlite use --src=~/.tweetlite/node_modules/tweetlite-automate --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`;
})

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published