- You can use any IDE to run your bot, Here's my suggestions to run telebot:
https://replit.com
https://render.com
https://vercel.com
https://railway.app
- First login to Replit, then create a new project with
nodejs
language, then open shell and type:
git clone https://github.com/notsopreety/telebot && cp -r telebot/. . && rm -rf telebot
- Then type:
npm install
- The click
Run
button or type this on shell:
npm start
- First fork out this repository
https://github.com/notsopreety/telebot
- Open the TeleBot repository that you forked. Then, follow Setup Bot Authentication steps.
- Go to Telegram and setup your bot account with official Telegram BotFather. Then, extract your bot API Token and copy it.
https://t.me/@BotFather
- Open TeleBot project's
config.json
and paste the bot's API Token tobotToken
- This project is based on Telebot Nodemodule.
- This repository is not for sale or trade.
- Don't forget to give this repository a ⭐️ star.
- This script is not made for illegal purposes.
- If you have a problem, contact me for help.