-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where are the docs on how to use this library? #139
Comments
Or if there is a Proton CLI in the works, I will stop my efforts :). I really just want to be able to autocomplete email addresses in my terminal email client :). |
In an unofficial python client, they're setting the appversion as "Other" (https://github.com/opulentfox-29/protonmail-api-client/blob/15100c28c40e7c887d70296ae22a3762c19c059e/src/protonmail/constants.py#L17) It allows you to login without CAPTCHA. |
I am actively working on a proton-cli tool as part of an effort to understand the API. Unfortunately I am running into a number of bugs/oddities in the released code. I have a nagging suspicion that Proton is not using the publicly released version of go-proton-api as there are just a number of problems all around. Including, but not limited to: Missing API calls:
Incompatibilities with recent versions of Go: General bugs: I have been trying to fix things and submit my patches, and the patches of others that I have found in other projects, such as https://github.com/henrybear327/go-proton-api, but it is sort of slow going. I am currently trying to solve #169. Assuming I don't continue running into these oddities, I am hopeful I will have a fully working model for the at least a ProtonDrive CLI which can easily be extended to work with the rest of the Proton API. |
I wish I had found this tidbit sooner, I spent part of a day beating my head against the wall trying to come up with an AppVersion that wouldn't be rejected by the upstream server. |
I am trying to create a little command line client for getting my contact email addresses. Here is my code so far:
I have two questions:
The interface seems fairly easy to deal with except for the lacking documentation on completing the auth flow.
The text was updated successfully, but these errors were encountered: