A Python Web Automation based Selenium bot to scrape data from the website "https://justnaija.com/music-mp3/"
The bot follows the following steps to scrape the website:
- Open the website
- Scrape the number of total pages
- For each page:
- Open it
- Scrape URLs of all the results
- For each URL:
- Open it
- Scrape Post Title, Post URL, Download link, and Date Posted
- Push the scrapped data into the CSV file (output.csv)