This repository was archived by the owner on Mar 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md
More file actions
executable file
·57 lines (48 loc) · 2.62 KB
/
README.md
File metadata and controls
executable file
·57 lines (48 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<p align="center">
<a href="https://imgbb.com/"><img src="https://i.ibb.co/8MHFC4t/chispitas-logo.png" alt="chispitas-logo" border="0"></a>
</p>
<p align="center">
<a href="https://github.com/Pilaba/Chispitas-Cheat/releases"><img src="https://img.shields.io/badge/Versi%C3%B3n-beta-orange.svg" alt="Versión"></a>
<a href="https://github.com/Pilaba/Chispitas-Cheat/commits/master"><img src="https://img.shields.io/badge/Status-En%20desarrollo-brightgreen.svg" alt="Status"></a>
<a href="#"><img src="https://img.shields.io/badge/Licencia-MIT%2FApache--2.0-blue.svg" alt="Licencia"></a>
</p>
## DESCRIPCIÓN
Aplicación para hacer un dinero bien chingón en Confetti y Q12. Todo el dinero obtenido es para mejorar la situación de pobreza extrema en la que vive Lenny.
## RENUNCIA LEGAL
La presente Aplicación **sólo es para uso académico**, no se recomienda usar viles trucos, ya que eso no es ético. Haz caso al gran Campeón de las Artes Marciales, el gran Mr. Satán.
## TODO
- [x] Mejorar busquedas en Google
- [x] Opción para typear la pregunta
- [x] Mejorar la vista de opciones googleadas y el desplegado de resultados
- [ ] Usar servicio OCR nativo con [Tesseract OCR](https://github.com/tesseract-ocr/tesseract) y [Tesseract OCR for PHP](https://github.com/thiagoalessio/tesseract-ocr-for-php)
- [ ] Crear Backend en CodeIgniter para almacenar datos y mostrar estadísticas
- [ ] Evaluar implementar Machine Learning
## TECNOLOGÍAS USADAS
* [Nodejs](https://nodejs.org/es/)
* [Kotlin](https://kotlinlang.org/)
* [GCP](https://cloud.google.com/?hl=es-419)
## REQUERIMIENTOS DEL CLIENTE Y SERVIDOR
*Todos los demás requerimientos serán listados en esta sección posteriormente.*
## REQUERIIENTOS
* Instalación de [Tesseract OCR](https://github.com/tesseract-ocr/tesseract) en Fedora
`dnf install tesseract tesseract-langpack-spa`
* Ejemplo de uso:
`tesseract -l spa 1559865052486.jpg out txt` => Para sacar OCR en TXT
`tesseract -l spa 1559865052486.jpg out hocr` => Pasa sacar OCR en HOCR
## USO DE LA APLICACIÓN
- npm install
- npm start -> para iniciar
- npm stop -> para detener
- npm restart -> para reiniciar
- visitar http://127.0.0.1
- Instalar App de la carpeta "App Movil"
## ENLACES, REFERENCIAS Y APIS
* [AndroidAsync](https://github.com/koush/AndroidAsync)
* [Vuejs](https://vuejs.org/)
* [Express Framework](https://expressjs.com/es/)
* [PM2](https://github.com/Unitech/pm2)
* [Google Cloud OCR](https://github.com/googleapis/nodejs-vision)
* [Socket IO](https://socket.io/)
* [Sharp](https://github.com/lovell/sharp)
* [cheerio](https://github.com/cheeriojs/cheerio)
* [busboy](https://github.com/mscdex/busboy)