An open API service indexing awesome lists of open source software.

https://github.com/nvbn/telegram-swear-bot

Swearing telegram bot. It'll help you to speak like a gopnik.
https://github.com/nvbn/telegram-swear-bot

bot javascript telegram-bot

Last synced: 6 months ago
JSON representation

Swearing telegram bot. It'll help you to speak like a gopnik.

Awesome Lists containing this project

README

          

# Swearing telegram bot [![Build Status](https://travis-ci.org/nvbn/telegram-swear-bot.svg?branch=master)](https://travis-ci.org/nvbn/telegram-swear-bot)

It'll help you to speak like a gopnik – http://t.me/swear_bot.

You can install bot with:

```bash
yarn
```

For development run:

```bash
TELEGRAM_TOKEN='YOUR_TOKEN' yarn run develop
```

You can run tests and check types with:

```bash
yarn test
```