Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 541 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 541 Bytes

Python API to sevDesk

Use Python to fetch customer data (or similar) from your sevDesk account. I'm not affiliated or authorized by sevDesk. I'm just a customer that likes to automate.

Usage

Setup:

  • Have a valid sevDesk account
  • Create a secret_data.py file, which contains:
    • sev_mail = "<your mail here>"
    • api_token = "<your api key here>"
  • Check test.py to see how it works

License

GNU Lesser General Public License Version 3, see License