Skip to content

An attemp to get name from several Indonesian site that provide name their site

License

Notifications You must be signed in to change notification settings

nunenuh/carinama.scrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carinama.scrapy

This is a Scrapy project to scrape name from several Indonesian list name reference site. This project is only meant for learning scraping web site to get an address from it. This is a site that scraped by this repository:

Extracted Data

The extracted data will look like this :

Prenagen

{

}

Popmama

{
    
}

Maknaa

{
    
}

Kamus Nama

{
    
}

Usage

Before you can use this repository, you need to install the requirement for this repo. Please type this command in your terminal:

$ pip install -r req.txt

Running The Spiders

You can run a spider using the scrapy crawl command, such as:

$ scrapy crawl kamusnama_v2

If you want to save the scraped data to a file, you can pass the -o option:

$ scrapy crawl kamusnama_v2 -o results/kamusnama.json

About

An attemp to get name from several Indonesian site that provide name their site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages