509
Suscriptores
Sin datos24 horas
+27 días
+3430 días
Carga de datos en curso...
Canales Similares
Sin datos
¿Algún problema? Por favor, actualice la página o contacte a nuestro gerente de soporte.
Nube de Etiquetas
Sin datos
¿Algún problema? Por favor, actualice la página o contacte a nuestro gerente de soporte.
Menciones Entrantes y Salientes
---
---
---
---
---
---
Atraer Suscriptores
junio '26
junio '260
en 0 canales
mayo '26
+83
en 0 canales
Get PRO
abril '26
+79
en 0 canales
Get PRO
marzo '26
+10
en 0 canales
Get PRO
febrero '260
en 3 canales
Get PRO
enero '26
+1
en 0 canales
Get PRO
diciembre '25
+1
en 0 canales
Get PRO
noviembre '25
+7
en 17 canales
Get PRO
octubre '25
+15
en 30 canales
Get PRO
septiembre '250
en 0 canales
Get PRO
agosto '25
+2
en 9 canales
Get PRO
julio '25
+7
en 8 canales
Get PRO
junio '25
+18
en 10 canales
Get PRO
mayo '25
+12
en 37 canales
Get PRO
abril '25
+135
en 84 canales
Get PRO
marzo '25
+554
en 105 canales
| Fecha | Crecimiento de Suscriptores | Menciones | Canales | |
| 01 junio | 0 |
Publicaciones del Canal
| 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 |
