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 |
