Skip to content

minezy/minezy_proto

Repository files navigation

minezy_proto

This project was made possible by the Knight Prototype Fund
Try the running demo at http://minezy.org


To run Minezy on your own:

First install Neo4j database http://www.neo4j.org/ (v2.0+)
Start Neo4j and have it running at localhost:7474

Install python modules: pip install flask flask-cors flask-Cache py2neo(2.0+) beautifulsoup4 nltk email-reply-parser argparse

Then under ./minezy_api/ launch:

python ./run_ui.py
python ./run_server.py

Open browser to: localhost:8080/ You should see the Minezy title page, but there won't be anything to navigate until you load Neo4j with email data. Do that by running:

python ./load_files.py -d depot_dir

The [depot_dir] parameter should point to a parent folder of a parsed PST dump (eg: as generated by readpst tool) Once complete, reload localhost:8080/ and start minezying.

About

Email archive mining and exploration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published