You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
rodley82 64317b33f0 Added proper csv lib usage and extra dep for easier command line args handling 3 years ago
.gitignore Version inicial funcionando 3 years ago
Dockerfile Version inicial funcionando 3 years ago
README.md Version inicial funcionando 3 years ago
docker-compose.yml Version inicial funcionando 3 years ago
export_csv.py Added proper csv lib usage and extra dep for easier command line args handling 3 years ago
requirements.txt Added proper csv lib usage and extra dep for easier command line args handling 3 years ago

README.md

CSV Export - Localbitcoins

Exports your trades as a seller out onto CSV to stdout

virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt