509
المشتركون
لا توجد بيانات24 ساعات
+27 أيام
+3430 أيام
جاري تحميل البيانات...
القنوات المماثلة
لا توجد بيانات
هل تواجه مشاكل؟ يرجى تحديث الصفحة أو الاتصال بمدير الدعم الخاص بنا.
سحابة العلامات
لا توجد بيانات
هل تواجه مشاكل؟ يرجى تحديث الصفحة أو الاتصال بمدير الدعم الخاص بنا.
الإشارات الواردة والصادرة
---
---
---
---
---
---
جذب المشتركين
يونيو '26
يونيو '260
في 0 قنوات
مايو '26
+83
في 0 قنوات
Get PRO
أبريل '26
+79
في 0 قنوات
Get PRO
مارس '26
+10
في 0 قنوات
Get PRO
فبراير '260
في 3 قنوات
Get PRO
يناير '26
+1
في 0 قنوات
Get PRO
ديسمبر '25
+1
في 0 قنوات
Get PRO
نوفمبر '25
+7
في 17 قنوات
Get PRO
أكتوبر '25
+15
في 30 قنوات
Get PRO
سبتمبر '250
في 0 قنوات
Get PRO
أغسطس '25
+2
في 9 قنوات
Get PRO
يوليو '25
+7
في 8 قنوات
Get PRO
يونيو '25
+18
في 10 قنوات
Get PRO
مايو '25
+12
في 37 قنوات
Get PRO
أبريل '25
+135
في 84 قنوات
Get PRO
مارس '25
+554
في 105 قنوات
| التاريخ | نمو المشتركين | الإشارات | القنوات | |
| 01 يونيو | 0 |
منشورات القناة
| 2 | Al Tools That Are Taking Over 2026 - Are You In ❓
1. ChatGPT.com (solve anything)
2. Reccloud.com (generate voice)
3. Tome.app (build presentations)
4. Pika.art (create videos)
5. Gamma.app (design docs)
6. Suno.ai (make music)
7. Picwish.com (image editing)
8. Perplexity.ai (research assistant)
9. Krea.ai (logo design)
10. Fliki.ai (voiceovers)
11. Runway.ml (film editing)
12. Relume.io (web design)
13. LumaLabs.ai (3D models)
14. Descript.com (edit audio)
15. ElevenLabs.io (clone voices) | 13 |
| 3 | https://t.me/MicroEarn1Bot?start=7388630298 | 65 |
| 4 | sticker.webp | 10 |
| 5 | t.me/Fox_Promotion2 | 9 |
| 6 | sticker.webp | 14 |
| 7 | @Kaiiddo | 11 |
| 8 | +1 Premium Note.html | 13 |
| 9 | +1 admin.html | 16 |
| 10 | @EthioTGShopbot | 13 |
| 11 | /add
adminlist = ['1254745064','6052663027','7226428085']
check = [ele for ele in adminlist if(ele in str(u))]
if bool(check) == True:
bot.sendMessage("Enter User Telegram Id To Add Balance")
Bot.handleNextCommand("/add_2") | 14 |
| 12 | /add_2
balance = User.getData("balance",user=message.text)
if balance == None:
bot.sendMessage(f"{message.text} is not a user of this bot")
else:
bot.sendMessage(chat_id=u,text="Enter Amount To add")
Bot.handleNextCommand("/add_3",options=message.text) | 13 |
| 13 | /add_3
def com(u):
try:
amount = float(message.text)
except:
bot.sendMessage(chat_id=u, text="Invalid value")
return
balance = float(User.getData("balance",user=options))
User.saveData("balance",balance+amount)
bot.sendMessage(chat_id=u,text=f"{amount} birr Added To {options}'s Balance")
bot.sendMessage(chat_id=options,text=f"{amount} birr Added To Your Balance")
com(u) | 8 |
| 14 | /adding
status = User.getData("ban")
if status == "ok":
raise ReturnCommand()
markup = InlineKeyboardMarkup()
markup.row(
InlineKeyboardButton(
text="Channel",
url="https://t.me/Jovanigames"
),
InlineKeyboardButton(
text="Payment Proof",
url="https://t.me/proofofpayment1"
)
)
markup.row(
InlineKeyboardButton(
text="Channel",
url="https://t.me/HunterShopEt"
),
InlineKeyboardButton(
text="Channel",
url="https://t.me/+MPP6ULhYg9Q3YjNk"
)
)
markup.row(
InlineKeyboardButton(
text="Channel",
url="https://t.me/tapps/app?startapp=ref_1_8368518"
),
InlineKeyboardButton(
text="Channel",
url="https://t.me/YODATOPUP"
)
)
markup.row(
InlineKeyboardButton(
text="Channel",
url="https://t.me/Ethiobinary"
)
)
bot.replyText(
chat_id=message.chat.id,
text="<b>👐 እንኳን ወደ Birr Pay በሰላም መጡ። \n\nአገልግሎታችንን ለማግኘት ከታች ያሉትን ሁሉንም ቻናሎቻችን መቀላቀል አለቦት። </b>",
reply_markup=markup
)
keyboard = ReplyKeyboardMarkup(True)
keyboard.row("✅ Joined")
# Max 12 row can be set
bot.replyText(
chat_id=message.chat.id,
text="<b>ከተቀላቀሉ በኋላ '✅ Joined' የሚለውን ይጫኑ</b>",
reply_markup=keyboard
)
is_invited = User.getData("is_invited")
u = str(u)
already = User.getData('bot_user')
if already != None:
pass
else:
User.saveData('balance', 0)
User.saveData('ref_count', 0)
User.saveData('withdrawn', 0)
User.saveData('bot_user', True)
if Bot.getData('total_users') == None:
Bot.saveData('total_users', 1)
else:
t = int(Bot.getData('total_users'))+1
Bot.saveData('total_users', t)
# bot.replyText(u, str(Bot.getData('total_users')))
refer = message.text.split(" ")
if message.text == "/start":
if is_invited == None:
User.saveData('is_invited', True)
else:
if str(u) == refer[1]:
if is_invited == None:
User.saveData('is_invited', True)
else:
if is_invited == None:
refer_balance = User.getData("balance", user=refer[1])
count = User.getData('ref_count', user=refer[1])
if refer_balance == None:
User.saveData("is_invited",True)
raise ReturnCommand()
count = int(count)
count += 1
User.saveData("ref_count", data=count, user=refer[1])
User.saveData("invited_by",refer[1])
bot.replyText(
chat_id=u,
text=f"<b>📋 You are Invited By:- {refer[1]}</b>",
parse_mode="html"
)
User.saveData("is_invited", True)
new_user = User.getData("new_user") | 8 |
| 15 | /adding1
def com(u):
try:
amount = float(message.text)
except:
bot.sendMessage(chat_id=u, text="Invalid value")
return
balance = float(User.getData("balance",user=options))
User.saveData("balance",balance+2)
bot.sendMessage(chat_id=u,text=f"2 birr Added To {options}'s Balance")
bot.sendMessage(chat_id=options,text=f"1 birr Added To Your Balance")
com(u) | 6 |
| 16 | /admin
button = InlineKeyboardMarkup()
button.add(InlineKeyboardButton(text="Check Balance",callback_data="/check"))
button.add(InlineKeyboardButton(text="Ban",callback_data="/ban"),InlineKeyboardButton(text="Unban",callback_data="/unban"))
button.add(InlineKeyboardButton(text="Broadcast",callback_data="/broadcast"),InlineKeyboardButton(text="add balance",callback_data="/add"))
adminlist = ['6387491123']
check = [ele for ele in adminlist if(ele in str(u))]
if bool(check) == True:
bot.sendMessage(chat_id=u,text="♨️*Welcome To The Admin Panel🧑🏻💻\n\n‼️Warning When Using This Panel Please Don't Send Any Other Command It May Spoil Your Work*",parse_mode="markdown",reply_markup=button) | 7 |
| 17 | /back
verify = User.getData("verify")
status = User.getData("ban")
if status == "ok":
raise ReturnCommand()
if verify != "ok":
Bot.runCommand("/verify")
raise ReturnCommand()
def check():
channels = ["@BirrEarners"]
for i in channels:
check = bot.getChatMember(str(i), u)
if check.status != 'left':
pass
else:
return False
return True
if check() == True:
keyboard = ReplyKeyboardMarkup(True)
keyboard.row("💰 Balance")
keyboard.row("📤 Withdraw","💳 Wallet","👫 Referrals")
keyboard.row("🔋 Statics","YouTube Task")
bot.replyText(
chat_id = message.chat.id,
text = "*🔝 Main Menu*",
reply_markup = keyboard,
parse_mode="markdown"
)
if User.getData("refbonus") == None:
if User.getData("invited_by") != None:
refer = User.getData("invited_by")
amount =1
refer_balance = User.getData("balance", user=refer)
refer_balance = float(refer_balance)
refer_balance += amount
bot.replyText(chat_id=refer,text=f"<b>➕ ከአዲስ ሪፈራል {amount} ብር ተገኘ!</b>",parse_mode="html")
User.saveData("refbonus",True)
User.saveData("balance", data=refer_balance, user=refer)
else:
bot.replyText(u, "*⚠️ ሁሉንም ቻናሎቻችንን መቀላቀል አለቦት*" ,parse_mode = "markdown") | 3 |
| 18 | /ban
bot.sendMessage("Enter User Telegram Id To Ban")
Bot.handleNextCommand("/ban2") | 4 |
| 19 | /ban2
balance = User.getData("balance",user=message.text)
if balance == None:
bot.sendMessage(f"{message.text} is not a user of this bot")
else:
User.saveData("ban",data="ok",user=message.text)
bot.sendMessage(chat_id=u,text=f"{message.text} Succesfully Banned From Using This Bot")
bot.sendMessage(chat_id=message.text,text="You are banned from using this bot") | 5 |
| 20 | /broadcast
bot.sendMessage("your message")
Bot.handleNextCommand("/onBroadcast") | 5 |
