Skip to content

Telegram bot for creating and reading QR codes about parcels

License

Notifications You must be signed in to change notification settings

TokenRR/Telegram_bot_QR_codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bot for create and scan QR codes

Cloning a repository

To download this code from GitHub, open a terminal and run the following commands:

git clone https://github.com/TokenRR/Telegram_bot_QR_codes.git
cd Telegram_bot_QR_codes

Installing dependencies

Create a virtual environment and install dependencies:

python -m venv venv
source venv/bin/activate  # For Windows, use venv\Scripts\activate
pip install -r requirements.txt

Setting up the configuration

Open the config.py file and change the bot token to your own:

TOKEN='paste-your-token'

Start program

To start the program, execute the following command:

python main.py

About

Telegram bot for creating and reading QR codes about parcels

Topics

Resources

License

Stars

Watchers

Forks

Languages