Skip to content

Extract data from smartJailMail.com for your prefered consumption

License

Notifications You must be signed in to change notification settings

fielding/smarterJailMail

Repository files navigation

smarterJailMail

Extract data from smartJailMail.com for your prefered consumption

Table of Contents

Background

Born out of the desire to scratch my own itch, I started this as a way to export sent and received message data/content for both archival purposes and for arbitrary consumption of the data. For example, exporting all messages to or from your significant other sent via smartJailMail.com, and then importing those messages in to a custom chat client/system.

See Also

Install

$ npm install smarterJailMail

Usage

const smarterJailMail = require('smarterJailMail');

smarterJailMail()
  .then(data => console.log(JSON.stringify(data, null, 4)));

A command-line client is installed under your global npm modules as fetchSmarterJailMail.js. Add said global modules path to your environment's PATH for easy shell access.

TODO(jeff): Provide one-line info on how to initiate this build step manually! I think it may be npm add --global. See npm help 7 config.

API

coming soon...

Contribute

Contributions are welcome!

License

MIT © Fielding Johnston.

About

Extract data from smartJailMail.com for your prefered consumption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published