abertschi / postcards

A CLI for the Swiss Postcard Creator :postbox:
https://abertschi.ch/blog/2022/receiving-postcards/
MIT License
36 stars 8 forks source link

Command to check if free card is available #42

Closed jorisnoo closed 4 years ago

jorisnoo commented 4 years ago

Unfortunately I'm not versed in Python, so I have to resort back to asking you: would it be possible to add a command to only check if a free card can be sent, or otherwise when it'll become available?

Thanks a lot in advance!

abertschi commented 4 years ago

This is not a feature i am planing to integrate into this project. The underlying framework already exposes this functionality. So if you want to build something on your own, you may work with postcard_creator_wrapper directly.

https://github.com/abertschi/postcard_creator_wrapper

jorisnoo commented 4 years ago

Sure, that's understandable. I'll give it a try myself. Thanks!

abertschi commented 4 years ago

Cool! Have fun :)