Commit Graph

233 Commits (master)
 

Author SHA1 Message Date
scito 9e334748ac move Dockerfiles to docker/; update README 1 year ago
dependabot[bot] 05f3d89c42 Bump mypy from 1.0.0 to 1.0.1
Bumps [mypy](https://github.com/python/mypy) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
scito 6bf02d045c write txt file in cv2 and cmd; upgrade protobuf 4.22.0 1 year ago
scito 5555dda9c2
release: update release notes text 1 year ago
scito eb8ea3330f release: improve macos docs after macos tests
- build macos dmg
    - however, do not upload macos dmg to assets as it cannot be
      executed since the app and installer are not signed and notarized
- upload artifacts
- tested executable on macOS
1 year ago
scito 75e5d2671f fix: rename vscode workspace 1 year ago
scito 5e94c43140 ci_release: fix get tag name (checkout repo); print meta values 1 year ago
kvascev 2ef34a2d69 Fix typo in README.md
Change "form" to "from"
1 year ago
scito 8df61f6ed7
ci: no docker login for dependabot 1 year ago
dependabot[bot] def5d58af0 Bump mypy from 0.991 to 1.0.0
Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.0.0.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.991...v1.0.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
scito ca23497c9a
docu clean ups 1 year ago
scito ebfe0dc58d ci_release: add release notes table 1 year ago
scito 78118c73e8 make zbar lib optional
- refactor: global variable renaming
1 year ago
scito 4fc5559e15 add version number to asset executables 1 year ago
scito 7faf530863 reproducible builds, build.sh: linux/arm64 1 year ago
scito 709aa111be ci_release: build linux arm64 exe 1 year ago
scito fe60acb24f release: upload hashes as binary to keep eol 1 year ago
scito 5c36f07f41 ci_release: build exe without upload on PR 1 year ago
scito 861d7d0da8 build buster image in ci_docker for speeding up releases 1 year ago
scito 63fc21cc90 ci_release: upload hashes and run on pull_request and run scheduled 1 year ago
scito d234cf4112 cv2: fix save as csv/json/keepass 1 year ago
scito 970dbd3759 cv2: save as csv/json/keppass by key command 1 year ago
scito 197347a3e9
update README 1 year ago
scito 365d5ac432
use hub.docker for linux exe build
since it is more stable and thus faster
1 year ago
scito 88ff584e47
ci: workaround for failing builds 1 year ago
scito dbb5d8f755
workaround ghcr.io failed to copy
failed to copy: io: read/write on closed pipe

- use DockerHub instead of dhcr.io
- ref: https://github.com/containerd/containerd/issues/7972
1 year ago
scito 580f94256f Add files of Visual C++ 2013 Redistributable Package
- add files of vcredist_x64.exe as binary data to pyzbar
- thus avoid manual installation of vcredist_x64.exe
- test all qr readers in exe smoketests
- improve README
1 year ago
scito f4bff86a5c fix curl upload windows
- set for pre-releases 99 in windows version
- fix TZ: use TZ=Europe/Zurich
1 year ago
scito cff5fe1cda
ci_release: ignore response and remove silent mode 1 year ago
scito 576b1e68c5
ci: ignore markdown files 1 year ago
scito 84e1922979
fix VERSION_PATCH for pre-tags, e.g. 1b1 1 year ago
scito 7f89168b92
ci_release: change order of build matrix 1 year ago
scito b9f17c4a95
rename build docker jobs 1 year ago
scito 6a7a7233a4 build and upload executables created by PyInstaller
- create release on tag push
- build executables by PyInstaller:
    - extract_otp_secrets_linux_x86_64 (glibc 2.28)
    - extract_otp_secrets_win_x86_64.exe
    - extract_otp_secrets_macos_x86_64 (untested)
- add --version
- build linux executable in docker container
- update README
    - add TOC
    - improve badges
    - add PyInstaller section
- docker
    - build BASE_IMAGE as ARG
    - copy only required files to image
    - add .alias
- build.sh
    - fix clean
    - fix generate results
    - generate TOC
1 year ago
scito 445d77783c update Pipfile.lock 1 year ago
scito f0134fa907 add zbar installation for archlinux [skip ci] 1 year ago
scito e0588285c9 require qreader < 2.0.0 due to breaking changes
- add more classifiers
1 year ago
scito ff9401687e ci: do not run ci tests on pull_request 1 year ago
scito 2478edb7a1 decode only QR in zbar (which avoids assertion pdf417)
Warning on Windows:
WARNING: .\zbar\decoder\pdf417.c:89: <unknown>: Assertion "g[0] >= 0 && g[1] >= 0 && g[2] >= 0" failed.

        dir=0 sig=1b455 k=3 g0=04a g1=ffffffff g2=b78 buf[0000]=
1 year ago
scito 5e439b9396 update Pipfile.lock packages 1 year ago
scito 5c4d3ce696 improve README 1 year ago
scito ec09b5daad improve README; add google-authenticator-exporter link 1 year ago
scito 2ed923591e use only cv2_draw_box, move core functions to top
- improve camera test
- add more tests
- improve README
    - add "How to export otp secrets from Google Authenticator app"
    - reorder: put usage before installation
    - add "Full local build"
1 year ago
scito 36fd0c0bb6 add test keepass with no data 1 year ago
scito b215b78dad test extract_otps_from_camera() 1 year ago
scito 851cb6532c improve build and README
- clean pip
- do not use sudo anymore
- add missing mypy-protobuf package
- sort package dependencies
- fix order of build calls
- add frame color docu to README
1 year ago
scito 2bef64e5f6 ci: no Pytest coverage comments for tags
Create commit comment
##[error]HttpError: No commit found for SHA: 19b3368
##[error]No commit found for SHA: 19b3368
1 year ago
scito 3502294172 remove dependency to module and fix build script 1 year ago
scito 2707e244be update README 1 year ago
scito 4ba0fad000 capture QR codes from camera and major refactoring
- add GUI for QR code capturing from camera (CV2 is used)
- support different QR readers: ZBAR,QREADER,QREADER_DEEP,CV2,CV2_WECHAT
- support several input files
- add option to ignore duplicate otps
- write warnings and errors to stderr
- add output coloring
- rename project from extract_otp_secret_keys to extract_otp_secrets
- improve help
- clean verbose level output
- use Python type hints and check with mypy
- use f-strings
- clean up code
- add more tests
- calculate code coverage
- use src-layout: move files and folders
- support wheel packing
- enhance README.md
- bugfixes
    * fix -k -
    * fix utf-8 encoding on windows
1 year ago