Skip to content

aditya88/crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating database :
sudo su
sudo postgres  (above 8.3 only)
createdb -W -O crawler -U crawler crawlerdb  (password "crawler" --> can also be to your choice.then don't forget to change in mediawords.yml)
psql -f (loaction_of_project_dir/mediawords.sql) -U crawler -d crawlerdb


seeds.txt  contains new line seperated urls list 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published