Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 4s
request-bot
A Telegram bot which takes requests for modules.lol
Setting up and self hosting
With Docker
-
Install dependancies
bun install
OR
npm install
-
Change variables
Copy
.env.example
to.env
and open the file in a text editor.Replace
ADMIN_ID
with your Telegram user ID. This will be used for admin-only commands.Replace
BOT_TOKEN
with your Telegram bot token you created through @BotFather -
Build Image and Start
docker compose up -d --build
Please note:
sudo
may be required.You may customize the container with the included
docker-compose.yml
file.
The "Normal" way
-
Install dependancies
bun install
OR
npm install
-
Change variables
Copy
.env.example
to.env
and open the file in a text editor.Replace
ADMIN_ID
with your Telegram user ID. This will be used for admin-only commands.Replace
BOT_TOKEN
with your Telegram bot token you created through @BotFather -
Start the bot
bun index.js
OR
node index.js
Languages
JavaScript
99.1%
Dockerfile
0.9%