MegapyAPI - Flask API
Project information
- Category : Flask API
- API Method : POST
- Data Type : JSON
- JSON Format : { 'email' : 'Your Mail Here' , 'pwd' : 'Your Password Here' }
- Project URL : github.com/SparshKaushik/megapyapi
This API app is made with Python Flask and uses this pypi project. It takes data (email and password) with post method with json and tries to log in to mega.nz using the credentials and returns if it successfully logges in or not and also the used storage space and total storage space if the credentials work.