A client to interact with freud-net API
Project description
Freud API Crawler
A client to interact with freud-net API
install
- create a virtual environment and install the package with
pip install freud_api_crawler
- provide FRD_USER (freud-net username) and FRD_PW (freud-net password) as environment varibles, e.g. by
- create a file called
env.secret
to store you freud-net api credentials - run
./set_env_variables.sh
- create a file called
example env.secret
FRD_USER=username
FRD_PW=password
usage
for how to use this package have a look into ./tests/test_freud_api_crawler.py
or check out the frd-data-repo
dev
-
clone the repo
-
create virtual env
-
install dev-depenencies
pip install -r requirements_dev.txt
-
install the package (so you have the actual dependencies as well)
pip install -e .
-
run test with
coverage run -m pytest -v
-
create test-report
coverage report
orcoverage html
api-utils
get work by title
https://www.freud-edition.net/jsonapi/node/werk?filter[field_titel.value]=%C3%9Cber%20den%20Traum https://www.freud-edition.net/jsonapi/node/werk?filter[field_titel.value]=Über den Traum
get manifestaion by node id
this ID can be taken from edit-url, e.g. https://www.freud-edition.net/node/51190/edit
https://www.freud-edition.net/jsonapi/node/manifestation?filter[drupal_internal__nid]=51190
https://www.freud-edition.net/jsonapi/node/manifestation?filter[drupal_internal__nid]=38946 https://www.freud-edition.net/node/38946/edit
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
Built Distribution
Hashes for freud_api_crawler-2.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91cdaaf9aa3f236ef3980c66bf644e3d035cecd978c067130db8d1789c38fa5f |
|
MD5 | 04e48086ef2a0aef6950d2556cab3348 |
|
BLAKE2b-256 | 063754b451c51b1dfeced9c3a995c5c482a93a855c7f2e5e7bdafe695ea9a19a |