Skip to content

deyvs02/DNSoftMFUP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNSoftMFUP.py - MediaFire uploader

Media Fire Upload Quick python3 script to upload files to MediaFire

Usage:

Python.exe DNSoftMFUP.py -e "MediaFireEMail" -p "MediaFirePassword" -u "RemoteUploadFolder" -f "Filepath"

Notes

  • use double quotes if e.g. your password contains special characters
  • When the upload is finished, the download url of the file sent to media fire will be saved in a file called link.txt in the DNSoftMFUP.py file usage directory
  • the MediaFire API is pretty buggy, and you might receive an error, because the server hasn't finished calculating the file's checksum yet; in that case, wait a couple of seconds (depending on the filesize) and repeat the command: it will not upload, but instead detect the already uploaded file and return the download URL

Requisites

  • python3 (might also work with python@2)
  • pymediafire (REST API)
  • mediafire (SDK)

More information


DNSoftMFUP - MediaFire uploader

Upload Média Fire Script python3 rápido para fazer upload de arquivos para o MediaFire

Como Usar:

Python.exe DNSoftMFUP.py -e "E-Mail mediafire" -p "Senha mediafire" -u "Nome pasta upload mediafire" -f "Caminho do arquivo no pc para upload"

Notas

  • use aspas duplas se, por ex. sua senha contém caracteres especiais
  • Ao finalizar o upload a url de download do arquivo enviado ao media fire será salva em um arquivo chamado link.txt no diretório de uso do arquvio DNSoftMFUP.py
  • a API MediaFire tem muitos bugs e você pode receber um erro, porque o servidor ainda não terminou de calcular a soma de verificação do arquivo; nesse caso, espere alguns segundos (dependendo do tamanho do arquivo) e repita o comando: ele não fará o upload, mas detectará o arquivo já enviado e retornará o URL de download

Requisitos

  • python3 (também pode funcionar com python@2)
  • pymediafire (API REST)
  • mediafire (SDK)

Mais Informações

About

Media Fire Upload

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages