zinccyy / ArtistLyricsBot

Bot for sending random lyrics from a given artist to discord using a webhook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArtistLyricsBot

Discord bot for sending random song lyrics from a given artist in an interval. Discord webhook is required. For more information visit https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks.

Install

$ npm i
$ npm run build
$ node build/src/index.js --help
Options:
      --help      Show help                                            [boolean]
      --version   Show version number                                  [boolean]
  -w, --webhook   Webhook path                               [string] [required]
  -a, --artist    Artist to search                           [string] [required]
  -i, --interval  Number of ms in between posts                         [number]

Dependencies

  • typescript
  • yargs
  • node-html-parser

About

Bot for sending random lyrics from a given artist to discord using a webhook.


Languages

Language:TypeScript 55.0%Language:JavaScript 45.0%