devton / telegram-bot

Bot para interação com usuários e grupos no Telegram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MaCoin Bot

Installation

(Optional) Create a virtual environment and git clone the bot

useradd -m morfetico
su - morfetico
git clone https://github.com/macoin-finance/telegram-bot.git
mv telegram-bot /home/morfetico/morfetico-telegram

Create a .env file and add your bot api token

BOTAPITOKEN=paste your api token here

Install dependencies:

  • python-telegram-bot
  • requests
  • python-dotenv
pip install -r requirements.txt

Run your bot

bash -x start.sh

About

Bot para interação com usuários e grupos no Telegram

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 92.2%Language:Shell 7.8%