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

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 🍻

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
```