Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/otann/inrpk-web
- Owner: Otann
- Created: 2024-01-18T22:09:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-03T15:01:30.000Z (11 months ago)
- Last Synced: 2024-10-21T05:40:32.978Z (2 months ago)
- Language: CSS
- Size: 525 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.