Warning: mkdir(): No space left on device in /var/www/tgoop/post.php on line 37

Warning: file_put_contents(aCache/aDaily/post/python_with_mohammad/--): Failed to open stream: No such file or directory in /var/www/tgoop/post.php on line 50
آموزش پایتون و برنامه نویسی@python_with_mohammad P.101
PYTHON_WITH_MOHAMMAD Telegram 101
مرحله ۳: نوشتن اولین کد برای راه‌اندازی بات
حالا می‌خوایم اولین کدمون رو بنویسیم تا باتمون بتونه به دستور /start پاسخ بده.
from telegram import Update
from telegram.ext import Updater, CommandHandler, CallbackContext

def start(update: Update, context: CallbackContext):
update.message.reply_text('سلام! به بات هواشناسی خوش آمدید. نام شهر رو بفرستید.')

def main():
token = 'TOKEN' # توکنی که از BotFather گرفتی رو اینجا قرار بده
updater = Updater(token, use_context=True)
dispatcher = updater.dispatcher

dispatcher.add_handler(CommandHandler("start", start))
updater.start_polling()
updater.idle()

if __name__ == "__main__":
main()



tgoop.com/python_with_mohammad/101
Create:
Last Update:

مرحله ۳: نوشتن اولین کد برای راه‌اندازی بات
حالا می‌خوایم اولین کدمون رو بنویسیم تا باتمون بتونه به دستور /start پاسخ بده.

from telegram import Update
from telegram.ext import Updater, CommandHandler, CallbackContext

def start(update: Update, context: CallbackContext):
update.message.reply_text('سلام! به بات هواشناسی خوش آمدید. نام شهر رو بفرستید.')

def main():
token = 'TOKEN' # توکنی که از BotFather گرفتی رو اینجا قرار بده
updater = Updater(token, use_context=True)
dispatcher = updater.dispatcher

dispatcher.add_handler(CommandHandler("start", start))
updater.start_polling()
updater.idle()

if __name__ == "__main__":
main()

BY آموزش پایتون و برنامه نویسی


Share with your friend now:
tgoop.com/python_with_mohammad/101

View MORE
Open in Telegram


Telegram News

Date: |

In the “Bear Market Screaming Therapy Group” on Telegram, members are only allowed to post voice notes of themselves screaming. Anything else will result in an instant ban from the group, which currently has about 75 members. The optimal dimension of the avatar on Telegram is 512px by 512px, and it’s recommended to use PNG format to deliver an unpixelated avatar. But a Telegram statement also said: "Any requests related to political censorship or limiting human rights such as the rights to free speech or assembly are not and will not be considered." In the next window, choose the type of your channel. If you want your channel to be public, you need to develop a link for it. In the screenshot below, it’s ”/catmarketing.” If your selected link is unavailable, you’ll need to suggest another option. Public channels are public to the internet, regardless of whether or not they are subscribed. A public channel is displayed in search results and has a short address (link).
from us


Telegram آموزش پایتون و برنامه نویسی
FROM American