Skip to content

SciallaMan/Shop_Py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop_Py

Web scraper in python for e-shops

Configuration

Create a credentials.json file with this structure:

{
    "gmail_user" : "[email protected]",
    "gmail_password" : "...",
    "send_to" : ["[email protected]"]
}