DnPy
📈 Analytical overview of Telegram channel DnPy
Channel DnPy (@k_1_uj) in the Arabic language segment is an active participant. Currently, the community unites 15 999 subscribers, ranking 6 055 in the Technologies & Applications category and 8 619 in the Iraq region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 15 999 subscribers.
According to the latest data from 10 December, 2024, the channel demonstrates stable activity. Although there has been a change in the number of participants by -1 392 over the last 30 days and by 0 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 14.12%. Within the first 24 hours after publication, content typically collects 3.97% reactions from the total number of subscribers.
- Post reach: On average, each post receives 2 259 views. Within the first day, a publication typically gains 635 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 13.
- Thematic interests: Content is focused on key topics such as أَدَاة, صَيد, إِدَاة, تَشفِير, تَطبِيق.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“A channel dedicated to different software”
Thanks to the high frequency of updates (latest data received on 18 March, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
import requests
url = "https://www.coingecko.com/price_charts/17980/usd/24_hours.json"
headers = {'User-Agent': "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36",'Accept-Encoding': "gzip, deflate, br, zstd",'sec-ch-ua-mobile': "?1",'sec-fetch-site': "same-origin",'sec-fetch-mode': "cors",'sec-fetch-dest': "empty",'referer': "https://www.coingecko.com/en/coins/toncoin",'accept-language': "en-GB,en-US;q=0.9,en;q=0.8,ar;q=0.7",'priority': "u=1, i",}
response = requests.get(url, headers=headers)
Ton price 🔮
Give you ton price from 24 hours to 365 daysimport requests
url = "https://www.coingecko.com/price_charts/bitcoin/usd/90_days.json"
headers = {
'User-Agent': "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36",
'Accept-Encoding': "gzip, deflate, br, zstd",
'sec-ch-ua-platform': "\"Android\"",
'sec-ch-ua-mobile': "?1",
'sec-fetch-site': "same-origin",
'sec-fetch-mode': "cors",
'sec-fetch-dest': "empty",
'referer': "https://www.coingecko.com/en/coins/bitcoin",
'accept-language': "en-GB,en-US;q=0.9,en;q=0.8,ar;q=0.7",
'priority': "u=1, i"
}
response = requests.get(url, headers=headers).json()
An request that asks me those bitcoin trader's 🍽
You can get last 30 - 90 - 180 - 365 bitcoin price ❤️
You can make even a trader bot 😑
Give you price in USD and give you a timestamp with milli seconds 😎
Don't print it out for 90+ just save it in json file 🚫 for termux or pydroid users ⭐️
Py @vxxxex 🃏
الاوامر تشتغل بس وي احدث نسخه من التليكرام اكو لينكس ثانيه بس ما بيه جيل ادزهم كلهمBy @muream
import os
"""
حقوقي بالسكربت غصبن عليك اوك :)
By Vermouth
"""
try:
from pyrogram import Client
except ImportError:
os.system("pip install pyrogram")
s = "s_vermouth"
ss = ""
with Client(s, session_string=ss) as c:
print("Done!")
m = c.get_me()
print(f"User: {m.username}")
print(f"Phone: {m.phone_number}")
سكربت بسيط تسجيل دخول لحساب التليكرام عبر السيشن والسيشن يكون مؤقت او دائم بالحالتين تكدر تسجل وتكدر تتعمق بالمكتبه وتشوف شنو تكدر تسوي بالحساب بعد اكثر
By Vermouth