资 源 简 介
This script requires Python 2.5 or Python 2.6 and mechanize.
How to use this script
For example
rolando@main-computer:~$ python feupyload.py -f ~/prog.png -u ei08150Por favor insira a password: http://feupload.fe.up.pt/get/DmXdopI0XmbnyXlrolando@main-computer:~$
If you don"t want the script to ask for the password when it"s running, use the -p flag.
rolando@main-computer:~$ python feupyload.py -f ~/prog.png -u ei08150 -p XXXXXXXXX
If you think the URL given by feupyload it"s big, then compress it:
joaoqalves@portable-ubuntu:~$ python feupyload.py -f ~/feupyload.zip -u ei08083 -c yPor favor insira a password: http://is.gd/t08Kjoaoqalves@portable-ubuntu:~$
If you forget what a flag means, use the -h or --help flag.
```
rolando