show categoies | show products | the prodect | the price |
---|---|---|---|
payment | |||
Stigno is a free, open source e-commerce telegram bot made by Python . Stingo offers too much features.
To get a local copy up and running follow these simple steps.
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]
$ sudo apt-get install python3 python3-pip
- VirtualEnv
$ pip install virtualenv
-
Clone the repo
-
Create VirtualEnv & Activate environment
$ virtualenv env $ source env/bin/activate
-
Install Requirements
$ pip install -r requirements
- First you have to create a Telegram bot and get an Application token check out the documentation
- Set your application token in the configuration files
- Running The bot
$ python3 main.py