Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veib6247/the-exporter
A smol tool that can export your transactions from BIP
https://github.com/veib6247/the-exporter
Last synced: about 1 month ago
JSON representation
A smol tool that can export your transactions from BIP
- Host: GitHub
- URL: https://github.com/veib6247/the-exporter
- Owner: veib6247
- Created: 2023-08-14T10:26:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T07:10:09.000Z (about 1 year ago)
- Last Synced: 2024-04-20T20:00:55.211Z (8 months ago)
- Language: Python
- Homepage:
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Exporter
This tool automates the process of exporting transactions from BIP.
## Requirements
- [Python 3.11+](https://www.python.org/downloads/)
- [PIP](https://pip.pypa.io/en/stable/installation/)## Instructions
1. Install the dependencies from the `requirements.txt` file by running `pip install -r requirements.txt`
2. Create a `.env` file containing your `ACCESS_TOKEN`
3. Modify your values (entity ID, dates, payment types) from the script (@ line 61)
4. Run the script: `python main.py` or `python the-exporter\main.py`