This repository contains the code for scrapping data from an ecommerce website(Jumia.ng), using Github Actions to schedule a CRON job.
To run this task locally,
- Clone or download the repo
- Open the code in your code editor(e.g VSCode).
- In your terminal, go to the project directory.
- Run
pip install -r requirements.txtto install the dependencies - Run
python soup.pyto run the program.
I welcome contributions and would be glad if someone can help with these (I might fix it when I have the time)
- Write a proper code documentation
- Extract the subcategories from the Categories. Check line
203to217insoup.pyfile.