All Projects → adrianosferreira → afrodite.json

adrianosferreira / afrodite.json

Licence: other
O maior livro de receitas culinárias em língua portuguesa

Projects that are alternatives of or similar to afrodite.json

web-crawler
Python Web Crawler with Selenium and PhantomJS
Stars: ✭ 19 (-87.33%)
Mutual labels:  webcrawler
Generalnewsextractor
新闻网页正文通用抽取器 Beta 版.
Stars: ✭ 2,312 (+1441.33%)
Mutual labels:  webcrawler
Skycaiji
蓝天采集器是一款免费的数据采集发布爬虫软件,采用php+mysql开发,可部署在云服务器,几乎能采集所有类型的网页,无缝对接各类CMS建站程序,免登录实时发布数据,全自动无需人工干预!是网页大数据采集软件中完全跨平台的云端爬虫系统
Stars: ✭ 1,514 (+909.33%)
Mutual labels:  webcrawler
Crawlab
Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
Stars: ✭ 8,392 (+5494.67%)
Mutual labels:  webcrawler
Liked-Saved-Image-Downloader
Save content you enjoy!
Stars: ✭ 80 (-46.67%)
Mutual labels:  webcrawler
charles
Java web crawling library
Stars: ✭ 31 (-79.33%)
Mutual labels:  webcrawler
TrackPurchase
단 몇줄의 코드로 다양한 쇼핑 플랫폼에서 결제 내역을 긁어오자!
Stars: ✭ 19 (-87.33%)
Mutual labels:  webcrawler
apollo
A Unix-style personal search engine and web crawler for your digital footprint.
Stars: ✭ 1,270 (+746.67%)
Mutual labels:  webcrawler
Mimo-Crawler
A web crawler that uses Firefox and js injection to interact with webpages and crawl their content, written in nodejs.
Stars: ✭ 22 (-85.33%)
Mutual labels:  webcrawler
GeneralNewsExtractor
新闻网页正文通用抽取器 Beta 版.
Stars: ✭ 2,474 (+1549.33%)
Mutual labels:  webcrawler
Intelligent Document Finder
Document Search Engine Tool
Stars: ✭ 45 (-70%)
Mutual labels:  webcrawler
konadl
Multithreaded Konachan / Yandere (moebooru based site) Image Bulk Downloader | 多线程K站Y站下载器
Stars: ✭ 64 (-57.33%)
Mutual labels:  webcrawler
Pikachu
Yummy Recipe Crawler and Search
Stars: ✭ 50 (-66.67%)
Mutual labels:  webcrawler
gafanhoto
Bot para monitoramento de promoções no fórum do Hardmob http://www.hardmob.com.br/promocoes/
Stars: ✭ 48 (-68%)
Mutual labels:  webcrawler
gotor
This program provides efficient web scraping services for Tor and non-Tor sites. The program has both a CLI and REST API.
Stars: ✭ 97 (-35.33%)
Mutual labels:  webcrawler
chegg-solutions-saver
Because Chegg only gave few days to access their solutions for free when I rent their books so I decided to create a web crawler to save all the needed solutions offline.
Stars: ✭ 27 (-82%)
Mutual labels:  webcrawler
Crawler4Caida
一个致力于用Python提高部门工作自动化水平的程序库!(包括数据采集、办公自动化、辅助研究、图网络、复杂系统、3D可视化等)
Stars: ✭ 82 (-45.33%)
Mutual labels:  webcrawler

Afrodite.json

Simplesmente o maior livro de receitas em língua portuguesa que você irá encontrar :)

Total de receitas: 8183

Informações técnicas: o JSON foi obtido a partir de um web crawler escrito em JS e rodado em Node.js.

Estrutura do JSON

{
  "_id": ObjectId("5744eff20ca7832b5c745a48"),
  "nome": "Brownie de Chocolate com Gengibre",
  "secao": [
    {
      "nome": " Ingredientes",
      "conteudo": [
        "50 g farinha de milho fina",
        "10 g de cacau em pó",
        "250 g de chocolate meio amargo",
        "200 g de manteiga sem sal cortada em cubos",
        "20 ml de suco de gengibre",
        "5 ovos",
        "200 g de açúcar",
        "1 colher (chá) de fermento em pó",
        "100 g de nozes picadas grosseiramente",
        " "
      ]
    },
    {
      "nome": " Modo de Preparo",
      "conteudo": [
        "1 - Coloque numa tigela a farinha de milho fina e o cacau em pó.",
        "2 - Misture e reserve.",
        "3 - Numa panela, em banho-maria, derreta o chocolate meio amargo picado com a manteiga sem sal cortada em cubos.",
        "4 - Retire do fogo.",
        "5 - Adicione o suco de gengibre e misture.",
        "6 - Acrescente a mistura de farinha com cacau em pó (reservada acima). Misture bem e reserve.",
        "7 - Numa batedeira, coloque os ovos e o açúcar. Bata bem até dobrar de volume.",
        "8 - Com a batedeira ainda ligada, adicione o fermento em pó e bata até misturar.",
        "9 - Desligue a batedeira. Acrescente a mistura de chocolate (reservada acima) e as nozes picadas. Misture.",
        "10 - Transfira a massa para uma assadeira retangular (18 cm X 30 cm) untada e forrada com papel manteiga.",
        "11 - Leve para assar em forno médio pré-aquecido a 180°C por +/- 40 minutos.",
        "12 - Retire do forno.",
        "13 - Cubra o brownie com papel manteiga.",
        "14 - Coloque outra assadeira do mesmo tamanho pressionando levemente o brownie para que fique mais compacto e úmido",
        "15 - Deixe por +/- 4 horas na geladeira.",
        "16 - Retire a assadeira de cima do brownie, desenforme, corte em quadrados e sirva em seguida.",
        " "
      ]
    },
    {
      "nome": " Outras informações",
      "conteudo": [
        "Rendimento: 20 porções "
      ]
    }
  ]
}

Importando no MongoDB

mongoimport --db afrodite --collection receitas --file afrodite.json --jsonArray
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].