Python Cripto https://www.coingecko.com/es/api/documentation
- Crear directorio del proyecto:
md _cripto
- Ir al directorio
cd _cripto
-
crear
main.py
-
crear carpeta app
-
md app
-
cd app
-
crear los siguientes archivos dentro de la carpeta app
__init__.py
database.py
python -m venv env
- para activar entorno
env\Scripts\activate
https://docs.python-requests.org/en/latest/
http://docs.peewee-orm.com/en/latest/
https://pypi.org/project/mysqlclient/
pip install requests peewee mysqlclient
https://www.coingecko.com/es/api/documentation
We recommend every repository include a:
README, LICENSE, and .gitignore
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
git remote add origin https://github.com/corbaz/python-cripto.git
git branch -M main
git push -u origin main
You can initialize this repository with code from a
Subversion,
Mercurial, or
TFS project.