GithubHelp home page GithubHelp logo

niabaldoni / new-world-cooking-database Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 10 KB

Web scraper that retreives and stores the game's recipes to produce a personal cookbook

Dockerfile 1.25% Python 98.75%

new-world-cooking-database's Introduction

New World Cooking Database

Web scraper for NW food and recipes

I needed to quickly get all the recipes in one place, so I decided to build a web scraper that creates a database of everything needed to craft every recipe in the game.

The scraper first retrieves every recipe, then it cycles through every recipe to retrieve information about every item required (where to obtain it and in what quantities). This way, it's possible to execute simple queries on the resulting Database to see how many of each item is required to craft a certain amount of the desired food, and where to find them.

Requirements

  • [Python] - I used the 3.9.7 version
  • [MySQL] - The output will be a MySQL database
  • [Docker] - The program is very easy to install and deploy in a Docker container.

Installation

You can change the database url depending on your needs

docker build -t nwcookingdb .
docker run -e DATABASE_URL="mysql://root:[email protected]:3306/db" nwcookingdb

new-world-cooking-database's People

Contributors

niabaldoni avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.