Skip to content

Commit e616554

Browse files
authored
rename to apify_unofficial
2 parents d935c30 + 5de8528 commit e616554

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Simple client library for the excellent [apify.com API](https://www.apify.com/docs)
22
## Installation
33
### Using pip (Recommended)
4-
`pip install apify`
4+
`pip install apify_unofficial`
55
### From source
66
1. Clone this repository
77
1. `python setup.py install`
88

99
## First use
1010
To ensure the module works, create a .json configuration file like the example `apify_config.json`, then run this python code:
1111
```python
12-
import apify
12+
import apify_unofficial as apify
1313
print(apify.get_private_user_data(config=<CONFIG FILE>))
1414
```
1515

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import find_packages, setup, Command
1313

1414
# Package meta-data.
15-
NAME = 'apify'
15+
NAME = 'apify_unofficial'
1616
DESCRIPTION = 'Unofficial client for the apify.com API'
1717
URL = 'https://github.com/ctrl-q/apify'
1818
EMAIL = ''

0 commit comments

Comments
 (0)