https://github.com/davidegalilei/mgmsbot
Multiplayer inline games Telegram bot
https://github.com/davidegalilei/mgmsbot
Last synced: 6 months ago
JSON representation
Multiplayer inline games Telegram bot
- Host: GitHub
- URL: https://github.com/davidegalilei/mgmsbot
- Owner: DavideGalilei
- Created: 2022-07-11T19:38:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T13:19:36.000Z (over 2 years ago)
- Last Synced: 2025-03-25T17:49:26.279Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.11 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mgmsbot
## Deploy
- Clone the repo on your server using Github Deploy Keys.
- Add the games in @BotFather
- Edit `.env````shell
cd mgmsbot
git pull
docker build -t mgmgsbot .
docker run -itd -p 127.0.0.1:8081:8081 --restart=unless-stopped --name=mgms --env-file=.env -v data:data mgmsbot
```- Setup certbot and nginx
- Use `nginx.conf` (change your domain)