How To Host Your Bot Online 24/7 For FREE With Python (Telegram, Discord, Etc)

Sdílet
Vložit
  • čas přidán 5. 07. 2024
  • In this video I will be showing you how you an host your bot online for free with Python and PythonAnywhere (www.pythonanywhere.com). You can choose to host whatever bot you want, but I will only be showing you how I used it with the Telegram Bot in this example. The same concept goes for any other bot you build, whether that's a Chat Bot, or a WhatsApp Bot. You can host it here for free!
    ▶ Become job-ready with Python:
    www.indently.io
    ▶ Follow me on Instagram:
    / indentlyreels
    00:00 Hosting your bot online for free
    01:03 PythonAnywhere
    02:01 New file
    02:52 Installing packages
    03:39 Starting the server
    04:08 Chatting with my bot
    04:34 Hosted 24/7
    04:46 Conclusion

Komentáře • 169

  • @drinkyourglassofwater
    @drinkyourglassofwater Před 2 měsíci +145

    Not working anymore. They patched it. Please upvote comment to prevent others from wasting time :(

  • @FanaK-uh1hj
    @FanaK-uh1hj Před rokem +13

    Youre a legend. i just created my first Bot On Telegram successfullly so.

  • @percysimpson1777
    @percysimpson1777 Před rokem +119

    It is not 24x7. The bot stops after 24 hours (sometimes a bit longer maybe 2 days but it it eventually stops). Then we need to rerun the script in terminal again to restart the bot. This loop goes on. I had a bot deployed there. The bot does not stop the same time everyday, so I do not know when it will stop. I got complains from users that my bot is not running, then I would restart the bot. After few days, I moved on to other platform.

    • @Noir-Road
      @Noir-Road Před rokem +19

      Which platform you ended up using ? I had the same problem and just keep restarting my bot after 2-3 days

    • @percysimpson1777
      @percysimpson1777 Před rokem

      @@Noir-Road I then moved to mogenius. It's the best platform I found after Heroku had ended their free tier. But they are also ending their free tier on March 31 of this year. So, I am searching for a new platform now.

    • @Skumo
      @Skumo Před rokem +5

      For the telegram bot where can l find the location of the url to post on the script???

    • @neon_Nomad
      @neon_Nomad Před rokem +5

      Github?

    • @harshgoel06
      @harshgoel06 Před rokem +4

      can others view your code ? , If yes how do u hide some information like tokens, passwords etc..

  • @user-ip3en1it5l
    @user-ip3en1it5l Před 6 měsíci +5

    Thank you, this is great! I say it's quite uneasy to get such info about telegram bot. Looking forward for any updating )))

  • @LokeshWankhede
    @LokeshWankhede Před rokem +14

    This is exactly what I'm looking for! Love you bro..

  • @pauldrums4081
    @pauldrums4081 Před rokem +6

    You've really done well bro. I love this

  • @bebaAgua_computadorNaoHidrata
    @bebaAgua_computadorNaoHidrata Před 4 měsíci +2

    This is exactly what I'm looking for! Thanks

  • @hamdikurdi
    @hamdikurdi Před 10 měsíci +2

    wow, fast , clean , understandable , and works!, TYSM

  • @mugudev
    @mugudev Před rokem +13

    One of the Most underrated channel for python tutorials ❤❤

  • @dolevbenhous5265
    @dolevbenhous5265 Před 11 měsíci +8

    Easy to implement and works great with the bot that I made according to your tutorial.
    Very recommend.

  • @mcbbcn
    @mcbbcn Před 2 měsíci +1

    Love your content! Thank you so much!

  • @denis.chernenko
    @denis.chernenko Před 11 měsíci +2

    Thank you very much for posting that video, I really needed it at the moment for a test run in real life conditions. Really appreciate your work. However, it can be only a very temporary solution ...

  • @anton7357
    @anton7357 Před 4 měsíci +3

    Great video. This really helped me a lot. But for some reason I have to restart the script every day to keep the bot running. Is there any way to restart it autmatically?

  • @lhodeniz
    @lhodeniz Před rokem +3

    Thank you bro. I followed your guide and my bot is working for free now. before my bot's code was uploaded in hostinger but after few weeks it stop working and needed to setup again. I hope pythonanywhere is good and bot won't stop.

    • @UnnFold
      @UnnFold Před rokem +2

      After a month it stopped?

  • @PascalGuimier
    @PascalGuimier Před rokem +1

    Hey, thanks for the tip ! And remember to change your tg token ;)

  • @ChandanSah-un2xg
    @ChandanSah-un2xg Před rokem +5

    Right now, the bot goes offline automatically after few hours of closed tab

  • @kirkjoserey
    @kirkjoserey Před rokem

    thnks!!! Its what I needed for my project

  • @user-qy3hi9uu3i
    @user-qy3hi9uu3i Před 5 měsíci +1

    I've been looking for this for so long. Your video helped me to make my telegram bot work, finally! Thank you!

    • @prakhardoneria
      @prakhardoneria Před 5 měsíci

      Hey I also made a bot for telegram but that stops after I closed by tab

    • @srinivaschada1575
      @srinivaschada1575 Před 5 měsíci

      ​@@prakhardoneria which type of bot

  • @ExtremlyCold
    @ExtremlyCold Před 2 měsíci +1

    thank you so much for this video!!

  • @selim3291
    @selim3291 Před rokem

    Thanks for the video!

  • @arulselvans8608
    @arulselvans8608 Před 4 měsíci

    Can you tell me how you send the user message to pythonanywhere script? For example: I have a python script which will reverse the string, whatever given as an input, now this script is hosted in pythonanywhere so I know how to call the function from my own android application through api call but I don't know how to pass the string?

  • @Tanjiro__Kamado
    @Tanjiro__Kamado Před 7 měsíci

    my code is work locally but when i edit in pyhtonanywhere its give me error while local ones works perfectly

  • @blago7daren
    @blago7daren Před měsícem

    How to change visability on pythonanywhere? Are my files private by default? Can I use it as git repo and push by ssh?

  • @dadudle
    @dadudle Před rokem

    super helpful thank you👍

  • @ilova_uz
    @ilova_uz Před 2 měsíci +1

    Ohhh thanks for much ✊✊✊

  • @UnnFold
    @UnnFold Před rokem

    how much the storage? can my bot host at least 200 user and can i add video in my bot?

  • @galacticdinosauronline
    @galacticdinosauronline Před 3 měsíci

    I have to install json and requests, and when doing just like you've done it does not work :(

  • @aminkt1742
    @aminkt1742 Před 3 měsíci

    Tnx for simple explenation

  • @tsedayasrat2381
    @tsedayasrat2381 Před rokem +4

    What is the installation for discord bot

  • @mbegangsylvain1076
    @mbegangsylvain1076 Před rokem

    You're the best 👍🏾

  • @AskarAlmazovich
    @AskarAlmazovich Před rokem +2

    no, its not works this way bro. I have tried pythonanywhere for several times unless you switch for always task it will not be working

  • @DealazonDaily
    @DealazonDaily Před rokem

    How can we host this in raspberry pi 4 .. can you please tell us that.

  • @Mohammed-Alsahli
    @Mohammed-Alsahli Před rokem

    How to host django app? Or how to run python script in html page

  • @FINDROBLOX
    @FINDROBLOX Před 11 měsíci +8

    mine is not working im trying to do a discord bot but its not working at all it says it cant connect but idk why

    • @nsxg
      @nsxg Před 3 měsíci

      same

  • @TheSingleSurvivor
    @TheSingleSurvivor Před rokem

    how can I get this server to play a sound for discord bot?

  • @Nabilh17
    @Nabilh17 Před rokem +1

    excellent, thanks

  • @gamericeking
    @gamericeking Před rokem +1

    Thanks man,!

  • @JoseLuis-rw1hg
    @JoseLuis-rw1hg Před 7 měsíci

    Good video, thanks...

  • @vxllvxn
    @vxllvxn Před rokem

    wow thank you my bro

  • @PranathNaik
    @PranathNaik Před 2 měsíci

    How do i deploy telegram bot which is made using webhook

  • @UnnFold
    @UnnFold Před rokem +2

    hey i have 3 py file and in my main py file i import some functions from them . how can i add them too?

    • @obsidianeagle7555
      @obsidianeagle7555 Před 5 měsíci

      it's easy, first you need to create a directory in dashboard(left side), after that enter the directory you made, then upload your files (right side). then run your main file

  • @user-dw4pu7mw4z
    @user-dw4pu7mw4z Před 9 měsíci

    Anyone knows how to add to one program more txt files? Like if i would like to do database or sth

  • @joshitoshi9835
    @joshitoshi9835 Před rokem +1

    but how about telegram bot created with webhook method? where to find webhook url and set it up?

  • @jonny9597
    @jonny9597 Před 8 měsíci

    How come my bot says it can't connect to discord?

  • @hellohiavi
    @hellohiavi Před rokem +1

    Really great brother ☺️

  • @DealazonDaily
    @DealazonDaily Před rokem

    I just started to run this bot now i hope this will work

  • @Piyush-ts3vi
    @Piyush-ts3vi Před rokem

    Can we use to file share bot
    Use link to get files

  • @epicone8953
    @epicone8953 Před rokem +1

    What about databases? For example bot is using SQL and I need to connect it, but how in this new hoster ?

    • @systemkey1
      @systemkey1 Před 8 měsíci +1

      never even seen that but good luck. I’m pretty sure it’s possible.

  • @RobertLK-qm6jm
    @RobertLK-qm6jm Před 7 měsíci

    Cool!

  • @WaterboxAnalytics
    @WaterboxAnalytics Před 28 dny

    if I have secret API keys ? is it safe ? how can I hide those?

  • @julioserrano3302
    @julioserrano3302 Před měsícem

    Hello, good morning, can you please share the code of that bot?

  • @TheJackimaru
    @TheJackimaru Před 10 měsíci +3

    How would you hide the Bot Token? I assume using .env files, but you would still have to upload the env file to this website

    • @oleksandrpypenko1052
      @oleksandrpypenko1052 Před 8 měsíci +2

      Hi, i just uploaded a separate .env file. It says in pythonanywhere policies that only you have an access to the files you uploaded and only admins could access the files with your written permission

    • @thememoreablesunforgettabl5446
      @thememoreablesunforgettabl5446 Před 6 měsíci

      Just regenerate it after showing it

  • @Pawlo370
    @Pawlo370 Před rokem

    Can you show discord? Telegram isn't popular in Poland

  • @tulasisanjay
    @tulasisanjay Před 7 měsíci

    i facing connection issue how to solve

  • @lesserfield_
    @lesserfield_ Před rokem

    i got network uncreachable?

  • @Sinke_100
    @Sinke_100 Před rokem

    I use render for my flask apps and APIs

  • @BingImageAiPrompt
    @BingImageAiPrompt Před 4 měsíci

    I need that script which you are using

  • @minoprod
    @minoprod Před rokem +2

    what if we host it from multiple accounts the same telegram file

    • @Indently
      @Indently  Před rokem +1

      Then you will have 2 files running instead of 1

  • @Nanditavelasquez
    @Nanditavelasquez Před 10 měsíci

    hello, do you know of any hosting for a bot made with Node.js?

    • @Q_Coder
      @Q_Coder Před 6 měsíci

      so this one is only working for Python only?

  • @beastrule
    @beastrule Před 7 měsíci +1

    which program did you use to program the bot?

  • @dusrasarthakaglawe-lg6ex

    will ddos script work
    in this

  • @wuduh
    @wuduh Před 27 dny

    thank you

  • @thelurker7
    @thelurker7 Před rokem

    Thank you

  • @bhai431
    @bhai431 Před 4 měsíci +1

    *Please Give the same code* here

  • @prakhardoneria
    @prakhardoneria Před 5 měsíci

    My bot stopped after closing tab

  • @Shavaiz001
    @Shavaiz001 Před rokem

    I've got a discord bot but i have 2 files instead of one. One has the code and one has just:
    ```
    import bot
    if __name__ = "main":
    bot.run_discord_bot
    ```
    And the other has the actual code. I don't know how to run those two. And i can't run them like i do on my pc cuz it just gives me errors

    • @Trizzi2931
      @Trizzi2931 Před rokem +1

      You should write like from ‘file_name’ import bot
      Just replace file name with the file you have without quotes

    • @Blockitjames
      @Blockitjames Před 8 měsíci +1

      pythonanywhere doesnt let you connect to discord appaerntly

  • @Jamux69
    @Jamux69 Před rokem

    Hello, how can I make discord bot work in pythoneverywhere? Im a newbie

  • @justecho5760
    @justecho5760 Před rokem +1

    But what if my bot contains at least five files? How to run this?

    • @denis.chernenko
      @denis.chernenko Před 11 měsíci +1

      Just simply upload them to the same
      /home/user/ folder, nothing complicated :)

  • @MirecSVK
    @MirecSVK Před rokem

    discord bot won´t start

  • @afmxvirus1890
    @afmxvirus1890 Před 5 měsíci

    thxx fr

  • @exbyte-dev
    @exbyte-dev Před 6 měsíci +1

    this doesn't work with discord bots

  • @tulasisanjay
    @tulasisanjay Před 7 měsíci

    2nd problem is database locked

  • @bij_ay
    @bij_ay Před 4 měsíci +1

    Don’t know why but it is giving me errors more errors

  • @rishiraj2548
    @rishiraj2548 Před rokem

    Thanks

  • @kodiq3429
    @kodiq3429 Před 11 měsíci +1

    doesnt work

  • @applyalone
    @applyalone Před 5 měsíci

    perfect

  • @user-zs6vv6ek9c
    @user-zs6vv6ek9c Před 11 měsíci

    Thaaaaaaaaaaaaaaaaaaaaaaank you 🌹🌹🌹

  • @Roshan_Kumar_P.
    @Roshan_Kumar_P. Před 28 dny

    It works only 8-10 hours only 😢😢
    Any one solve this issue

  • @jeancarlos8200
    @jeancarlos8200 Před rokem +1

    Greetings.
    I was creating a telegram bot that uses the module however when running from pythonAnywhere,
    the execution gives me an error.
    Specifically with the use of .
    When running the code locally it works correctly.
    >Do you have any idea how to fix this

    • @ammarkhaled7586
      @ammarkhaled7586 Před rokem

      maybe you didn't install the package or you .env variables that must be configured

    • @jeancarlos8200
      @jeancarlos8200 Před rokem +1

      @@ammarkhaled7586 👍

    • @adhivp5594
      @adhivp5594 Před rokem

      @@jeancarlos8200 hey same issue here, did you got the solution

    • @PathFindingProgrammers
      @PathFindingProgrammers Před 7 měsíci +1

      Did you install the request module first on pythonanywhere bash console??
      Run this to install the module $ pip install requests

  • @uzbekdev9949
    @uzbekdev9949 Před 9 měsíci

    bot work 1 or 2 days :(

  • @itsmalay
    @itsmalay Před rokem

    it says refused to connect Telegram server using Telethon

  • @skyisthelimpet
    @skyisthelimpet Před rokem

    Thanks for the quality content. Is there a whatsapp API that I can use in the same way?

    • @gental.
      @gental. Před rokem

      Im sure that typing "Whatsapp python" will get you response 100x faster

    • @skyisthelimpet
      @skyisthelimpet Před rokem +1

      @@gental. Yeah i tried it. Just read my question again. I asked if there is an API for Whatsapp so i can run code on a server

    • @gental.
      @gental. Před rokem

      @@skyisthelimpet Absolutly first result after typing "python whatsapp": pywhatkit. Why can't You use it?

  • @Prod_Skai
    @Prod_Skai Před 2 měsíci

    it keeps saying that "install" in the bash console is incorrect syntax!! Please Help

    • @ecobuildmanagement
      @ecobuildmanagement Před měsícem

      what do you write in the console?

    • @nykkzz
      @nykkzz Před 13 dny

      @Prod_Skai Ikyk that writing wrong code gives a syntax error;indeed, the online hosting and the batch console is going to work perfectly fine.However, if the issue continues, look that the code you had wrote is correct or not bec it is the only possible solution for it.😅
      You just encountered the issue bec of writing the wrong code.
      But I hope you might had solved the error by this time and created an amazing 'Telegram' or any other platform bot...

  • @carlitomaj2955
    @carlitomaj2955 Před 9 měsíci

    Hi, would you mind sharing the script?

  • @lunar1787
    @lunar1787 Před 3 měsíci +2

    this is patched

  • @wolker604
    @wolker604 Před 7 měsíci

    Change telegram token

  • @tmusic1001
    @tmusic1001 Před rokem

    How can I solve telegram dispatcher error?

    • @10fersen
      @10fersen Před rokem +1

      While loop, with try and exception

    • @tmusic1001
      @tmusic1001 Před rokem

      @@10fersen What is the dispatcher for in general

  • @mydevelop
    @mydevelop Před rokem

    ❤❤❤❤❤

  • @Piyush-ts3vi
    @Piyush-ts3vi Před rokem

    How to create file sharing bot through link plz made the video
    For free

  • @guanciottaman
    @guanciottaman Před rokem

    Do you think this is better than replit?

    • @foreverunsure
      @foreverunsure Před rokem

      I don't know about his opinion, but for certain projects it is better to use this than replit
      Otherwise replit is very good

    • @guanciottaman
      @guanciottaman Před rokem

      @@foreverunsure yeah because there are also templates, a better code editor, you can share your code,...

    • @jorgezavala6984
      @jorgezavala6984 Před rokem

      Replit and UptimeRobot works well, when it works. But I've found that it sometimes randomly stops. Just my personal experience

    • @jeancarlos8200
      @jeancarlos8200 Před rokem

      Greetings.
      Do you know how to deploy an app in 24/7?
      Thanks in advance

    • @Shavaiz001
      @Shavaiz001 Před rokem

      @@jeancarlos8200 i need an answer as well if you found out

  • @Pawlo370
    @Pawlo370 Před měsícem

    discord don't work

  • @kuruchin9
    @kuruchin9 Před 9 měsíci +1

    24/7???? It is literally showing in your dashboard 100(!!!) seconds CPU per DAY(!!!). Absolutelly trash.

    • @Indently
      @Indently  Před 9 měsíci +2

      You will rarely use more than 100 seconds of CPU per day, and after you use that it continues to work at a reduced speed.
      Thank you for your comment and have a wonderful day!

    • @carlitomaj2955
      @carlitomaj2955 Před 9 měsíci +2

      Hey mate, reply? Mind sending the script?

  • @sanjarproductions
    @sanjarproductions Před 11 měsíci

    I use aiogram ,can you help this website is not working for me

    • @MegaHubStudio
      @MegaHubStudio Před 11 měsíci

      You mean people are using aiogram, but not working for you?

  • @harshgoel06
    @harshgoel06 Před rokem +1

    can other users view our file and folder ?

    • @denis.chernenko
      @denis.chernenko Před 11 měsíci

      Try accessing /user/your_user_name/files/home/your_user_name and you will know.