Skip to content

c0b41/tweetlite-moco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

npm install tweetlite-moco

Usage

tweetlite use --src=~/.tweetlite/node_modules/tweetlite-moco
--commands=~/.tweetlite/ex_commands.js
--account=johndoe
--message=true
--mention=334xxx // johndoe user id

Module Usage

import TweetLite from 'tweetlite-core';
import mocoFN from 'tweetlite-moco';

const moco = mocoFN.use();
const TT = new TweetLite({conf})

moco.call(TT, {
	commands: `${__dirname}/commands.js`,
	message: true, // message mod actived
  	mention:`xxxx` // mention mod actived && need johndoe user id
})

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published