This Telegram bot is built using the python-telegram-bot
library version 21.9 and performs various tasks within Telegram.
๐ฐ Note (14/12/2024): Certain features have been temporarily removed due to limitations. They may be reintroduced in future updates. Additionally, not all features are listed here. We encourage you to start the bot and explore its full functionality. Thank you for your understanding.
bot/functions
folder.func_
to be auto-detected as handlers.Removed due to limitations
Removed due to limitations
Removed due to limitations
โน๏ธ Todo: add more featuresโฆ ๐
โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข โข
sample_config.env
to config.env
then fillup config.env
file valueโsBOT_TOKEN
Get from https://t.me/BotFather E.g. 123456:abcdefGHIJK...
OWNER_ID
Get from bot by /id command E.g. 2134776547
OWNER_USERNAME
Your Username E.g. paste like โ
bishalqx980
not โ @bishalqx980
MONGODB_URI
Get from https://www.mongodb.com/ (Check Below for instruction)DB_NAME
anything E.g. MissCiri_db
New Project
Clusters
> create a cluster
Database Access
click on ADD NEW DATABASE USER
Authentication Method
: Password
Password Authentication
: give username
and password
(remember that)
on Database User Privileges
section
Built-in Role
: Atlas admin
Finally click on Add User
Now again goto cluster
section and click on connect
Connect to your application
section Drivers
Connecting with MongoDB Driver
section 3. Add your connection string into your application code
Here you can see something like mongodb+srv://something:<db_password>@cluster9800.AA11.mongodb.net/?retryWrites=true&w=majority&appName=Cluster9800
Remove the <db_password>
from that URI and add your password which one you gave on 2. 'Password Authentication'
๐ฅณ Done you have created your MongoDB_URI
successfullyโฆ
Note: One last thing, on the left side list click on
Network Access
section click onADD IP ADDRESS
and set ip to0.0.0.0/0
(Its important to access database without network restriction)
โโ Windows โโ
python 3.11
or latertgbot
directory on cmdpip install -r requirements.txt
python -m bot
โโ Linux โโ
python 3.11
or latertgbot
directory on shellpip install -r requirements.txt
python -m bot
Web Service
Select Public Git repository
> https://github.com/bishalqx980/tgbot
> Language: Docker
> Branch: main
> Instance Type: Free [or paid]
> Secret Files โฌ๏ธ
> Filename: 'config.env'
> File Contents: paste all content from 'sample_config.env' (make sure you filled up everything)
Note: If you face anyproblem accessing
Advanced option
then just click onCreate Web Service
then fromEnvironment
>Secret Files
add theconfig.env
values. Then restart/redeploy the web service.
Important: After deployment complete go to Render Dashboard and open your service then you can see service url on top left corner https://example.onrender.com copy that and go to bot
/bsettings
server url and edit with your service url. (So that bot wonโt go to sleep)
D.O.N.E ๐ฅณ
settings
> General
> Check โ
Template repository
Use this template
config.env
file and make sure required all values are filled upsettings
> secrets and variables
> Actions
New respository secret
HEROKU_EMAIL
your_heroku_email
HEROKU_APP_NAME
- unique name eg. tgbot007oc-bishalqx980HEROKU_API_KEY
- get from https://dashboard.heroku.com/account scroll down API Key
click on Reveal
button then copy the value and paste itโฆActions
tab from the top, select Deploy to heroku
, on right side click on Run workflow
> green button Run workflow
Server url
from /bsettings
before heroku shutdownโฆ then restart dyno (heroku app)D.O.N.E ๐ฅณ
/bsettings
GPL-3.0
Original Creator - @bishalqx980
๐ ๐น๐ป๐ธ๐ณ๐ฎ๐ฌ๐ฝ ๐ธ๐ฏ
โโโโ โโโ โโโโโโ โโโ โโ โโโ โโโ
โโโโโโโ โโโโโโโ โ โโโโ โโโโโโโโโ โโโโ
โโโโ โโโโโโโโ โโโโ โโโโโโโโโโโ โโโ โโโโ
โโโโโโ โโโโ โ โโโโโโ โโโ โโโโโโโโโ โโโโ
โโโ โโโโโโโโโโโโโโโโโโโโโโโโ โโ โโโโโโโโโโโโ
โโโโโโโโโโ โ โโโ โ โ โ โโโโโ โโ โโโโโ โโโ โ
โโโ โ โ โโ โโ โ โ โ โโโ โ โ โโ โโ โ โ โ
โ โ โ โโ โ โ โ โโ โ โ โ โ โ
โ โ โ โ โ โ โ โ โ โ
โ
based on python-telegram-bot lib