The only Slack reaction gif's you'll ever need. Now on Telegram.
- Tag the Party Parrot Bot with @partyparrotbot.
- Click an image or filter more by typing a name of a party parrot.
- Party all night long.
- Make sure NodeJS and NPM are installed.
- Install dependencies with
npm i
. - Compile the TypeScript files
tsc
. - Fill in your Telegram API code (and raven token if you have one) in
config/default.json
. - Start the party:
npm start
.
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