Skip to content

saudBinHabib/scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping Task

This is a repo, which is created for a scraping and data pre-processing task.

Useage


::
    git clone git@github.com:saudBinHabib/scraping.git
    cd scraping
    mkdir data
    pip install -r requirements/dev.txt
    
    #check crontab for existing cron tasks
    crontab -l

    # add the new task in the crontab
    crontab -e
    
    # add this code in the bottom of file and change the file path of your python script.
    */15 * * * * cd /mnt/e/github/scraping/src/ && python scraping_script.py


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages