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

https://github.com/redraw/apu

bot para consultar precios de https://preciosclaros.gob.ar
https://github.com/redraw/apu

kwik-e-mart slack-bot telegram-bot

Last synced: 3 months ago
JSON representation

bot para consultar precios de https://preciosclaros.gob.ar

Awesome Lists containing this project

README

          

# apu

## Slack bot
```bash
cd slack
npm install
SLACK_TOKEN= LAT= LNG= node run.js
```

![](demo.png)

## Telegram bot
```bash
cd telegram
vercel deploy
curl https://api.telegram.org/bot/setWebhook?url=https://$DEPLOYMENT_URL.vercel.app/api
```