├── .gitignore ├── README.md ├── _pySmartIdEngine.so ├── bundle_mock_smart_idreader.zip ├── pySmartIdEngine.py └── smart_idreader_telegram_bot.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmartEngines/SmartIDReader-Telegram-Bot/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmartEngines/SmartIDReader-Telegram-Bot/HEAD/README.md -------------------------------------------------------------------------------- /_pySmartIdEngine.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmartEngines/SmartIDReader-Telegram-Bot/HEAD/_pySmartIdEngine.so -------------------------------------------------------------------------------- /bundle_mock_smart_idreader.zip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pySmartIdEngine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmartEngines/SmartIDReader-Telegram-Bot/HEAD/pySmartIdEngine.py -------------------------------------------------------------------------------- /smart_idreader_telegram_bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmartEngines/SmartIDReader-Telegram-Bot/HEAD/smart_idreader_telegram_bot.py --------------------------------------------------------------------------------