BotzHub
70.3K subscribers
24 photos
127 links
Bots, bots, bots? Nah, much more!
Here I post bots, Rest APIs and other open-source scripts which I made!

🌐 https://xditya.me/github
πŸŽ₯ YouTube - https://xditya.me/yt
πŸ’Έ Paid promotions - @ContactorRoBot.

Β© @BotzHub
Download Telegram
@uploadToPdiskBot has been rewritten!

- Direct link to pDisk uploader.
- You can now login to your own pDisk.net account with your api key, and upload from the bot, directly from telegram!
- File to pDisk coming soon 🀧

Source

~ @BotzHub
πŸ‘5❀1πŸŽ‰1
Donation
for @BotzHub
πŸ‘4πŸŽ‰3
Forwarded from Ultroid
Tutorial to deploy Ultroid to Heroku without Service Violations.
πŸ‘4πŸ‘1
BotzHub
Morse Code Encoder. #repo - GitHub - Encode text in english to morse code and vice versa. - Based off a user suggestion. Please follow me on GitHub for more open source bots! 😌 ~ @BotzHub
Morse Code API.

Encoder
- https://apis.xditya.me/morse//encode?text=sampleText

Decoder - https://apis.xditya.me/morse//decode?text=... .- -- .--. .-.. . -- --- .-. ... . -.-. --- -.. .

~ @BotzHub

Drop ideas to implement in the next API πŸ‘‡
πŸŽ‰3πŸ‘2
QR Generator

Request Link
- https://apis.xditya.me/qr/gen?text=sampleText

Sample Request -
import requests
res = requests.get("https://apis.xditya.me/qr/gen?text=sampleText", stream=True)
with open(f"qr_gen.webp", "wb") as f:
for chunk in res.iter_content(chunk_size=128):
f.write(chunk)
await e.reply(file=f"qr_gen.webp")

Changed domain from xditya.deta.dev to apis.xditya.me.

~ @BotzHub
πŸŽ‰2πŸ‘1
Notes Writer API.

Generate "hand-written" notes.

Endpoint - https://apis.xditya.me/write?text=

Sample query - https://apis.xditya.me/write?text=sampleMessage

~ @BotzHub
πŸŽ‰5😁2
Logo Generator API.

Endpoint
- https://apis.xditya.me/logo?text=sampleText [Post]

Provide background image in 'files'.

Sample logo gen snippet:
import requests
file = "my_logo_background.jpg"
res = requests.post("https://apis.xditya.me/logo?text=aditya", files={'image': open(file, "rb")})
with open(f"logo.png", "wb") as f:
for chunk in res.iter_content(chunk_size=128):
f.write(chunk)
await e.reply(file="logo.png")

~ @BotzHub
πŸ”₯3πŸ‘2
@GetFilesRoBot

- Store your files easily by sending them to the bot.
- Share the stored files via inline mode, in any chat.
- Add the bot to a private/public channel as admin, and the bot would reply with a shareable link for every file sent!
- Alternative for @TheFileStoreBot, as it was banned.
- More info - here

~ @BotzHub
πŸ”₯4πŸ‘2
Update to @GetFilesRoBot

Now you can get your recently sent files by just entering @GetFilesRoBot in any chat.

~ @BotzHub
πŸ‘4πŸŽ‰3
@channelLimiterBot

- Limit users from sending messages as a channel in group chats.
- Custom configurations, whether to either delete the users messages or ban him (soon).
- Add the bot to your group, and use /settings to configure it.

Report bugs: @BotzHubChat

~ @BotzHub
πŸ‘7
apis.xditya.me now has a new landing page!
Thanks to @Akash_AM1!

~
@BotzHub
πŸ‘7πŸŽ‰5
@channelLimiterBot has been updated.

- Fixed major bugs.
- Added auto bans, to ban channels that chat in a group. Use /settings to configure the bot, after adding it as admin in your group.

~ @BotzHub
πŸ‘8❀5πŸ‘1
Happy new year! πŸŽ‰
πŸŽ‰39❀15😱10πŸ‘6🀩5πŸ₯°3πŸ”₯2
@GetFilesRoBot, @AnonymousSendBot and @BHMultiBot are back up.

Give some unique bot ideas (in comments) 🀧

~ @Bots4Sale
πŸ”₯9❀4πŸ‘4πŸ‘2
Captcha Generator [API]

Β» Request URL - https://api.xditya.me/captcha

Β» Custom length and options - https://apis.xditya.me/captcha?length=7&options=8

- Sample - https://t.me/BotzHub/178?comment=126436

~ @BotzHub
πŸ”₯8πŸ‘5❀4😁3πŸŽ‰2
@BHCaptchaBot
#repo - https://github.com/xditya/captchaBot

- Show a captcha whenever a new user joins your group.
- User would be muted till he solves the captcha.
- Uses the above API.

Β» Learn how to use the bot.

Do ⭐️ the repo if you liked it :)

~ @BotzHub
πŸ”₯13πŸ‘9😁5😱2
@ErrorTGsearcherBot

#source Β» https://github.com/TechiError/TG-searcherBot

- Search for channels or chats from given query and sends to current chat!

Usage: Click here

Star the repo if you liked ☺️

By @TechiError

~ @BotzHub
πŸ‘15πŸ”₯5🀯5πŸ€”4❀3😁1