homebank-converter alternatives and similar software solutions
Based on the "Automation" category.
Alternatively, view homebank-converter alternatives based on common mentions on social networks and blogs.
-
Node RED
A browser-based flow editor that helps you wiring hardware devices, APIs and online services to create IoT solutions. -
Gekko
Gekko is a Bitcoin TA trading and backtesting bot which support multiple exchanges and cryptocurrencies. -
Zenbot 3
Zenbot is a lightweight, extendable, artificially intelligent trading bot for Bitcoin, Ether, Litecoin, and more. -
WebUI-aria2
Interface to interact with the aria2 downloader. Very simple to use, just download and open index.html in any web browser. -
Beehive
A flexible event and agent system, which allows you to create your own agents that perform automated tasks triggered by events and filters. -
Headphones
An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent, Deluge and Blackhole. -
Healthchecks
Django app which listens for pings and sends alerts when pings are late. -
RSS-Bridge
rss-bridge is a PHP project capable of generating ATOM feeds for websites which don't have one. -
pyLoad
Lightweight, customizable and remotely manageable downloader for 1-click-hosting sites like rapidshare.com or uploaded.to. -
Alltube
A web interface for youtube-dl, a program to download videos and audio from more than 100 websites. -
Actionsflow
The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions. -
Medusa
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic. -
YoutubeDL-Material
Material Design inspired YouTube downloader, based on youtube-dl. Supports playlists, quality select, search, dark mode and much more, all with a clean and modern design. -
ActiveWorkflow
An intelligent process and workflow automation platform based on software agents. -
FHEM
FHEM is used to automate common tasks in the household like switching lamps and heating. It can also be used to log events like temperature or power consumption. You can control it via web or smartphone frontends, telnet or TCP/IP directly. -
Accelerated Text
Automatically generate multiple natural language descriptions of your data varying in wording and structure. -
Http2pic
Website screenshots/renderer. It uses the wkhtmltox to render websites with various options. -
HRConvert2
Drag-and-drop file conversion server with session based authentication, automatic temporary file maintenance, and logging capability. -
MeTube
Web GUI for youtube-dl, with playlist support. Allows downloading videos from dozens of websites. -
betanin
Music organization man-in-the-middle of your torrent client and music player. Based on beets.io, similar to Sonarr and Radarr. -
SiteInspector
Web-based tool for catching spelling errors, grammatical errors, broken links, and other errors on websites. -
RSS Merger
PHP script which will take multiple RSS / Atom feeds as input and merge them into a single RSS feed. -
LazyLibrarian
LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads Librarything and optionally GoogleBooks as sources for author info and book info. -
feed2toot
Feed2toot parses a RSS feed, extracts the last entries and sends them to Mastodon.
Scout APM: A developer's best friend. Try free for 14-days
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of homebank-converter or a related project?
README
homebank-converter
Usage
Choose one:
Example
- Go on PayPal web site
- Go to your PayPal history
- Download your payment history (csv or txt file)
- Go on homebank-converter application
- Choose PayPal
- Then select your PayPal file
- Click on Convert
- You will get a csv file readable by Homebank
- Run Homebank
- Open menu File, then Import...
- Select your converted file
- Finally follow Homebank wizard
Homebank: http://homebank.free.fr/
What ?
homebank-converter is a web app that aims to convert export bank files to compatible Homebank csv. It won't record any data, track event or whatever. It will try to guess "paymode" by analysing the "memo" of your files.
Paymode
Paymode id | Paymode name |
---|---|
1 | Credit card |
2 | Cheque |
3 | Cash |
4 | Transfer |
5 | Internal transfer |
6 | Debit card |
7 | Standing order |
8 | Electronic payment |
9 | Deposit |
10 | FI fee |
To see supported memo, open file: labelAndPaymode.json
Convert export bank file
Supported files:
Bank name | File formats |
---|---|
Banque Postale | csv, tsv |
BNP Paribas Fortis | csv |
Boobank | csv |
PayPal | csv, txt |
Optimize xhb file
Optimize xhb file by removing useless spaces.
Why ?
Because your bank doesn't export files compatible with Homebank :)
How ?
This application use Html/JavaScript/CSS and is under the terms of the licence GNU AGPL.
Javascript libraries:
Library | version |
---|---|
jQuery | 3.4.1 |
Bootstrap | 3.4.1 |
FileSaver.js | 2.0.2 |
Moment.js | 2.24.0 |
QUnit | 2.9.2 |
Who ?
Developper(s):
Unit tests
Run unit tests:
- Open the application
- Go on about tab
- Click on button run tests
Changelog
- Open the application
- Go on about tab
- Changelog is displayed right here