˹𝚨𝐝𝐒𝐭𝐲𝐚 π’πžπ«π―πžπ«ΛΌ β„’
3.02K subscribers
2 photos
9 links
🚩 Aα΄…Ιͺᴛʏᴀ SᴇʀᴠᴇƦ β„’

βœ… Wα΄‡ΚŸCᴏᴍᴇ Tᴏ Aα΄…Ιͺᴛʏᴀ FᴀᴍΙͺʟʏ,
βœ… Wᴇ TʀʏΙͺΙ΄Ι’ Tᴏ PʀᴏᴠΙͺᴅᴇ Bᴇsα΄›,

πŸ“‘ Oʙᴇʏ Bα΄‡ΚŸOα΄‘ Rα΄œΚŸα΄‡s Β»

γ€πŸ’˜ Nᴏ PʀᴏᴍᴏᴛΙͺᴏɴ】
γ€πŸ”ž Nᴏ AΚ™α΄œsΙͺΙ΄Ι’.__】
γ€πŸ“΅ No Sα΄˜α΄€α΄α΄Ιͺɴɒ‒】
γ€πŸ’¦ No CΚœα΄‡α΄€α΄›α΄‡Κ€s _】

πŸ‘‘ Cᴇᴏ : @AdityaHalder

βœ… Aα΄ α΄€ΙͺʟAΚ™ΚŸα΄‡ Fʀᴇᴇ & PʀᴇMΙͺᴜM,
βœ… TΚœα΄€Ι΄α΄‹ Yᴏᴜ Fᴏʀ Sα΄œα΄˜α΄˜α΄Κ€α΄› Us.
Download Telegram
Some haters made a fake report on my old channel about selling, now my old channel is no longer valid, from now on I will post everything on this channel.

Thank you all for your support, share now @adityaserver with your friends.
❀2😱2😒2
˹𝚨𝐝𝐒𝐭𝐲𝐚 π’πžπ«π―πžπ«ΛΌ β„’ pinned Β«Some haters made a fake report on my old channel about selling, now my old channel is no longer valid, from now on I will post everything on this channel. Thank you all for your support, share now @adityaserver with your friends.Β»
Contabo VPS Available
6GB RAM & 16GB RAM

DM Fast To Buy
Also RDP Available
TEST MY NEW API

For Audio (you can use link or video id)
http://46.250.240.57:8000/search?query=vaaste

For Video (you can use link or video id)
http://46.250.240.57:8000/search?query=vaaste&video=true
❀1πŸ”₯1πŸŽ‰1🀩1
New Gradient Thumbnail For Music Bot ❀️...

Multi Color Each Time 😈
❀1
βœ… Our New Music Bot Repo is Ready (No Need Cookies or Any Other API)

βœ… Added Own API (Only Audio Support For Now)

➑️ Test Once Our Simple & Lag Free Public Music Bot Based On This Repo:
@rosevcbot

‼️ I will Upload Repo After Final Test.
❀2🀩2πŸ‘1πŸ”₯1πŸŽ‰1
🎡 Big News! 🎡

Hey everyone πŸ‘‹
I’ve just made my Music Bot Repository public on GitHub! πŸ’»βœ¨

Now you can:
βœ… Explore the full source code
βœ… Deploy your own music bot
βœ… Contribute & improve features
βœ… Learn how it all works under the hood

πŸ“‚ Repo Link: https://github.com/AdityaHalder/AdityaPlayer

If you love music bots, give it a ⭐ on GitHub, fork it, and start building!
Let’s make it even better together πŸ™Œ
❀1😁1
Send me a YouTube.py file, I will add my api, for testing.

Only audio is supported now.
😁1
This is only for yukki based repo.
Add this code to your
Youtube.py file to enjoy the Free API.


Step1: These packages need to be imported above.

import asyncio
import os
import re
import requests
from urllib.parse import urlparse

Step2: Add this function above any other function.

async def get_audio_api(link: str):
from .. import app
x = re.compile(
r'(?:https?://)?(?:www\.)?(?:youtube\.com/(?:watch\?v=|embed/|shorts/)|youtu\.be/)([A-Za-z0-9_-]{11})'
)
video_id = x.search(link)
vidid = video_id.group(1) if video_id else link

xyz = os.path.join("downloads", f"{vidid}.mp3")
if os.path.exists(xyz):
return xyz

loop = asyncio.get_running_loop()

def get_url():
api_url = f"http://82.180.147.88:1470/song?query={vidid}"
try:
return requests.get(api_url).json().get("link")
except:
return None

download_url = await loop.run_in_executor(None, get_url)
parsed = urlparse(download_url)
parts = parsed.path.strip("/").split("/")
cname, msgid = str(parts[0]), int(parts[1])
msg = await app.get_messages(cname, msgid)
await msg.download(file_name=xyz)

while not os.path.exists(xyz):
await asyncio.sleep(0.5)

return xyz

Step3: Now replace this line with the audio_dl line.

downloaded_file = await get_audio_api(link)
❀1
Our new simple userbot creator bot: @sankiuserbot

After starting the bot, type /create and paste your pyrogram V2 string session, and the userbot will be ready.

Userbot commands can only be used from the string session account.