Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

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

Notifications You must be signed in to change notification settings

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

  • Python 3.6
  • Python pip
  • Python Virtualenv
  • Mysql
  • Linux Server

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%