https://github.com/lispnik/mintscrape
Automatically export your entire transaction list from https://mint.com
https://github.com/lispnik/mintscrape
Last synced: 5 months ago
JSON representation
Automatically export your entire transaction list from https://mint.com
- Host: GitHub
- URL: https://github.com/lispnik/mintscrape
- Owner: lispnik
- Created: 2014-09-02T19:42:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T19:54:41.000Z (almost 12 years ago)
- Last Synced: 2025-11-23T16:09:03.802Z (7 months ago)
- Language: Clojure
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mintscrape
Automatically export your entire transaction list from https://mint.com.
Create a configuration file `~/.mintscrape` and include something like:
yourusername
yourpassword
The username should be on the first line, and the password should be on the second.
Create a standalone jar:
lein uberjar
java -jar target/mintscrape-1.0-standalone.jar
or run from Leiningen:
lein run
The latest release of the standalone JAR can be found at https://github.com/lispnik/mintscrape/releases/latest
## License
Public Domain