Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 274 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 274 Bytes

Python 3.6

How to use:

  • Step 1: pip3 install -r requirements.txt
  • Step 2: Edit api_login and api_password in main.py
  • Step 3: python3 main.py

Based on official python sample (https://iqsms.ru/api/api_rest-python/) but fixed couple of errors and added Python 3 support.