@BHMultiBot is back online !
Code runners (
~ @BotzHub
Code runners (
@BHMultiBot exec
) would be down, until further notice :(~ @BotzHub
👍4
@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
- 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
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 -
Drop ideas to implement in the next API 👇
Encoder -
https://apis.xditya.me/morse//encode?text=sampleText
Decoder - https://apis.xditya.me/morse//decode?text=... .- -- .--. .-.. . -- --- .-. ... . -.-. --- -.. .
~ @BotzHubDrop ideas to implement in the next API 👇
🎉3👏2
QR Generator
Request Link -
~ @BotzHub
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
BotzHub
Lyrics API 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()…
Lyrics API
Endpoint moved to
Sample query -
~ @BotzHub
Endpoint moved to
https://apis.xditya.me/lyrics?song=
Sample query -
https://apis.xditya.me/lyrics?song=money
~ @BotzHub
👍3👏2
Notes Writer API.
Generate "hand-written" notes.
Endpoint -
Sample query - https://apis.xditya.me/write?text=sampleMessage
~ @BotzHub
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 -
Provide background image in 'files'.
Sample logo gen snippet:
Endpoint -
https://apis.xditya.me/logo?text=sampleText
[Post]Provide background image in 'files'.
Sample logo gen snippet:
import requests~ @BotzHub
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")
🔥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
- 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
~ @BotzHub
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
Report bugs: @BotzHubChat
~ @BotzHub
- 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