Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

dsluijk/PartyParrotBot

Repository files navigation

The only Slack reaction gif's you'll ever need. Now on Telegram.

How to use

  1. Tag the Party Parrot Bot with @partyparrotbot.
  2. Click an image or filter more by typing a name of a party parrot.
  3. Party all night long.

Deployment

  1. Make sure NodeJS and NPM are installed.
  2. Install dependencies with npm i.
  3. Compile the TypeScript files tsc.
  4. Fill in your Telegram API code (and raven token if you have one) in config/default.json.
  5. Start the party: npm start.

Docker support

Party Parrot Bot has support for docker, and it's really simple:

docker run
  -e NODE_CONFIG='{
    "telegramAuth": "YOUR_TELEGRAM_TOKEN",
    "raven": "YOUR_OPTIONAL_RAVEN_TOKEN"
  }'
  -d
  dsluijk/partyparrot

Things to check out