A Simple Telegram Bot in Telethon
#repo - https://github.com/xditya/TelethonBot
This, I made, with the sole purpose of helping the new ones who know nothing about making bots, but are interesting in doing so.
The repo contains the basic stuff required to start a bot, with instructions (in the readme) on adding new plugins, and also with everything to deploy to heroku.
β οΈ This is just for helping the interested ones learn, and not for copy pasting as such and thinking you know stuff, lol!
Star the repo if you liked it (just coz it feels nice xD)
Do read the readme first. Ask help, if any needed, in @BotzHubChat
~ @BotzHub
#repo - https://github.com/xditya/TelethonBot
This, I made, with the sole purpose of helping the new ones who know nothing about making bots, but are interesting in doing so.
The repo contains the basic stuff required to start a bot, with instructions (in the readme) on adding new plugins, and also with everything to deploy to heroku.
β οΈ This is just for helping the interested ones learn, and not for copy pasting as such and thinking you know stuff, lol!
Star the repo if you liked it (just coz it feels nice xD)
Do read the readme first. Ask help, if any needed, in @BotzHubChat
~ @BotzHub
π2β€1
@CompressorRoBot
With #repo
Features -
- Compress videos with negligible quality change.
- Generate sample video and screenshots of the compressed video.
Due to quality settings, bot takes time to compress. Kindly do not spam the bot!
Forward any video to start compressing
@BotzHub
With #repo
Features -
- Compress videos with negligible quality change.
- Generate sample video and screenshots of the compressed video.
Due to quality settings, bot takes time to compress. Kindly do not spam the bot!
Forward any video to start compressing
@BotzHub
π3
@BHLogoBot
Features -
- Logo Generator Bot.
- Generate logos with the text you desire!
- Choses a random background and font from over 1k files, put together by our supporters!
- Hosted on heroku, kindly don't abuse π’
This is the initial release, there maybe some stupid looking fonts. I'll go trough each one and remove it soon.
Thanks to all who donated logo backgrounds and fonts for this project!
@BotzHub
Features -
- Logo Generator Bot.
- Generate logos with the text you desire!
- Choses a random background and font from over 1k files, put together by our supporters!
- Hosted on heroku, kindly don't abuse π’
This is the initial release, there maybe some stupid looking fonts. I'll go trough each one and remove it soon.
Thanks to all who donated logo backgrounds and fonts for this project!
@BotzHub
π1π₯1
BotzHub
@BotzHub Bots Stats. Moved here.
Bot Stats can be seen here, it's back up now!
The bots which are down will be back up by next month.
The bots which are down will be back up by next month.
π1π1
Made a Date and Time fetching API
https://t.me/BotzHub/125, rip
(Just learning)
Homepage
GET
eg:
First try; using FastAPI.
Using this (in python):
https://t.me/BotzHub/125, rip
(Just learning)
Homepage
https://xditya-datetime.herokuapp.com/
Docs https://xditya-datetime.herokuapp.com/docs
GET https://xditya-datetime.herokuapp.com/info
for current date and time of Asia/Kolkata
.GET
https://xditya-datetime.herokuapp.com/info?tz=
for all supported Time Zones.eg:
https://xditya-datetime.herokuapp.com/info?tz=America/Argentina/Catamarca
for info of America/Argentina/Catamarca
First try; using FastAPI.
Using this (in python):
import requests
x = requests.get("https://xditya-datetime.herokuapp.com/info").json()
print(x['day'] + " " + x['month'] + " "+ x['year'] + "\n" + x['time'])
@BotzHubπ1
Btw, send any YouTube link (songs) to @SongTeleBot and join the voice chat in this channel to listen to it! π³
~ @BotzHub
~ @BotzHub
π₯1
BotzHub
@BotzHub Bots Stats. Moved here.
β€1π1
@BHQuesBot
Features -
- It is Just a bot to find answers to your queries/questions inline. (Helpful for Students)!!
- Finds Any Question/Query.
- Hosted on Heroku
How to use?
Go to Bot's DM and send /start , Too Easy ππ
How to deploy?
Open the repo below and click "deploy to heroku", very simple π
#repo -
https://github.com/ProgrammingError/padhotgbot
(do star if you liked π₯Ίππ)
~ @BotzHub
Features -
- It is Just a bot to find answers to your queries/questions inline. (Helpful for Students)!!
- Finds Any Question/Query.
- Hosted on Heroku
How to use?
Go to Bot's DM and send /start , Too Easy ππ
How to deploy?
Open the repo below and click "deploy to heroku", very simple π
#repo -
https://github.com/ProgrammingError/padhotgbot
(do star if you liked π₯Ίππ)
~ @BotzHub
π2
Lyrics API
Docs: here or here.
Features -
- Get lyrics of any song.
- API link:
Sample API call -
Share with your friends π
@BotzHub
Docs: here or here.
Features -
- Get lyrics of any song.
- API link:
https://botzhub.herokuapp.com
Sample API call -
import requests
songname = "Blinding Lights"
x = requests.get(f'https://botzhub.herokuapp.com/lyrics?song={songname}').json()
artist = lyrics = ""
try:
artist = x['artist']
lyrics = x['lyrics']
except:
lyrics = x['lyrics']
if artist == "":
print(f"Song: {songname}\n\nLyrics:\n{lyrics}")
else:
print(f"Song: {songname}\nArtist:{artist}\n\nLyrics:\n{lyrics}")
Share with your friends π
@BotzHub
π2π1
A Simple Telegram Bot in Pyrogram
#repo - https://github.com/xditya/PyrogramBot
Same as this, but in Pyrogram π
β οΈ This is just for helping the interested ones learn, and not for copy pasting as such and thinking you know stuff, lol!
Star βοΈ the repo if you liked it!
~ Special thanks to @CrazyBotsz!
Do read the readme first. Ask help, if any needed, in @BotzHubChat
~ @BotzHub
#repo - https://github.com/xditya/PyrogramBot
Same as this, but in Pyrogram π
β οΈ This is just for helping the interested ones learn, and not for copy pasting as such and thinking you know stuff, lol!
Star βοΈ the repo if you liked it!
~ Special thanks to @CrazyBotsz!
Do read the readme first. Ask help, if any needed, in @BotzHubChat
~ @BotzHub
π1
Hit 600 subs on YouTube!
Thanks to everyone who has been a part :)
Channel: https://youtube.com/c/xditya
Thanks to everyone who has been a part :)
Channel: https://youtube.com/c/xditya
π1
Thanks for 1.5k members! β€οΈ
Updates -
- @BH_ttsBot is back online and faster than before.
- Improved BotStats repository to give a more human readable time.
- Modified my site (https://xditya.me), special thanks to Unkn0wn_007 for the help! Do checkout the site if free and drop a feedback!
- Let me know in the comments if you need a better Force Subscribe Bot (keeps user muted till he joins a specified channel/group)
~ @BotzHub
Updates -
- @BH_ttsBot is back online and faster than before.
- Improved BotStats repository to give a more human readable time.
- Modified my site (https://xditya.me), special thanks to Unkn0wn_007 for the help! Do checkout the site if free and drop a feedback!
- Let me know in the comments if you need a better Force Subscribe Bot (keeps user muted till he joins a specified channel/group)
~ @BotzHub
π2
Force Subscribe Bot
#repo - https://github.com/xditya/ForceSub
Features -
- Fully customisable.
- Customisable welcome messages.
- Checks users on new messages as well as newly joined users.
- Can be deployed on heroku directly (yes, I wrote an app.json, after a long time π)
Star the repo if you liked it :)
Follow me on GitHub, @xditya; 100 followers soon π
~ @BotzHub
#repo - https://github.com/xditya/ForceSub
Features -
- Fully customisable.
- Customisable welcome messages.
- Checks users on new messages as well as newly joined users.
- Can be deployed on heroku directly (yes, I wrote an app.json, after a long time π)
Star the repo if you liked it :)
Follow me on GitHub, @xditya; 100 followers soon π
~ @BotzHub
β€1π1
Forwarded from Crazy Botsz
β Adv Auto Filter Bot V2 β
Updated All Codes Of Auto Filter Bot.... And Made The New Version More User Friendly And With More Customizable Featuresπ.....
Some Key Features π:
-> Support of To Be Used aAs Public Bot
-> [Added] Support For Unlimited Chat Connection
-> [Added] Support For Enable/Disble Showing Invite Link For Connect Chats In Each Fiter Result
-> Better Search Result
-> [Added] Custom Separate Settings Pannel For Each Chat
-> [Added] Live Filter Type Control For Each Chat Without The Need Of Restarting The Bot
And Many More...
Repository Link : https://github.com/AlbertEinsteinTG/Adv-Auto-Filter-Bot-V2
YouTube Tutorial : https://youtu.be/KTearEPhumc
#CrazyBotsz
Updated All Codes Of Auto Filter Bot.... And Made The New Version More User Friendly And With More Customizable Featuresπ.....
Some Key Features π:
-> Support of To Be Used aAs Public Bot
-> [Added] Support For Unlimited Chat Connection
-> [Added] Support For Enable/Disble Showing Invite Link For Connect Chats In Each Fiter Result
-> Better Search Result
-> [Added] Custom Separate Settings Pannel For Each Chat
-> [Added] Live Filter Type Control For Each Chat Without The Need Of Restarting The Bot
And Many More...
Repository Link : https://github.com/AlbertEinsteinTG/Adv-Auto-Filter-Bot-V2
YouTube Tutorial : https://youtu.be/KTearEPhumc
Do Give A Star In Repo If You Like Itπ
π¬.... Also Subscribe And Like The YouTubeπ. .
#CrazyBotsz
GitHub
GitHub - AlbertEinsteinTG/Adv-Auto-Filter-Bot-V2
Contribute to AlbertEinsteinTG/Adv-Auto-Filter-Bot-V2 development by creating an account on GitHub.
π1π₯1
Announcement.
Guys, as you may know @InFoTelGroup and @Dx_Support got copyright strikes and can't be accessed now. They've made temporary groups to be used till the restrictions are ceased.
- @DxHelpDesk and @InFoTel_Group are the only official alternative groups.
~ @BotzHub
Guys, as you may know @InFoTelGroup and @Dx_Support got copyright strikes and can't be accessed now. They've made temporary groups to be used till the restrictions are ceased.
- @DxHelpDesk and @InFoTel_Group are the only official alternative groups.
~ @BotzHub
π1
@CompressorRoBot
Updates -
- Now U Can view Media info Too
- Fixed Process Bug
- Little Speed Increased.
~ @BotzHub
Updates -
- Now U Can view Media info Too
- Fixed Process Bug
- Little Speed Increased.
~ @BotzHub
π₯1