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.
- Host: GitHub
- URL: https://github.com/nvbn/telegram-swear-bot
- Owner: nvbn
- Created: 2017-04-15T21:00:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T12:09:23.000Z (about 4 years ago)
- Last Synced: 2025-07-03T00:36:57.070Z (6 months ago)
- Topics: bot, javascript, telegram-bot
- Language: JavaScript
- Homepage: http://t.me/swear_bot
- Size: 39.1 KB
- Stars: 32
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swearing telegram bot [](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
```