Coditize
Coditize
  • Видео 64
  • Просмотров 51 043
#10 Telegram Bot Python Tutorial | How to manage Telegram groups using bots
Learn how to efficiently manage Telegram groups using a bot! In this Telegram Bot Python tutorial, I demonstrate how to use the TeleBot Python module to automate group management tasks, such as sending welcome messages to new users and empowering admins to pin messages by simply replying "pin" to them. This video is perfect for developers looking to enhance their Telegram groups with automated bot controls and admin features. Don’t forget to like, comment, and subscribe for more Python and bot development tutorials!
▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
00:00 | Intro
00:30 | Send a welcome message to new users
04:40 | Pin any message in the group
▬▬▬▬▬▬ Support us ❤️ ▬▬▬▬▬▬
Please buy me a coffe...
Просмотров: 413

Видео

#09 Telegram Bot Python Tutorial | Collecting and Saving Info with Python TeleBot & SQLite3
Просмотров 3654 месяца назад
Learn how to collect and securely store user information in your Telegram bots! In this tutorial, I show you how to gather essential user data, including phone numbers, first and last names, and Telegram IDs, using the TeleBot Python module. You'll also learn how to store this information in a database using SQLite3. This video is perfect for developers looking to enhance their bots with robust...
#08 Telegram Bot Python Tutorial | Database Management with Python - (Sqlite3)
Просмотров 2944 месяца назад
Master the art of database management in your Telegram bots! In this tutorial, I explore how to use SQLite3 with the TeleBot Python module. You'll learn how to create databases and tables, as well as how to store and fetch data to make your bot more dynamic and efficient. This step-by-step guide is perfect for developers looking to add robust data-handling capabilities to their bots. Don’t forg...
#07 Telegram Bot Python Tutorial| Reply Keyboards & Button Handling
Просмотров 7544 месяца назад
Learn how to create interactive Telegram bots with ease! In this video, I guide you through setting up a reply keyboard and buttons using the TeleBot Python module, and show you how to handle user interactions effectively. This tutorial is designed to help you enhance your bot's user experience and make your bot more engaging. Perfect for both beginners and seasoned developers, this step-by-ste...
#06 Telegram Bot Python Tutorial | Inline Keyboards & Callback Handlers
Просмотров 9224 месяца назад
Enhance your Telegram bots with interactive inline keyboards! In this tutorial, I walk you through creating an inline keyboard using the TeleBot Python module and show you how to use callback handlers to detect which button the user pressed. This step-by-step guide is perfect for anyone looking to build more engaging and responsive bots. Whether you're a beginner or an experienced developer, th...
#05 Telegram Bot Python Tutorial | Send Updated to users
Просмотров 2594 месяца назад
Learn how to efficiently manage and send updates to all users of your Telegram bot! In this tutorial, I demonstrate how to use the TeleBot Python module to capture and store the IDs of new users. With this setup, you can easily send updates or broadcast messages to all your bot's users with a simple command. This video is perfect for developers looking to enhance their bot's functionality and c...
#04 Telegram Bot Python Tutorial | Q&A Process with TeleBot's Next Step Handlers
Просмотров 2934 месяца назад
Create engaging and interactive Telegram bots with ease! In this video, I walk you through using the TeleBot Python module's "register_next_step_handler" to set up a Q&A process that gathers detailed user information, such as their name, age, and more. ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬ 00:00 | Intro 00:33 | Next step handler ▬▬▬▬▬▬ Support us ❤️ ▬▬▬▬▬▬ Please buy me a coffee ►www.buymeacoffee...
#03 Telegram Bot Python Tutorial | In-Depth Guide to Message Handlers with TeleBot
Просмотров 5914 месяца назад
In this comprehensive tutorial, I dive deep into message handlers(a kind of decorator in Python), showing you how to effectively use content_type, regexp, and function to enhance your bot's functionality. I also demonstrate combining two message handlers for more dynamic and responsive bot behavior. Whether you're a beginner or an experienced developer, this video has something for you. Don't f...
NoneType object is not subscriptable in Python Solved
Просмотров 2124 месяца назад
What does "NoneType object is not subscriptable" mean in Python? This video will answer your question and show you how to fix it. ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬ Blog ► w3camps.com/ MY GITHUB ► github.com/eaca89 LINKEDIN ► www.linkedin.com/in/ehsan-abdollahi/ INSTAGRAM ► coditize TELEGRAM ►t.me/coditize
Assign One Value to Multiple Variables in Python
Просмотров 294 месяца назад
In this video, I will show you how to Assign One Value to Multiple Variables in Python. At first, I assign an immutable iterator and switch to a list as a mutable iterator to see the difference. So, stay tuned and subscribe for more tutorials. ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬ Blog ► w3camps.com/ MY GITHUB ► github.com/eaca89 LINKEDIN ► www.linkedin.com/in/ehsan-abdollahi/ INSTAGRAM ► instagram.c...
#02 Python Telegram Bot tutorial | message_handler, send_messag & reply_to
Просмотров 1,8 тыс.6 месяцев назад
Creating a Telegram bot with Python is a powerful way to automate tasks and engage with users efficiently. In this tutorial, we dive into the essentials of using the TeleBot module to develop a functional Telegram bot. We start by setting up your development environment and installing necessary libraries, then move on to an introduction of message handlers, which are crucial for managing user i...
#01 Botfather Telegram Tutorial | Step by step Guide with BotFather
Просмотров 4,7 тыс.6 месяцев назад
Welcome to the first video in our comprehensive series on creating and managing Telegram bots! In this tutorial, we'll walk you through the initial steps of setting up your own Telegram bot using BotFather. You'll learn how to create a new bot, interact with BotFather, and obtain your bot's API token, which is essential for further development. Whether you're a complete beginner or looking to r...
Create data logger using decorators in Python
Просмотров 20910 месяцев назад
Create data logger using decorators in Python
Python Tic Tac Toe GUI Tutorial: Build an Interactive Game with tkinter
Просмотров 348Год назад
Python Tic Tac Toe GUI Tutorial: Build an Interactive Game with tkinter
How to build a Python virtual environment
Просмотров 172Год назад
How to build a Python virtual environment
Python password strength checker
Просмотров 263Год назад
Python password strength checker
ِِDice roll generator Python + error handling
Просмотров 99Год назад
ِِDice roll generator Python error handling
How to create a calculator using Python | GUI calculator
Просмотров 155Год назад
How to create a calculator using Python | GUI calculator
Convert Uppercase and Lowercase letters in String using Python
Просмотров 1,5 тыс.2 года назад
Convert Uppercase and Lowercase letters in String using Python
How to send email with Python | From your Gmail account
Просмотров 1,6 тыс.2 года назад
How to send email with Python | From your Gmail account
How to compress images with Python and PIL | python project for beginners
Просмотров 1,2 тыс.2 года назад
How to compress images with Python and PIL | python project for beginners
How to shutdown a computer using Python | Windows, Linux and Raspberry Pi
Просмотров 7922 года назад
How to shutdown a computer using Python | Windows, Linux and Raspberry Pi
Python digital clock using Tkinter | python project for beginners
Просмотров 2,2 тыс.2 года назад
Python digital clock using Tkinter | python project for beginners
Python Full Course - | Python Tutorial for Beginners in 3.5 Hours
Просмотров 5 тыс.2 года назад
Python Full Course - | Python Tutorial for Beginners in 3.5 Hours
File handling in Python - Python tutorial for beginners 20
Просмотров 7393 года назад
File handling in Python - Python tutorial for beginners 20
What are Python Modules? - Python tutorial for beginners 19
Просмотров 7133 года назад
What are Python Modules? - Python tutorial for beginners 19
Python String Formatting - Python tutorial for beginners 18
Просмотров 4433 года назад
Python String Formatting - Python tutorial for beginners 18
Python Variable Scope - Python tutorial for beginners 17
Просмотров 6013 года назад
Python Variable Scope - Python tutorial for beginners 17
Python Map and Filter Functions - Python tutorial for beginners 16
Просмотров 1,7 тыс.3 года назад
Python Map and Filter Functions - Python tutorial for beginners 16
Python Lambda function - Python tutorial for beginners 15
Просмотров 1,4 тыс.3 года назад
Python Lambda function - Python tutorial for beginners 15

