8000 GitHub - MNasriq/DagangBot: Simple telegram bot that simulate how ecommerce works using a telegram bot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MNasriq/DagangBot

 
 

Repository files navigation

Simple Telegram Bot

Introduction

Simple telegram bot using orator as database manager. This bot will simulate how ecommerce works by using telegram bot.

Commands

/help
/register
/cart

Requirements

< 55D0 /a>

Installation

virtualenv -p `which python3` env
source env/bin/activate
pip3 install -r requirements.txt
orator migrate --force

Configuration

  1. Edit orator.yml as needed
  2. Copy telegram.yml.example to telegram.yml and add your bot token

Run

python bot.py

About

Simple telegram bot that simulate how ecommerce works using a telegram bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0