Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 500 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 500 Bytes

digiato

A crawler that contains news from digiato website.

How To Use

  • install the requirements

  • in models.py import the name below

    from playhouse.db_url import connect

  • create your database connect to your database like the example below

    database = connect('mysql://USERNAME:[email protected]:3306/digiato')

  • run $ main.py find_and_store_links

  • run $ main.py read_links

Now you got all your news in seprated categories in your database:)