Giter VIP home page Giter VIP logo

fastqr_bot's Introduction

fastqr_bot

Qr code generator bot for Telegram messenger

Installation

  1. Clone repository git clone https://github.com/awitwicki/fastqr_bot

  2. Insert your TELEGRAM BOT TOKEN in main.py line 10

  3. Execute pip(3) install -r requirements.txt to install all dependencies.

  4. Since 2020, python PIL library has changed and we should edit some code:

    You need to find file {pythondir}\Lib\site-packages\MyQr\myqr.py and modify 85th line. Just add resample=Image.BOX to qr.resize(...) function:

    line 85: qr.resize((qr.size[0]*3, qr.size[1]*3), resample=Image.BOX).save(qr_name)

Run main.py in Python

Dependencies

Also You can setup systemd service from qr_bot.service template.

fastqr_bot's People

Contributors

awitwicki avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.