Skip to content

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

License

Notifications You must be signed in to change notification settings

offmarte/telegram-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.6%
  • Shell 7.4%