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.
|
|
4 years ago | |
|---|---|---|
| .gitignore | 4 years ago | |
| Dockerfile | 4 years ago | |
| README.md | 4 years ago | |
| docker-compose.yml | 4 years ago | |
| export_csv.py | 4 years ago | |
| requirements.txt | 4 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