Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 552 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 552 Bytes

A bot to collect the form information and push it


Tree:

└── src
    ├── dbServer.py
        > push and check out data
    ├── example.config.yml
        > config file
    ├── parseCfg.py
        > parse the configuration file
    └── tgBot.py
        > Collect and push messages

Use

Before you run this bot, you need to configure the postgresql and redis, then copy config.example.yml as config.yml to fill in your configuration.

pip install -r requirements.txt
python3 tgBot.py