https://github.com/corbaz/python-cripto
Python Cripto Monedas - Bitcoin - Dolar - Peso Argentino
https://github.com/corbaz/python-cripto
Last synced: about 1 year ago
JSON representation
Python Cripto Monedas - Bitcoin - Dolar - Peso Argentino
- Host: GitHub
- URL: https://github.com/corbaz/python-cripto
- Owner: corbaz
- Created: 2021-10-07T09:54:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T19:20:34.000Z (over 4 years ago)
- Last Synced: 2025-02-09T01:39:51.417Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Cripto
## Crear directorio del proyecto
- Crear directorio del proyecto: `md _cripto`
- Ir al directorio `cd _cripto`
1. crear `main.py`
2. crear carpeta app
3. `md app`
4. `cd app`
5. crear los siguientes archivos dentro de la carpeta app
`__init__.py`
`database.py`
---
## Configurar entorno virtual
- `python -m venv env`
- para activar entorno
`env\Scripts\activate`
---
## Instalar requests y ORM peewee
## DOC de requests
## DOC de peewee
## DOC de mysqlclient
`pip install requests peewee mysqlclient`
---
## End-point de la api
---
## Quick setup — if you’ve done this kind of thing before or
##
## Get started by creating a new file or uploading an existing file
We recommend every repository include a:
README, LICENSE, and .gitignore
## …or create a new repository on the command line
```cmd
echo "# python-cripto" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/corbaz/python-cripto.git
git push -u origin main
```
## …or push an existing repository from the command line
```cmd
git remote add origin https://github.com/corbaz/python-cripto.git
git branch -M main
git push -u origin main
```
## …or import code from another repository
You can initialize this repository with code from a
Subversion,
Mercurial, or
TFS project.