Stingo Bot

About The Project

Stigno is a free, open source e-commerce telegram bot made by Python . Stingo offers too much features.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Befor you begin you need to install python and configure A virtual environment if you are in Windows you can just use Conda

  • Python [Ubuntu] sh $ sudo apt-get install python3 python3-pip
  • VirtualEnv sh $ pip install virtualenv

Installation

  1. Clone the repo

  2. Create VirtualEnv & Activate environment

    $ virtualenv env 
    $ source env/bin/activate
    
  3. Install Requirements

    $ pip install -r requirements
    

Usage

  1. First you have to create a Telegram bot and get an Application token check out the documentation
  2. Set your application token in the configuration files
  3. Running The bot sh $ python3 main.py

Built With

Share this project:

Updates