GitHunt

Party Parrot Bot

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

Languages

TypeScript96.6%Dockerfile3.4%

Contributors

MIT License
Created July 5, 2017
Updated October 23, 2023
dsluijk/PartyParrotBot | GitHunt