Skip to content

MFR1/Web-Scraping-BOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IFPI-BOT

A Python Web Automation based Selenium bot to scrape data from the website "https://justnaija.com/music-mp3/"

Steps

The bot follows the following steps to scrape the website:

  1. Open the website
  2. Scrape the number of total pages
  3. For each page:
    1. Open it
    2. Scrape URLs of all the results
    3. For each URL:
      1. Open it
      2. Scrape Post Title, Post URL, Download link, and Date Posted
      3. Push the scrapped data into the CSV file (output.csv)

Console Output

s1

Output CSV

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages