dataXdevelopment / SEELE

Data Extraction and Processing
Apache License 2.0
1 stars 1 forks source link

Change to env variable #1

Closed dca123 closed 2 years ago

dca123 commented 2 years ago

Hard links to path directories & API keys should be referred to by an ENV variable. Or do we pass it as a string ?

We could have a function instance.setup to init the location.

The driver code can use an ENV variable to use it.

https://github.com/dataXdevelopment/SEELE/blob/b9bd2f719e7e5c6a25f28c446a1d1d6aa4a46a37/Scrapers/meta_factored.py#L36

dayanadithyan commented 2 years ago

Addressed in PR #11