The goal of this application is to download and upload picture to Canalblog plateform.
All your personal information entered in this application is stored on your computer. More precisely in your user directory, directory: .cca They are only used by this application in order to establish a connection to Canalblog with your associated rights.
The graphic part is not my strong point. Sorry about that!
### With Python on your system
python -m pip install -r requirements.txt
python main.py
python -m pip install -r requirements.txt
python -m pip install -r requirements_win32.txt
Edit the setup.py file to adjust your Python Path for dll.
python setup.py bdist_msi
python setup.py build
Add 3 informations
- login
- password
- blog name
You can remember your credentials by clic on "Remember me" button. It'll save a config.yaml file on your homedir.
- ~/.cca/config.yaml (Linux)
- $HOMEDIR.cca\config.yaml (Windows)
You can choose Download or Upload button!
Choose your an existing album. You can create it on the Canablog website before.
Choose sur directory contain the picture to send on the album. It take all picture on the directory (jpg/gif/png) but not recursivly.
Do not reduce the image size, Canablog do it automaticly.
A popup ask you to confirm the action. Wait until the Success message.
Be carreful, if you quit the application before the success message, it'll stop the transfert. If you redo the action, it'll re-upload all picture on the directory. Actually, the application don't check if an image already exist on album.
Select the album.
Choose the directoty where the picture will be save. It'll automaticly create a directory with the album name.
A popup ask you to confirm the action. Wait until the Success message.
Be carreful, if you quit the application before the success message, it'll stop the transfert. If you redo the action, it'll re-download all picture on the directory. Actually, the application don't check if an image already exist on album. But you'll don't have duplicate picture.
Just clic on **"Quit"**button on bottom right.