Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medium Artices Scrapper

Dependency

Database Connection

  • The connection of MySQL database requires authorization of localhost
mydb = mysql.connector.connect(
            host="localhost",
            user="root",
            passwd="test",
            database="mydatabase"
        )
NOTE - Make sure that localhost username and password are same as above.
  • In case they are not same then either
    • change them according to the code above
    • change the above code in the file according to your system
RUN
  • To run the medium scrapper use python main.py
MAIN FILE

About

Scraping data of medium articles and storing the data in MySQL database

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages