dsluijk / PartyParrotBot

Party or die!

Home Page:https://telegram.me/PartyParrotBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Party or die!

https://telegram.me/PartyParrotBot

License:MIT License


Languages

Language:TypeScript 96.6%Language:Dockerfile 3.4%