0.0.2 • Published 2 years ago

@dipakparmar/tweet-bot v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

tweet-bot

Tweet Bot

Tweet Bot Version Downloads/week License

Usage

$ npm install -g @dipakparmar/tweet-bot
$ tweet-bot COMMAND
running command...
$ tweet-bot (--version)
@dipakparmar/tweet-bot/0.0.2 darwin-x64 node-v16.14.0
$ tweet-bot --help [COMMAND]
USAGE
  $ tweet-bot COMMAND
...

Commands

tweet-bot help [COMMAND]

Display help for tweet-bot.

USAGE
  $ tweet-bot help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for tweet-bot.

See code: @oclif/plugin-help

tweet-bot setup

Configure the tweet-bot server.

USAGE
  $ tweet-bot setup [-k <value>] [-s <value>] [-t <value>] [-S <value>] [-h <value>] [-f]

FLAGS
  -S, --accessTokenSecret=<value>  Twitter App Access Token Secret
  -f, --force                      Overwrite existing config file
  -h, --searchHashtag=<value>      Hashtag to search
  -k, --consumerKey=<value>        Twitter App Consumer key
  -s, --consumerSecret=<value>     Twitter App Consumer Secret
  -t, --accessToken=<value>        Twitter App Access Token

DESCRIPTION
  Configure the tweet-bot server.

EXAMPLES
  $ tweet-bot setup

See code: dist/commands/setup.ts

tweet-bot start

Start the tweet-bot server.

USAGE
  $ tweet-bot start

DESCRIPTION
  Start the tweet-bot server.

EXAMPLES
  $ tweet-bot start

See code: dist/commands/start.ts