https://github.com/gesiscss/wikiwho_pickle
script and dependencies to open a wikiwho pickle independent of the API infraestructure
https://github.com/gesiscss/wikiwho_pickle
Last synced: about 1 month ago
JSON representation
script and dependencies to open a wikiwho pickle independent of the API infraestructure
- Host: GitHub
- URL: https://github.com/gesiscss/wikiwho_pickle
- Owner: gesiscss
- License: mit
- Created: 2019-03-25T15:48:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T18:49:46.000Z (about 7 years ago)
- Last Synced: 2026-05-26T18:09:01.397Z (about 2 months ago)
- Language: Python
- Size: 3.34 MB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wikiwho_pickle
script and dependencies to open a wikiwho pickle independent of the API infraestructure
# Install
```
pip install git+git://github.com/gesiscss/wikiwho_pickle.git@master
```
***or***, add this line to the `requirements.txt` file:
```
git+git://github.com/gesiscss/wikiwho_pickle.git@master#egg=wikiwho_pickle
```
and execute `pip install -r requirements.txt`
# Example
See the `example.py` file.