Compare commits

...

3 commits

Author SHA1 Message Date
Cat /dev/Nulo 08a6552df4 mira precios 2024-04-08 17:07:47 -03:00
Cat /dev/Nulo 270632d6c5 proyectos similares 2024-04-08 14:00:35 -03:00
Cat /dev/Nulo 78e52350d8 devbox: sacar cargo de dependencias 2024-04-04 23:00:09 -03:00
3 changed files with 6 additions and 27 deletions

View file

@ -1,20 +1,15 @@
{
"packages": [
"nodejs@latest",
"cargo@latest",
"sqlite@latest",
"git-lfs@latest",
"nodePackages.pnpm@latest",
"sqlx-cli@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"init_hook": ["echo 'Welcome to devbox!' > /dev/null"],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
"test": ["echo \"Error: no test specified\" && exit 1"]
}
}
}

View file

@ -1,26 +1,6 @@
{
"lockfile_version": "1",
"packages": {
"cargo@latest": {
"last_modified": "2024-02-10T18:15:24Z",
"resolved": "github:NixOS/nixpkgs/10b813040df67c4039086db0f6eaf65c536886c6#cargo",
"source": "devbox-search",
"version": "1.75.0",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/qqkszbl164szilwiz0sxjk798lvrhc52-cargo-1.75.0"
},
"aarch64-linux": {
"store_path": "/nix/store/a8lp0lgqckvgxy3vadldc54js822ypix-cargo-1.75.0"
},
"x86_64-darwin": {
"store_path": "/nix/store/0b4lhzk1mrqkidks7x97f7jfryqg5vza-cargo-1.75.0"
},
"x86_64-linux": {
"store_path": "/nix/store/r7a1rz942f5yvbknm262sg369kwbv7b7-cargo-1.75.0"
}
}
},
"git-lfs@latest": {
"last_modified": "2024-02-10T18:15:24Z",
"resolved": "github:NixOS/nixpkgs/10b813040df67c4039086db0f6eaf65c536886c6#git-lfs",
@ -63,6 +43,7 @@
},
"nodejs@latest": {
"last_modified": "2024-02-15T12:53:33Z",
"plugin_version": "0.0.2",
"resolved": "github:NixOS/nixpkgs/085589047343aad800c4d305cf7b98e8a3d51ae2#nodejs_21",
"source": "devbox-search",
"version": "21.6.2",

View file

@ -9,6 +9,9 @@ scrapeo "masivo" de precios y datos en supermercados argentinos
## proyectos similares
- [ratoneando](https://ratoneando.ar/)
- [Mirá](https://twitter.com/MiraPrecios) (solo app nativa, creo que usan un navegador embebido para generar el carrito en los sitios de los supermercados!)
- [Coto_bot](https://twitter.com/BotCoto) (repo: [Vosinepi/webScrapping_ETL_canasta_basica](https://github.com/Vosinepi/webScrapping_ETL_canasta_basica))
- [@canastita_bot](https://twitter.com/canastita_bot) y [@asadito_bot](https://twitter.com/asadito_bot) de [Charly Maslaton](https://twitter.com/charlymasla)
## componentes