Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmadisetti/inquisitive-sheep
Just playing around with an unprotected API, GAE and go
https://github.com/dmadisetti/inquisitive-sheep
Last synced: 4 days ago
JSON representation
Just playing around with an unprotected API, GAE and go
- Host: GitHub
- URL: https://github.com/dmadisetti/inquisitive-sheep
- Owner: dmadisetti
- Created: 2014-11-01T22:38:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-04T00:16:53.000Z (about 10 years ago)
- Last Synced: 2024-11-19T03:58:21.704Z (2 months ago)
- Language: Go
- Homepage: http://inquisitive-sheep.appspot.com/
- Size: 348 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Inquisitive Sheep - Someone left their API open. Uhoh
=========[![Build Status](https://travis-ci.org/dmadisetti/inquisitive-sheep.png)](https://travis-ci.org/dmadisetti/inquisitive-sheep)
Put together over the night. Starting to like Go, but still at the point where the API is my best friend.
Data collection for mobile app api. Not discussing which app incase I get sued (benign script, but still). You might be able to guess what service if you checkout the structs for json. Cool exercise in packet sniffing and investigation
---
Manage settings from the GAE datastore viewer```
Start time.Time // Jobs run for 24 from this point
Long string // Longitude
Lat string // Latitude
Error int // Error count incase cron goes sour
Fatal bool // Cron go sour?
Over bool // 24 period over
Name string // Just for visual recognition
Host string // api url
```---
Inteferface for status and downloading aggregate data after run
![alt tag](https://raw.github.com/dmadisetti/inquisitive-sheep/master/screenshot.jpg "Screenshot")---
Objectives:- More Go - `Check`
- Lots of Data - `Check`
- Witty remarks - `Check`Todo:
- Tests
- Clean!!!!
- Learn from mistakes
- Document???