This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 8bcdd909ee Add as-scraper tool (#654)
8bcdd909ee is described below
commit 8bcdd909ee02d3ecef726fe29c08b945f11acde8
Author: Alvaro Avila <[email protected]>
AuthorDate: Sun Sep 4 18:13:26 2022 -0400
Add as-scraper tool (#654)
---
landing-pages/site/content/en/ecosystem/_index.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/landing-pages/site/content/en/ecosystem/_index.md
b/landing-pages/site/content/en/ecosystem/_index.md
index 710fcff11d..2d9245d960 100644
--- a/landing-pages/site/content/en/ecosystem/_index.md
+++ b/landing-pages/site/content/en/ecosystem/_index.md
@@ -85,6 +85,8 @@ Apache Airflow releases the [Official Apache Airflow
Community Chart](https://ai
## Tools integrating with Airflow
+[as-scraper](https://github.com/Avila-Systems/as-scraper) - An integration
with Selenium to build & mantain web scrapers inside Airflow.
+
[afctl](https://github.com/qubole/afctl) - A CLI tool that includes everything
required to create, manage and deploy airflow projects faster and smoother.
[airflint](https://github.com/feluelle/airflint) - Enforce Best Practices for
all your Airflow DAGs.