{"id":43077193,"url":"https://github.com/willbarkoff/autoscout","last_synced_at":"2026-01-31T14:11:05.366Z","repository":{"id":57598362,"uuid":"183430017","full_name":"willbarkoff/autoscout","owner":"willbarkoff","description":"🔎 Automatic scouting for First Tech Challenge teams","archived":false,"fork":false,"pushed_at":"2020-01-14T21:02:42.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T12:52:48.382Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://willbarkoff.dev/autoscout/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willbarkoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-25T12:29:28.000Z","updated_at":"2020-01-14T20:54:30.000Z","dependencies_parsed_at":"2022-08-29T23:25:17.596Z","dependency_job_id":null,"html_url":"https://github.com/willbarkoff/autoscout","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/willbarkoff/autoscout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fautoscout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fautoscout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fautoscout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fautoscout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willbarkoff","download_url":"https://codeload.github.com/willbarkoff/autoscout/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fautoscout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28944813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T13:02:32.153Z","status":"ssl_error","status_checked_at":"2026-01-31T13:00:07.528Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-31T14:11:04.745Z","updated_at":"2026-01-31T14:11:05.361Z","avatar_url":"https://github.com/willbarkoff.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FTC Autoscout\n\n\u003e Automatic scouting for First Tech Challenge Teams\n\n![Go version](https://img.shields.io/github/go-mod/go-version/willbarkoff/autoscout?logo=go\u0026style=flat-square)\n[![Latest release](https://img.shields.io/github/v/tag/willbarkoff/autoscout?label=latest%20release\u0026sort=semver\u0026style=flat-square)](https://github.com/willbarkoff/autoscout/releases)\n[![Latest release (including pre-release)](https://img.shields.io/github/v/release/willbarkoff/autoscout?include_prereleases\u0026label=latest%20release%20%28prerelease%29\u0026sort=semver\u0026style=flat-square)](https://github.com/willbarkoff/autoscout/releases)\n[![Build Status](https://img.shields.io/github/workflow/status/willbarkoff/autoscout/Build?style=flat-square)](https://github.com/willbarkoff/autoscout/actions)\n[![License](https://img.shields.io/github/license/willbarkoff/autoscout?style=flat-square)](./LICENSE.md)\n[![Created By](https://img.shields.io/badge/created%20by-FTC%20%2317126%20Natural%20Selection-brightgreen?style=flat-square)](https://theorangealliance.org/teams/17126)\n\n- [⬇️ **Download**](https://github.com/willbarkoff/autoscout/releases) \n- [🐛 **Report a bug**](https://github.com/willbarkoff/issues/new)\n\n---\n\nAutoscout provides data about FTC teams at a given competition.\n\nIt currently supports 2 score reporting platforms:\n- [Pennsylvania FIRST](http://www.ftcpenn.org/)\n- [The Orange Alliance](http://theorangealliance.org/)\n\nWhile I'd love to support [FTC Scores](https://ftcscores.com/) in the future, currently, it isn't supported.\n\n## Use with [Pennsylvania FIRST](http://www.ftcpenn.org/)\n\nIn the directory that you are running the program from, create a file called `config.toml`. This file contains the configuration infromation for the server. A sample config file is available in the [`config.sample.pennfirst.toml`](config.sample.pennfirst.toml) file.\n\nPopulate the file as demonstrated below:\n\n```toml\n[Stats]\nType = \"Penn FIRST\" # Must be \"Penn FIRST\"\nURL = \"http://detroit.worlds.pennfirst.org/\" # The URL used for score reporting\ndivision = \"Edison\" # The division to scout for.\n```\n\n## Use with [The Orange Alliance](http://theorangealliance.org/)\n\nIn the directory that you are running the program from, create a file called `config.toml`. This file contains the configuration infromation for the server. A sample config file is available in the [`config.sample.toa.toml`](config.sample.toa.toml) file.\n\nPopulate the file as demonstrated below:\n\n```toml\n[Stats]\nType = \"TOA\" # Must be \"TOA\"\nTOAKey = \"secret TOA key\" # Your TOA Key\nTOAOrigin = \"Autoscout\" # Leave this line as \"Autoscout\"\nTOAEventKey = \"TOA event key\" # The event key for TOA\n```\n\nYou can find your TOA key in the your account page. First, register or sign in, then click \"Generate API Key,\" and copy and paste the generated API key.\n\nThe TOA Event Key can be found in the URL of the event, for example, the URL of the results page for the [2020 New York City Championship](https://theorangealliance.org/events/1920-NY-NFTCC/rankings) is https://theorangealliance.org/events/1920-NY-NFTCC/rankings, and the event key is `1920-NY-NFTCC`.\n\n## Building from Source\nTo build from source, you must have [The Go Programming Language](https://golang.org) installed. You can install Go at their website: [golang.org](https://golang.org). \n\nTo download the source, you can type\n\n```shell\n$ go get github.com/willbarkoff/autoscout # get the source\n$ cd src/github.com/willbarkoff/autoscout # cd into the source\n```\n\nThen, install dependencies:\n\n```shell\n$ go get\n```\n\nFinally, compile and run\n```shell\n$ go install\n$ ../../../../bin/autoscout\n```\n\nPull requests are welcome!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillbarkoff%2Fautoscout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillbarkoff%2Fautoscout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillbarkoff%2Fautoscout/lists"}