Python library for scraping inside Airflow.
Reason this release was yanked:
Not working properly
Project description
as-scraper
Python library for scraping inside Airflow.
Installation
The as-scraper library uses Geckodriver (Firefox) for scraping with the Selenium library. In order to use it, you need to have an airflow image having the Geckodriver dependency.
We have the as-airflow Docker image for you to have airflow ready with the Geckodriver dependency.
To use this library follow the next steps:
1. Download the docker-compose.yml
file from the Airflow docs.
Airflow provides the docker-compose.yml file you need for this library.
You can directly copy the docker-compose.yml
file from here or run the following command to download it:
curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.3.4/docker-compose.yaml'
2. Modify the docker-compose.yml
file.
After that, simply go into the docker-compose.yml file and change the airflow image used:
...
version: '3'
x-airflow-common:
&airflow-common
# In order to add custom dependencies or upgrade provider packages you can use your extended image.
# Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml
# and uncomment the "build" line below, Then run `docker-compose build` to build the images.
image: ${AIRFLOW_IMAGE_NAME:-almiavicas/as-airflow:2.2.3}
...
And that's it! You can now start using the as-scraper library.
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
File details
Details for the file as-scraper-1.0.7.tar.gz
.
File metadata
- Download URL: as-scraper-1.0.7.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a5e6899a283f731c4409e02dac8e85adc7bb68ed20283c1047e2cace7e924b1 |
|
MD5 | f25b950fc0b3b04a21f9db55e77ab352 |
|
BLAKE2b-256 | c856f0b6bb6d07f1237f856bfc92cf261353410e26730a52167f045f5edeb922 |
File details
Details for the file as_scraper-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: as_scraper-1.0.7-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69b004b9314dab1737b5db3c8107b63577d374fd66ab62078aa9795a19df6f01 |
|
MD5 | 784cd24c69b97b151e970668b0f9e934 |
|
BLAKE2b-256 | 66e59c86264cb55c42953ebae271daa3fc3184cbd64fe397efe07f88a902858b |