According to researches by the adsmember team
पायथन टेलीग्राम बॉट ट्यूटोरियल के इस भाग #3 में मैं आपको दिखाऊंगा कि वेबहुक के साथ टेलीग्राम बॉट कैसे बनाया जाता है। टेलीग्राम वेबहुक को स्थानीय रूप से (सर्वर पर तैनात करने से पहले) सुरंग के साथ कैसे परीक्षण करें, CoinMarketCap पार्सर (पिछले वीडियो से) को बॉट के साथ कैसे संयोजित करें। टेलीग्राम बॉट एक उपयोगकर्ता से एक कमांड (क्रिप्टोक्यूरेंसी टिकर) लेता है, जैसे: /btc, /eth, /xrp, आदि, CoinMarketCap API के लिए एक अनुरोध करता है और उपयोगकर्ता को USD में क्रिप्टोकरेंसी की कीमत लौटाता है। टेलीग्राम बॉट एक फ्लास्क फ्रेमवर्क एप्लिकेशन है जो अपडेट प्राप्त करने के लिए वेबहुक का उपयोग करता है। ️✴️✴️ वेब स्क्रैपिंग कोर्स ✴️✴️✴️ यहां Patreon के माध्यम से उपलब्ध है:
कृपया पसंद करें टिप्पणी ➥ सदस्यता लें 📎 *** स्रोत कोड *** Patreon के माध्यम से उपलब्ध है:
— प्लेलिस्ट — – # 1. डेमो और तैयारी – # 2. CoinMarketCap पार्सर – # 3. बॉट, वेबहुक, परीक्षण बनाना – # 4. PythonAnyWhere कवर किए गए विषयों पर तैनात करें: 1. CoinMarketCap API से निपटना 2. GET बनाना और अनुरोध पुस्तकालय के साथ POST अनुरोध 3. पायथन के साथ json-वस्तुओं से निपटना (पढ़ना और लिखना) 4. फ्लास्क एप्लिकेशन बनाना। फ्लास्क के साथ पोस्ट-अनुरोधों को संभालना 5. नियमित अभिव्यक्तियों के साथ एक पाठ खोजना 6. बॉटफादर के साथ एक टेलीग्राम बॉट बनाना। बॉट कमांड जोड़ना। 7. टेलीग्राम बॉट्स एपीआई से निपटना। 8. टनलिंग सेवाओं के साथ वेबहुक का परीक्षण करना 9. टेलीग्राम बॉट (एक फ्लास्क एप्लिकेशन) को PythonAnyWhere सर्वर पर तैनात करें। 10. Flask-SSLify एक्सटेंशन के साथ SSL प्रमाणपत्र की समस्या का समाधान अधिक वीडियो के लिए SUBSCRIBE करें कोई नया वीडियो कभी न छोड़ें। सदस्यता लें यह वीडियो शायद आपके लिए उपयोगी होगा, यदि आप अजगर टेलीग्राम बॉट ट्यूटोरियल, टेलीग्राम बॉट, टेलीग्राम एपीआई, टेलीग्राम बॉट, टेलीग्राम वेबहुक, वेबहुक पायथन, टेलीग्राम बॉट क्रिएट, टेलीग्राम बॉट कैसे बनाएं, वेबहुक के बारे में ट्यूटोरियल ढूंढ रहे हैं। टेलीग्राम बॉट, पायथन प्रोजेक्ट, पायथन प्रोजेक्ट ट्यूटोरियल, टेलीग्राम बॉट कैसे बनाएं, आदि।
source
Help the channel grow! Please like, comment, SHARE & subscribe!
6:32 с Танюськой все еще мутишь))?
i have this problem and
File "c:UsersAbolfazlProject Pybot_tbotmain.py", line 62, in index
price = get_cmc_data(symbol)
File "c:UsersAbolfazlProject Pybot_tbotmain.py", line 26, in get_cmc_data
price = r['data'][crypto]['quote']['USD']['price']
KeyError: 'data
i run code but status code 500
are u russian?
Thanks for the tutorial. Question: If you turn off the computer or close python, then the webhook does not work anymore until turned on again?
Nice video man! it's exactly what I was looking for related to configure a Telegram Chatbot with a webhook..
Олег Молчанов Один из лучших преподавателей по Python!)
Hi first of all it’s an amazing tutorial!
My question, all good from part 2 and added a cryptocurrency that is not btc but at this part I would like to have just one command, /price and the bot send ONLY the price as message. What part of the code should i delete/change to do it??
Literally just send the price with command /price.
Thank you very much!!
Getting connection refused message on running ssh
hey hi, i am receiving a message that says 'webhook already deleted' in the description part and i'm at 11:27 in your video.
Hello
I found this video very interesting, but I am unable to setup my atom
It is unable to import requests module only,while I have already installed scrpit and ide-python module
Any help here?
A wonderful video. To the point.
how to use it without / …. i want only write btc not /btc
Thank you for not only showing how to make a bot, but for the explanation what happens exactly. Awesome video!
Сразу слышно, русский 🙂
serveo website is down !!!!!!!!!
the code was work but after while a' key error' data appear any idea?
I really like your video.. clear and can be repeated successfully. Thanks a lot
Really what I was looking for. Thank you so much 🥰
Спасибо Олег!
ty that's great
i like your videos but can you reduce some ads, its like an ad every 10 sec
Thank you so so much!
Hi, very nice tutorial. Please can you tell me how to receive Tradingview view alert to telegram bots then send it to groups? I will really appreciate the help.
I've developed my bot with @bot.message_handler(content_types=['text']) using Telebot and longpolling. So how can I switch to webhook? or make a way that my handlers receive messages from telegram?
If you are confused about where the @ came in from while creating that Flask object, have a look here: https://stackoverflow.com/questions/6392739/what-does-the-at-symbol-do-in-python
Also, serveo is down currently. You can download from ngrok from ngrok.com instead. For Windows, you just need to run the exe file after you extract the download from the zip file & then run the command "ngrok.exe http 3000" where you need to replace 3000 with whatever port Flask gives you. Then copy the "forwarding URL" & you can see your localhost is accessible via internet, test on your phone with 4G.
Will the webhook also receive something sent by another api, and can you access this data?
It’s copy-paste from another channel – Oleg Molchanov)))
if u got the time, pls make a video about inline mode too, I'm seriously having trouble there🙏