#iCoderNet
240 subscribers
88 photos
24 videos
190 files
106 links
:)
Download Telegram
TeleBot'da t.me/bot?start=iCoderNet ga javob qaytarish:

@bot.message_handler(func=lambda message: message.text == "/start iCoderNet")
def testing(message):
bot.send_message(message.chat.id,"Hello!")

P.S: Ushbu example koddan foydalnib referal xavolali bot yaratishingiz mumkin!

👉 @iCoderNet|#example
👍2
TeleBot'da reklamarni guruh'dan o'chirish:

@bot.message_handler(content_types=['text'])
def delete_links(message):
for entity in message.entities:
if entity.type in ["url","mention","text_link"]:
bot.delete_message(message.chat.id,message.message_id)
bot.send_message(message.chat.id,f"<b><a href='tg://user?id={message.from_user.id}'>{message.from_user.first_name}</a>,Reklama tarqatmang!</b>",
parse_mode='html')

👉 @iCoderNet|#example
👍1
Botga rasmdagidek button qo'shish:

Shunchaki
ReplyKeyboardMarkup()'ga resize_keyboard'dan so'ng input_field_placeholder='Text' qo'shsangiz kifoya!

Misol uchun:
markup=types.ReplyKeyboardMarkup(resize_keyboard=True,input_field_placeholder='example.com')

👉 @iCoderNet|#Example,#TeleBot
👍6🔥1
main.py
1.1 KB
Web bot uchun example.

P.S: Kod judda oddiy,shunchaki yengi funksiyani sinab ko'rish uchun yozilgan.

👉 @iCoderNet | #Web_bot #Aiogram #Example
👍3🔥1
Forwarded from #iCoderNet (Rahmatulloh)
main.py
1.1 KB
Web bot uchun example.

P.S: Kod judda oddiy,shunchaki yengi funksiyani sinab ko'rish uchun yozilgan.

👉 @iCoderNet | #Web_bot #Aiogram #Example
Forwarded from #iCoderNet (Rahmatulloh)
Botga rasmdagidek button qo'shish:

Shunchaki
ReplyKeyboardMarkup()'ga resize_keyboard'dan so'ng input_field_placeholder='Text' qo'shsangiz kifoya!

Misol uchun:
markup=types.ReplyKeyboardMarkup(resize_keyboard=True,input_field_placeholder='example.com')

👉 @iCoderNet|#Example,#TeleBot
postgresql-aiogram-exmaple.zip
43.9 KB
Endi postgerSQL postlarga ham o'tsak bo'ladi menimcha 😅

PostgreSQL asoslari:
https://t.me/+X5gNncvHeNI4ZmI6

👉 @KingsOfPy |#Example, #Aiogram, #PostgreSQL
uzmovi-main.zip
1.5 KB
Uzmovie Search kodi. 💎

🛠 Module o'rnatish :
pip install -r requirements.txt

⚙️ DASTURCHI : @MrGayratov
❤️‍🔥 MANBA: @KingsOfPy

#Example, #Requests, #bs4