تبلیغات اینستاگرام
ads.fileon.ir

سورس ربات تلگرام به زبان پایتون

نویسنده : مینا علی زاده | زمان انتشار : 21 تیر 1398 ساعت 13:37

Join GitHub today

GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.

Sign up

No description, website, or topics provided.

Cannot retrieve the latest commit at this time.

Cannot retrieve the latest commit at this time.

Permalink

با این آموزش میتونی یک ربات تلگرام رایگان به زبان پایتون راه بندازی

پیش نیاز ها

  1. ساخت ربات در بات فادر
  2. ساخت حساب در پایتون انیور
  3. ساخت بش جدید در پایتون انیور

نصب

اجرای کد های زیر در بش

virtualenv --python=python2.7 mybot
source mybot/bin/activate
pip install python-telegram-bot

برنامه ربات

git clone https://github.com/rasoolhp/free-telegram-bot.git
cd free-telegram-bot
nano bot.py

توکن رو جایگذاری کن و بعد ذخیره کن با کنترل+ایکس بعد ایگرگ بعد اینتر

cd ..

اجرا

source mybot/bin/activate
python2 free-telegram-bot/bot.py

You can’t perform that action at this time.