https://github.com/bitdruid/chainmerger
merge chainalysis's exported transaction csv files into one xlsx file with separate sheets per exchange
https://github.com/bitdruid/chainmerger
Last synced: 11 days ago
JSON representation
merge chainalysis's exported transaction csv files into one xlsx file with separate sheets per exchange
- Host: GitHub
- URL: https://github.com/bitdruid/chainmerger
- Owner: bitdruid
- License: mit
- Created: 2022-06-09T16:53:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T15:18:06.000Z (over 2 years ago)
- Last Synced: 2024-03-14T18:36:26.691Z (over 2 years ago)
- Language: Python
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.org/project/chainmerger/)
[](https://opensource.org/licenses/MIT)
# chainmerger
merge chainalysis's exported transaction csv files into one xlsx file with separate sheets per exchange
# installation
```
pip install chainmerger
```
# usage
```
chainmerger -i -o
```
### default directories
If input dir is not specified:
```
~/chainmerger_Input
```
If no output dir is specified:
```
~/chainmerger_Input/chainmerger_Output
```
Else:
```
/
```
# example
