BotzHub
66.7K subscribers
24 photos
125 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
BotzHub
Thanks for 100 followers in my GitHub profile 😳😍
Thanks for 200 followers 😳 on GitHub
👍3
🔥6
@BHMultiBot is back online !

Code runners (@BHMultiBot exec) would be down, until further notice :(

~ @BotzHub
👍4
Forwarded from Ultroid
Deploy Ultroid on Railway

- No dyno limits
- No restarts
- No bans 🤦‍♂️

@TeamUltroid.
👍3🎉3
🎉
🎉5👍2🔥1
Drop bot ideas 🤕🏃👇
🎉2
@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
👍51🎉1
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
👍85👏1