Комментарии

  • @AbdelWahabMohmmed-c3b
    @AbdelWahabMohmmed-c3b 16 дней назад

    pro complite i loved you

  • @AbdelWahabMohmmed-c3b
    @AbdelWahabMohmmed-c3b 16 дней назад

    you didnt speak english is this not your mother language but i love your explain pro

  • @godspowervictor6425
    @godspowervictor6425 22 дня назад

    Traceback (most recent call last): File "c:\Users\Joe EL\OneDrive\Desktop\TelBot\main.py", line 2, in <module> import telebot ModuleNotFoundError: No module named 'telebot' [Done] exited with code=1 in 1.682 seconds

    • @godspowervictor6425
      @godspowervictor6425 22 дня назад

      I have tried to troubleshoot and debug but nothing works out

  • @vkgaming9485
    @vkgaming9485 Месяц назад

  • @LandusBakasima
    @LandusBakasima 2 месяца назад

    I thought we're building bot father clone

  • @aleliuhin
    @aleliuhin 2 месяца назад

    great video, concise and clear, all the best!

    • @coditize
      @coditize Месяц назад

      Glad it was helpful!

  • @sheikhebadulkarim639
    @sheikhebadulkarim639 2 месяца назад

    Make more video.

  • @NOOB_GAMING_369
    @NOOB_GAMING_369 3 месяца назад

    Link

  • @Unique_Amin78
    @Unique_Amin78 3 месяца назад

    Wow, I really can use your educational videos... I'm beginner in programming telegram python bots... I'm trying program a new bot including inline using even in groups that it's not added... I mean when someone type bot username, something will be displayed for him/her, that I want some photos will be displayed... Do you have any video for this? Or can help me?🫠 I can't find answer of my questions anywhere except your videos... Really Thanks🙏🏼

  • @sepehrsalsabili3300
    @sepehrsalsabili3300 3 месяца назад

    Hey hessam thank you for your videos. can you add a video on how to handling deleting of massages?

  • @sepehrsalsabili3300
    @sepehrsalsabili3300 3 месяца назад

    This telegram bot toturial is perfect. Thank you

    • @coditize
      @coditize Месяц назад

      You're welcome!

  • @sepehrsalsabili3300
    @sepehrsalsabili3300 3 месяца назад

    Your Videos are very good. Please keep it up. thanks.

  • @sepehrsalsabili3300
    @sepehrsalsabili3300 3 месяца назад

    Amazing videos. Thank you.

  • @favourtimileyin8781
    @favourtimileyin8781 3 месяца назад

    Nice

  • @raymaxy3422
    @raymaxy3422 3 месяца назад

    Thank you

    • @coditize
      @coditize 3 месяца назад

      You're welcome

  • @user-hm2wr9ep9v
    @user-hm2wr9ep9v 3 месяца назад

    Hello sir, can teach me how create a 1xbet games telegram bot sir? Please🙏🙏😢😢

    • @coditize
      @coditize 3 месяца назад

      Explain it more buddy, so I make videos for that.

    • @user-hm2wr9ep9v
      @user-hm2wr9ep9v 3 месяца назад

      @@coditize it's a predictor bot that predict the games. Like aviator games, wild west gold games, thimbles games sir?😢😢🙏🙏🙏

  • @akashpatel7902
    @akashpatel7902 3 месяца назад

    🎉🎉🎉

  • @akashpatel7902
    @akashpatel7902 3 месяца назад

    great video 🎉🎉🎉🎉

    • @coditize
      @coditize 3 месяца назад

      Thank you 🤗

  • @SaimoonAhamood
    @SaimoonAhamood 3 месяца назад

    full playlist please

  • @SaimoonAhamood
    @SaimoonAhamood 3 месяца назад

    full playlist please

  • @__fiamy
    @__fiamy 4 месяца назад

    good!! i have tried to use vercel and webhooks to make it work all the time but its difficult , thanks for you content, hope you make more videos about it :)

    • @coditize
      @coditize 4 месяца назад

      Thank you. For sure I'll make more videos about Telegram bot.

  • @huseynmehdiyev8917
    @huseynmehdiyev8917 4 месяца назад

    Beautiful narration

    • @coditize
      @coditize 4 месяца назад

      Glad you think so!

  • @زيادضيف-ف3ل
    @زيادضيف-ف3ل 4 месяца назад

    كيف اجعل البوت يعمل بدون توقف

    • @coditize
      @coditize 4 месяца назад

      I don't speak Arabic.

  • @زيادضيف-ف3ل
    @زيادضيف-ف3ل 4 месяца назад

    كيف اجعل البوت يعمل بدون توقف تماما دائما وابدا من فضلك

    • @coditize
      @coditize 4 месяца назад

      I don't speak Arabic.

    • @زيادضيف-ف3ل
      @زيادضيف-ف3ل 4 месяца назад

      @@coditize How can I make the bot run without stopping at all, always and forever, please?

    • @coditize
      @coditize 4 месяца назад

      ​@@زيادضيف-ف3لTo keep the bot running continuously, you'll need to host it on a server. You can choose from various options, such as Google Cloud, Microsoft Azure, or any hosting service provider in your country.

    • @زيادضيف-ف3ل
      @زيادضيف-ف3ل 4 месяца назад

      @@coditize And what is the best option in terms of usage, duration, price, and simplicity? Brother, I am a beginner

    • @coditize
      @coditize 4 месяца назад

      ​@@زيادضيف-ف3ل I see. It's not easy to answer all of this in the comments, so I'll make some videos to explain it in the future. For now, though, I think the best option for you is to contact some hosting services in your region and ask them questions. They will probably guide you better than I can.

  • @Leosenpai24
    @Leosenpai24 4 месяца назад

    thanks helped a lot.

    • @coditize
      @coditize 4 месяца назад

      Glad it helped!

  • @Leosenpai24
    @Leosenpai24 4 месяца назад

    please continue to make more videos like this.

    • @coditize
      @coditize 4 месяца назад

      For sure ❤️

  • @SuperNimmzwei
    @SuperNimmzwei 4 месяца назад

    Thank you so much!!!!

    • @coditize
      @coditize 4 месяца назад

      Glad it helped!

  • @shreyanshagrawal3115
    @shreyanshagrawal3115 10 месяцев назад

    In python we have a logging module which I generally use for logging. Is the decorator approach better? If yes in what ways? Also, in production how is the logging done in python projects?

  • @yuunpiur
    @yuunpiur 11 месяцев назад

    why is name and user_input not defined?

    • @GabrielCosta-to5xo
      @GabrielCosta-to5xo 11 месяцев назад

      You don't need to declare variables in python... Not a great language for most things

    • @coditize
      @coditize 11 месяцев назад

      It's a short piece of code to explain a special concept. So, there is no need to define.

  • @WayneModz
    @WayneModz 11 месяцев назад

    Can do the same with c#

    • @coditize
      @coditize 11 месяцев назад

      Good to know that.

  • @and_rotate69
    @and_rotate69 11 месяцев назад

    bro's extra chromosome got a jailbreak 💀 thnx for the info tho i was gonna scroll

  • @thomas.thomas
    @thomas.thomas 11 месяцев назад

    so actually it returns one array

  • @R00kTruth
    @R00kTruth Год назад

    bro I use this all the time, although mine is p= print...

  • @liamhosfeld9452
    @liamhosfeld9452 Год назад

    Gotta pull out dictionaries of lambda

  • @arashentezami1266
    @arashentezami1266 Год назад

    Thank you so much for sharing this tutorial و همچنین توضیحات تو سایت Appreciate it

  • @zeynabmorshedi9046
    @zeynabmorshedi9046 Год назад

    احسنت

  • @LinuxCoder-Root
    @LinuxCoder-Root Год назад

    Thank you. Can you make another Tic Tac Toe using web technologies? Using the webui2 python module.

  • @OlegWin355
    @OlegWin355 Год назад

    Thank you, great video

  • @lopezkdario98
    @lopezkdario98 Год назад

    Hi! Nice video! Could you tell me which extension are you using for the color of the letters? Thanks.

    • @coditize
      @coditize Год назад

      Hey. Thanks. You don't need any exxtension for letter's color. In VScode go to File > Preferences > Color Theme and choose your favorie theme.

  • @rodgercurtis8187
    @rodgercurtis8187 2 года назад

    Perfect video for me I am totally addicted to those kind of videos thumbs up!!! Your channel should try using 'promosm'!!!

    • @coditize
      @coditize 2 года назад

      Thank you! Will do!

  • @tutosolve
    @tutosolve 2 года назад

    nice video . From Vietnam

    • @coditize
      @coditize 2 года назад

      Nice to see you.

  • @eranfeit
    @eranfeit 2 года назад

    Thank you

  • @marziehizadi985
    @marziehizadi985 2 года назад

    Very thanks. Could you please make some content about making a none-square shape kinter window? Is it possible?

    • @coditize
      @coditize 2 года назад

      It's not possible.

  • @lawbrandon3843
    @lawbrandon3843 2 года назад

    google disabled less secure app option on 30 May 2022 😡

  • @GeorgesParizeau
    @GeorgesParizeau 2 года назад

    This will not work after may 30th 2022. Google will block this method.

    • @coditize
      @coditize 2 года назад

      But, you can still use this code for other email services.

    • @spyrougeorge5354
      @spyrougeorge5354 2 года назад

      @@coditize works with hotmail ???

  • @citizenfaguo3761
    @citizenfaguo3761 2 года назад

    Timestamps. Very good.

  • @minthant9793
    @minthant9793 2 года назад

    Thanks sir 🤗🤗. Plz make more videos

  • @ehsanfun5918
    @ehsanfun5918 2 года назад

    that was perfect

    • @coditize
      @coditize 2 года назад

      Glad to hear that.😍

  • @MoneyMaker_Taiwan
    @MoneyMaker_Taiwan 2 года назад

    The less security button is no longer available after this month, can we use the same code after that? thank you.

    • @coditize
      @coditize 2 года назад

      Thank you for your comment. I'm not sure about that. It depends on Google's policy, but you can still use this code for other SMTP servers.

    • @striker1258
      @striker1258 2 года назад

      @@coditize option to turn off is removed can you suggest an alternative way

    • @mogollonwilmer
      @mogollonwilmer 2 года назад

      Yeso, I have the same problem

  • @akhilkore4537
    @akhilkore4537 2 года назад

    Simply and good explanation

    • @coditize
      @coditize 2 года назад

      Glad it helped.