http://usggwz6vwth276fdyccskoba5u2jis5ugv2ew2fy2blowgf2dv73axad.onion/post/scraping-essentials-scrapy.html
. # [ ... ] ITEM_PIPELINES = { " github_public_data.pipelines.GetGithubEmailPipeline " : 600 , } # [ ... ] Testing # scrapy crawl basic -O out.json ; cat out.json | jq '.' [ { "uid" : "1024025" , "login" : "torvalds" , "name" : "Linus Torvalds" , "bio" : "" , "org" :
null , "location" : "Portland, OR" , "local_time" :
null , "url" :
null , "social" : [], "email_address" : "<
[email protected]>" , "email_name" : "David Sterba" } ] As you see, the email is...