Python library for Chomikuj.pl filesharing service
Project description
Python 2.7 and 3.5 (and wasn’t tested at lower versions) library for Chomikuj.pl file sharing service. It uses official app’s (ChomikBox) protocol to comunicate with Chomikuj servers.
Installation
Just use pip, as you would with all python packages
$ pip install pyChomikBox
Examples
A simple example of usage
>>> from ChomikBox import Chomik
>>> c = Chomik('username', 'password')
>>> c.login()
>>> c
<ChomikBox.Chomik: username>
>>> print(c.list())
[<ChomikBox.ChomikFolder: "/prywatne/" (username)>, <ChomikBox.ChomikFolder: "/zachomikowane/" (username)>]
This code is logging at Chomikuj as username with password password and printing all files and folders of root folder.
You can find more examples in examples directory.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyChomikBox-0.2.0.tar.gz
(10.1 kB
view details)
Built Distribution
File details
Details for the file pyChomikBox-0.2.0.tar.gz
.
File metadata
- Download URL: pyChomikBox-0.2.0.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6de6fdd7db20d2276c22909dc2b01f4539922f9b34f0a0a6a5f9c10b6c90e87 |
|
MD5 | 27047e3dd0f811abad25f1a28f7ee398 |
|
BLAKE2b-256 | 6f024939d066f548a0d180156957613fefea82a7ad429604dc07877413284618 |
File details
Details for the file pyChomikBox-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pyChomikBox-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa544fbd9eef74e6146b518e24cd5d075bba271346903889060da9247626edf5 |
|
MD5 | 18b292dfc9f4569cbbb88cf167c113e2 |
|
BLAKE2b-256 | 20a73d22ef7953efea617afbaa6356f66362c4ca7dfc07e099c90608bf16a8fb |