Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`