'Upload file to mediafire without api python script

I want to upload file to mediafire without API Delevoper(because when users use their accounts)

But I see mediafire api used Developer so i don't want to use it I want to somethings like it:

import mediafire_uploader as mdf
mdf.create_login("USER_NAME","PASSWORD")
mdf.upload("file.txt")

And how can I do it? Thanks for help!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source