Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/otann/inrpk-web

web panel for managing inrpk bot
https://github.com/otann/inrpk-web

Last synced: 25 days ago
JSON representation

web panel for managing inrpk bot

Awesome Lists containing this project

README

        

# Welcome to InRPK bot!

## Set up

From your terminal:

```sh
npm install
```

## Development

From your terminal:

```sh
npm run dev
```

This starts your app in development mode, rebuilding assets on file changes.

## Deployment

Happens automatically via a GitHub hook to letoved.ru

If you change the telegram bot route, here is how to set the webhook:

```sh
curl \
--request POST \
--url https://api.telegram.org/bot/setWebhook \
--header 'content-type: application/json' \
--data '{"url": "https://inrpk.letoved.ru/telegram/"}'
```

Take route suffix from the filename. Not the most secure way, but will do for the time being.