https://github.com/stepankuzmin/barmaidbot
Telegram bot that will help you find the nearest bar 🍻
https://github.com/stepankuzmin/barmaidbot
aws-dynamodb aws-lambda serverless telegram-bot
Last synced: 5 months ago
JSON representation
Telegram bot that will help you find the nearest bar 🍻
- Host: GitHub
- URL: https://github.com/stepankuzmin/barmaidbot
- Owner: stepankuzmin
- Created: 2018-11-28T08:49:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T23:07:27.000Z (about 3 years ago)
- Last Synced: 2025-04-06T09:48:29.767Z (about 1 year ago)
- Topics: aws-dynamodb, aws-lambda, serverless, telegram-bot
- Language: JavaScript
- Homepage: https://t.me/BarmaidBot
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Barmaid Bot
Live at [t.me/BarmaidBot](https://t.me/BarmaidBot).
Barmaid is a telegram bot that will help you find the nearest bar.
## Setup
```shell
git clone https://github.com/stepankuzmin/BarmaidBot.git
cd BarmaidBot
```
Create and populate `up.json`
```shell
cp example.up.json up.json
```
Deploy using [apex/up](https://github.com/apex/up).
```shell
up
```
Register your bot with
```shell
curl -F "url=$(up url)" https://api.telegram.org/bot/setWebhook
```