Unofficial Python API wrapper for 115.com
Project description
115 Wangpan (115网盘) is an unofficial Python API for 115.com, mainly pertinent to its “lixian” (offline) features. Currently, only limited features have been implemented. Supported Python verisons are 2.6, 2.7 and 3.3.
Documentation: http://115wangpan.readthedocs.org
Features
Authentication
Tasks management (BitTorrent currently supported)
File management
Installation
Install dependencies before installing the python package:
Ubuntu
$ sudo apt-get install libcurl4-openssl-dev python-dev
Fedora
$ sudo yum groupinstall "Development Tools"
$ sudo yum install libcurl libcurl-devel python-devel
Then, you can install with pip:
$ pip install 115wangpan
Usage
>>> import u115
>>> api = u115.API()
>>> api.login('username@example.com', 'password')
True
>>> tasks = api.get_tasks()
>>> task = tasks[0]
>>> print task.name
咲-Saki- 阿知賀編 episode of side-A
>>> print task.status_human
TRANSFERRED
>>> print task.size_human
1.6 GiB
>>> files = task.list()
>>> files
[<File: 第8局 修行.mkv>]
>>> f = files[0]
>>> f.get_download_url()
u'http://cdnuni.115.com/some-very-long-url.mkv'
>>> f.directory
<Directory: 咲-Saki- 阿知賀編 episode of side-A>
>>> f.directory.parent
<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
115wangpan-0.2.3.tar.gz
(14.6 kB
view details)
File details
Details for the file 115wangpan-0.2.3.tar.gz
.
File metadata
- Download URL: 115wangpan-0.2.3.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 077b708d880ff3bccab1eb92335482a37b918a9530a4f184f9d93ceb2a113fd5 |
|
MD5 | c64b894a237668b4f40ca957b9857e1d |
|
BLAKE2b-256 | cf9b30fe449fe13675a08e62a74a9dc4d52f085aa4d84d2f06539b010aaddcd4 |