Simple client library for the excellent apify.com API
pip install apifyunofficial
- Clone this repository
python setup.py install
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>))
- Most functions specified in the official API docs.
- Object-oriented structure that follows the docs closely.
- Fairly simple code
- Bugs (probably)
- Contributing to this source code
- Finding bugs! (then filing issues)
- Suggesting ideas and improvements