A python client for bump service. http://raphael.maenle.net/post/projects/bump/
Go to file
raphael be09c04987 adds alert for new messages
- messages are checked from the server every second
  and compared with the local log. Any message within
  the last 2 minutes which were pushed onto the server
  are shown as a notification.
2021-12-10 18:29:03 +01:00
.gitignore adds all initial communication functionality 2021-12-10 17:46:53 +01:00
main.py adds alert for new messages 2021-12-10 18:29:03 +01:00
README.md adds all initial communication functionality 2021-12-10 17:46:53 +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