/telegram-bot

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

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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