An open API service indexing awesome lists of open source software.

https://github.com/hong539/lctetl

LCTETL is a Linux crontab task to execute ETL(extract, transform, load) with python-scripts
https://github.com/hong539/lctetl

automation beautifulsoup crontab crontab-task linux pandas python selenium sqlalchemy webdriver

Last synced: 12 months ago
JSON representation

LCTETL is a Linux crontab task to execute ETL(extract, transform, load) with python-scripts

Awesome Lists containing this project

README

          

# lctetl
LCTETL is a Linux crontab task to execute ETL(extract, transform, load) with python-scripts

## Prerequisites

* Python >= 3.8
* [pyenv + poetry](https://setup_dev_environment.ootori.dev/computer%20languages/programming_languages/python/python/#usage-with-pyenvpoetry)
* [Selenium](https://www.selenium.dev/)
* [WebDriver](https://www.selenium.dev/documentation/webdriver/)
* [Grid](https://www.selenium.dev/documentation/grid/)
* [pandas](https://pandas.pydata.org/)
* [SQLAlchemy](https://www.sqlalchemy.org/)

## Quick start

```shell
poetry add
```