Unofficial client for the apify.com API
Project description
Simple client library for the excellent apify.com API
Installation
Using pip (Recommended)
pip install apifyunofficial
From source
- Clone this repository
python setup.py install
First use
To ensure the module works, create a .json configuration file like the example apify_config.json
, then run this python code:
import apifyunofficial as apify
print(apify.get_private_user_data(config=<CONFIG FILE>))
What you get
- Most functions specified in the official API docs.
- Object-oriented structure that follows the docs closely.
- Fairly simple code
- Bugs (probably)
How to help
- Contributing to this source code
- Finding bugs! (then filing issues)
- Suggesting ideas and improvements
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
apifyunofficial-0.0.3.tar.gz
(11.0 kB
view hashes)
Built Distribution
Close
Hashes for apifyunofficial-0.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f88ce6eff45a91dadff39b23f313701eee4f49d32274f3a930970c49bd3dd09e |
|
MD5 | 79f5aadbcf3a6653cd12a1b27ae96b8f |
|
BLAKE2b-256 | 11fd7f6b29fa4db68bb23818c9ce0383d7a82b91e6f0e96602b8b075499115d0 |