Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bigbluehat/obfuskater

Obfu-skate JSON API output (obfuscate...get it?)
https://github.com/bigbluehat/obfuskater

Last synced: 12 days ago
JSON representation

Obfu-skate JSON API output (obfuscate...get it?)

Awesome Lists containing this project

README

        

# Obfuskater - Obfu-skates JSON API output

[couchmail.py](http://github.com/BigBlueHat/couchmail.py) was originally
built (like these
[other](https://github.com/maxogden/couchmail)
[couchmail](https://github.com/apage43/couchmail)'s
before it).

However, I also wanted to build couchmail.py to host public email archives
for [Apache CouchDB](http://couchdb.apache.org/) mailing lists and back
those archives with [Cloudant](http://cloudant.com/)'s Full-Text Search
indexing. So...a [CouchApp](http://github.com/couchapp/couchapp) prooved
insufficient.

#### Thus was born Obfuskater!

Currently, it does nothing more than hunt down the `from` address/field
in response JSON docs (after it retrieves them from a cloudant account)
and obfuscates them a bit (ex: [email protected]).

## Usage

```
$ pip install -r requirements.txt
$ ./serve.sh
```

## License

[Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0)