Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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?)
- Host: GitHub
- URL: https://github.com/bigbluehat/obfuskater
- Owner: BigBlueHat
- License: apache-2.0
- Created: 2014-05-06T20:11:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T13:55:12.000Z (over 10 years ago)
- Last Synced: 2024-11-08T04:41:29.640Z (2 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)