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.
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.Β»
π€©2
Forwarded from π±ππβαπκ§κπ β’
YouTube
How To Code Own Telegram Userbot ? // Part - 02
π§ How to Code Your Own Telegram Userbot (Part 02) | Function Creation & Run.
In this video, I walk you through the second steps of building your own Telegram Userbot using Pyrogram.
Weβll cover:
β’ Adding Variables
β’ Installing dependencies
β’ Creating Functionβ¦
In this video, I walk you through the second steps of building your own Telegram Userbot using Pyrogram.
Weβll cover:
β’ Adding Variables
β’ Installing dependencies
β’ Creating Functionβ¦
ΛΉπ¨ππ’ππ²π πππ«π―ππ«ΛΌ β’ pinned Β«https://youtu.be/lljzSxSLBqUΒ»
Contabo VPS Available
6GB RAM & 16GB RAM
DM Fast To Buy
Also RDP Available
6GB RAM & 16GB RAM
DM Fast To Buy
Also RDP Available
Forwarded from π±ππβαπκ§κπ β’
π₯ Do you want an API to download songs from Jio Saavn ?
Anonymous Poll
86%
β
Yeah Sure, I want.
14%
β No, I have Already.
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
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
β
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.
β 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 π
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
π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.
Step2: Add this function above any other function.
Step3: Now replace this line with the audio_dl line.
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.
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.