An open API service indexing awesome lists of open source software.

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

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.