A python client for bump service. http://raphael.maenle.net/post/projects/bump/
Go to file
raphael 570a64f450 improves random word generation
- only words matching a-zA-Z are used,
  which removes some situations where
  the generated code was not readable
  by the android application
- words are now under 10 characters long
- function flow improved for readability
2022-01-16 13:41:04 +01:00
bump improves random word generation 2022-01-16 13:41:04 +01:00
.gitignore adds required setup packages 2022-01-15 14:12:51 +01:00
README.md adds all initial communication functionality 2021-12-10 17:46:53 +01:00
setup.py improves random word generation 2022-01-16 13:41:04 +01:00

Bump Python Client

This Bump client enables easy access to the bump service through a python api. Bump any other client anywhere through an easy to use API.

working functions

  • peek
  • pop
  • push
  • list
  • clear
  • generate new cryptographicaly safe secret
  • visualize with rudimentary qr code to share with other clients

missing

  • add an existing secret
  • scan existing qr code
  • sync 'read' to other clients
  • alert function that shows any new notifications