Skip to content

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

Notifications You must be signed in to change notification settings

khan0604/Medium-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages