Developing a data pipeline for automation in crawling and processing data
- open terminal in folder "data_pipeline"
- cd data_pipeline
- Run "pip install -r requirement.txt"
- create ".env" file in th path /data_pipeline
- Copy the structure provided below into the file.
- USER_NAME= user_name_here
PASSWORD= password_here - replace "user_name_here" with username and "passord_here" with password
Run file "main.py"