All Projects → dsluijk → PartyParrotBot

dsluijk / PartyParrotBot

Licence: MIT license
Party or die!

Programming Languages

typescript
32286 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to PartyParrotBot

fridaybot
Slack bot for https://spb-frontend.slack.com
Stars: ✭ 29 (+52.63%)
Mutual labels:  party-parrot

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].