@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
๐7๐5
@channelLimiterBot has been updated.
- Fixed major bugs.
- Added auto bans, to ban channels that chat in a group. Use
~ @BotzHub
- 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
BotzHub
@BotzHub - Bot Status ยป โ
@ChannelActionsBot [ 10446.442ms ] ยป โ
@GetMessagesRoBot [ 10308.935ms ] ยป โ
@GeminiTalkBot [ 10315.086ms ] ยป โ
@AnonymousSendBot [ 10310.607ms ] ยป โ @TheEmailBot ยป โ
@MDiskLinksRoBot [ 10305.211ms ] ยป โ
@PexelsSearchBot [ 10317.626msโฆ
@BHMultiBot is back up.
(Most others are down, f ๐คง)
(Most others are down, f ๐คง)
๐ฅ12๐9
@GetFilesRoBot, @AnonymousSendBot and @BHMultiBot are back up.
Give some unique bot ideas (in comments) ๐คง
~ @Bots4Sale
Give some unique bot ideas (in comments) ๐คง
~ @Bots4Sale
๐ฅ9โค4๐4๐2