Skip to content

sfstpala/emailquark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email quark

Setup

brew install python3
brew install postgresql
brew service start postgresql

python3 -m pip install py-postgresql
createdb emailquark

Running

cp config.ini.example config.ini
nano config.ini
python3 email_to_json.py > email.list
cat email.list | python3 json_to_postgres.py

Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages