Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/schnoddelbotz/golang-playground

Go fun projects for educational purposes only
https://github.com/schnoddelbotz/golang-playground

Last synced: 30 days ago
JSON representation

Go fun projects for educational purposes only

Awesome Lists containing this project

README

        

# golang-playground

Go fun projects for educational purposes only.

Currently there's not much to see here, but...

## AppStoreXtractor -- a Go re-implementation of [AppStore Extractor](https://github.com/maxschlapfer/MacAdminHelpers/tree/master/AppStoreExtract) [for Mac]

- uses [fsevents](https://github.com/fsnotify/fsevents) to monitor cache folder
- uses [go-plist](github.com/DHowett/go-plist) to read the `manifest.plist`
- does not rely on any external tools

Download a [release](../../releases) or build from source:

```bash
go get github.com/schnoddelbotz/golang-playground/AppStoreXtractor
```

## License

[WTFPL](http://www.wtfpl.net/)