@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
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
Β» 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
#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
#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