Skip to content

teocci/py-traider-data-collector

Repository files navigation

py-traider-data-collector

py-traider-data-collector is a basic implementation of a python application that process crypto prices from the coin gecko

Disclaimer

This tool is limited to security research only, and the user assumes all legal and related responsibilities arising from its use! The author assumes no legal responsibility!

Installation

Install dependencies using pip:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run your Python code:

python main.py

To deactivate the virtual environment and return to your system's Python environment, run:

deactivate

About

Basic implementation of a python application that process crypto prices from the coin gecko

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages