Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"pokemon",
"pokemongo",
"mapper",
"notification",
"python",
"asyncio"
],
"is_fork": false,
"size_kb": 49043,
"has_wiki": true,
"homepage": null,
"languages": {
"CSS": 3189,
"HTML": 24630,
"Python": 335633,
"PLpgSQL": 1059,
"JavaScript": 17996
},
"pushed_at": "2018-01-08T01:11:22Z",
"created_at": "2016-07-30T02:20:33Z",
"owner_type": "User",
"updated_at": "2026-06-14T02:53:57Z",
"description": "PoGo mapper and notifier",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "develop",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "David Christenson",
"type": "User",
"login": "Noctem",
"company": null,
"location": "Chantilly, VA",
"followers": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/1787524?v=4",
"created_at": "2012-05-29T04:11:29Z",
"is_verified": null,
"public_repos": 56,
"account_age_days": 5177
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0-rc1",
"kind": "prerelease",
"published_at": "2016-08-12T11:14:34Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2016-08-17T21:12:14Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2016-08-13T23:22:30Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2016-08-10T14:36:47Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2016-08-10T09:52:16Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2016-08-08T15:20:58Z"
},
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2016-08-07T14:58:16Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2016-08-03T06:58:31Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2016-07-31T09:17:42Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2016-07-24T21:27:19Z"
}
],
"recent_commits": [
{
"oid": "f6855e9e8a412f791b78085f45545e026da7d6fc",
"body": "Remove iOS 10.0 which is rare and only exists on two models, limit\niPhone SE to versions after 9.3, add iOS 10.3.3.",
"is_bot": false,
"headline": "Improve device/firmware selection",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-07-22T07:27:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "625b21befeb23282096e5ea6e8aecb4049d4ba1b",
"body": null,
"is_bot": false,
"headline": "Increase size of outline",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-07-22T07:10:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae38106168d384cb68e8d1a94318e77fe55aa88",
"body": "* 0.69.0",
"is_bot": false,
"headline": "0.69.0 (#332)",
"author_name": "Chrales",
"author_login": "ZeChrales",
"committed_at": "2017-07-20T23:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beb251b3aa880f7d42c3c550888e895eb5b1d5ff",
"body": "It's no longer necessary to hack the media types into peony since 1.0\nallows configuring them with parameters. Also avoid what seems to be a\nbug in aiohttp by forcing chunked uploading.",
"is_bot": false,
"headline": "Remove unnecessary monkey patching of peony",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-07-08T11:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7a2bcc8f8e46b5ba0ac942006557a5ab1f927ec",
"body": "Update version",
"is_bot": false,
"headline": "0.67.2 (#320)",
"author_name": "Chrales",
"author_login": "ZeChrales",
"committed_at": "2017-07-08T10:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "507378a4194e411de5bca138957f230cfdec5676",
"body": null,
"is_bot": false,
"headline": "Update to Leaflet 1.1.0",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-07-01T03:16:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcb57c69871361af1c265b0b5c3cafcb64f966ac",
"body": "Remove non-existent auto_convert parameter and add new media_type/\nmedia_category parameters.",
"is_bot": false,
"headline": "Update for peony-twitter 1.0",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-07-01T03:00:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e31fb4797f67e6909052eb2ab51a2ae67661814",
"body": "Make get_inbox the default and only supply the kwarg to disable it,\nupdate requirements.",
"is_bot": false,
"headline": "Add get_inbox to chain by default",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-06-25T04:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2b561ea8010dd014054a04e0d6d96b58ad40682",
"body": "first changes : update version to 6701, add get_inbox where it's\nnecessary, remove unused register_background_device\nmissing all the tutorial part for now",
"is_bot": false,
"headline": "0.67.1",
"author_name": "Chrales",
"author_login": "ZeChrales",
"committed_at": "2017-06-25T04:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e87a97740a5c66be3e0c36c7f88ada03282c2536",
"body": "When the case is eligible for webhook, but the webhook failed (due to, for example, timeout, or server error), an exception is throw on line 255 due to missing `cache_handle`. \r\nThis patch fix the issue.",
"is_bot": false,
"headline": "Fix `cache_handle` problem when webhook fail",
"author_name": "Daniel Cheng (鄭郁邦)",
"author_login": "j16sdiz",
"committed_at": "2017-06-19T03:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3df8b31cadc6bf6bb9db3377d4bf955e5e47d61",
"body": null,
"is_bot": false,
"headline": "Update app version number",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-06-15T09:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd2a9350699b2e3a3135e5dc433a879244c8b593",
"body": "Also use tuples for marking tutorials complete since they're faster.",
"is_bot": false,
"headline": "Add missing icons, modify stop icon",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-05-31T07:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "552198abe52a11387c140f8dfd4a366282ae743e",
"body": " [2017-05-28 04:40:53][ WARNING][aiopogo.rpc_api] Argument\n tutorials_completed with value 7 inside mark_tutorial_complete_message\n should be a sequence.",
"is_bot": false,
"headline": "[fix]tutorial_completion rpc_api warning",
"author_name": "Pone Z Pyo",
"author_login": "phonezawphyo",
"committed_at": "2017-05-28T12:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9e77923920f501a400bd519cb37925122e75810",
"body": "Constrain aiopogo to 2.0.x releases, remove upper bound from aiohttp.",
"is_bot": false,
"headline": "Restrict aiopogo, unrestrict aiohttp",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-05-27T18:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66381cb6f2aa63e65023b439ea5baa0440589c76",
"body": "Update solve_captchas to use the protobuf objects returned by aiopogo\n2.0, also use the inventory_timestamp in the account dict if available.",
"is_bot": false,
"headline": "Update solve_captchas.py for aiopogo 2.0",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-05-26T04:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0238395b1318eed45c546b968015ae36192c01f1",
"body": "Ensure that the items dict is a part of the account dict, set\ninventory_timestamp to 0 if items dict is empty so that it gets\npopulated, sleep after DatabaseProcessor exceptions, check if forts and\ngyms are in the cache before normalizing and adding to the queue,\nalways initialize unused_incubators as a deque, set the number of bag\nitems when it changes instead of recalculating for every pokestop and\nvisit.",
"is_bot": false,
"headline": "Fixes, improvements",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-05-21T02:16:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cab182e781de2ceb134429ac60a35471cf88c13",
"body": null,
"is_bot": false,
"headline": "Final change missed previously",
"author_name": "Avatar690",
"author_login": "OdibalAvatar",
"committed_at": "2017-05-20T04:23:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19129fb2b8287311182299d289703a4be07c96c8",
"body": "Access spawn_point_id as message attribute instead of dict key, fix\ntypo in egg incubation.",
"is_bot": false,
"headline": "Fix aiopogo 2.0 compatibility",
"author_name": "Daniel Cheng (鄭郁邦)",
"author_login": "j16sdiz",
"committed_at": "2017-05-19T20:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2c079b79d942c28ae9b80cdb7b52aa7fe0a60a2",
"body": "Update to work with the protobuf objects returned by aiopogo 2.0, use a\ndeque for unused_incubators instead of list, simplify some code, pass\nresponse_url to handle_captcha instead of the entire response dict,\nhandle spawn_id selection inline instead of calling a util function,\nmove gpsoauth to optional_requirements, import sqlalchemy dialects\nconditionally, update Portuguese name of Forretress, localize the conf\nvariables in the parameters of visit_point instead of in the method\nbody.",
"is_bot": false,
"headline": "Update for aiopogo 2.0",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-05-19T09:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eea4e5dc248b7b3e42625a03969a94e7785b9f51",
"body": "Also add 10.3, 10.3.1, and 10.3.2 to iOS list.",
"is_bot": false,
"headline": "Add Chinese and Portuguese moves",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-05-17T21:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9b75a84e2adc0504db29cf24a63ca4261058af4",
"body": "Only call get_asset_digest if they have been updated since the last\ncall by that account, call download_item_templates when they get\nupdated, paginate the asset and template requests, update the default\nversion check to 0.63.1 since it was forced today.",
"is_bot": false,
"headline": "Update client emulation",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-05-17T21:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d9971c95f0f2ba7edba820f8296c569385d540",
"body": "avoid relative import",
"is_bot": false,
"headline": "fix bootstrap css import",
"author_name": "Chrales",
"author_login": "ZeChrales",
"committed_at": "2017-05-16T19:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88b37bb866da834857f136adf3d9e65ec554d804",
"body": null,
"is_bot": false,
"headline": "Fix report",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-05-16T19:31:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f998a4c60ab2a1bd5339daa4989cb1bee55215ab",
"body": null,
"is_bot": false,
"headline": "triggered",
"author_name": "Todd Lee-Millstein",
"author_login": null,
"committed_at": "2017-05-15T15:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13cfee6a0ead03031946028105223285642ce378",
"body": null,
"is_bot": false,
"headline": "Update for 0.63.1",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-05-14T21:16:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "051574200750b0f76a3063864d57e5f4c701d453",
"body": null,
"is_bot": false,
"headline": "Add favicon and tidy up HTML",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-05-13T20:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70a281fa5f55a6d2931a518bbb7f53bfef9afe08",
"body": null,
"is_bot": false,
"headline": "Update jquery to 3.2.1",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-05-13T20:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7245d1113bcff01dd0d232180dd0bc7b1e56d988",
"body": null,
"is_bot": false,
"headline": "Fix potential KeyError on cache containment tests",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-05-13T20:17:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95331cf49fb0c05d706760899261ad7f442d1568",
"body": "Use (lat, lon) instead of nonexistent `point`.",
"is_bot": false,
"headline": "Fix solve_captchas",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-21T21:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8abc01eb390ad8dbc4e3ad54027c3e0d55fc84f",
"body": "Fix displaying workers on the map when `MORE_POINTS` is enabled, also\npin pogeo version to 0.3.",
"is_bot": false,
"headline": "Fix displaying workers when MORE_POINTS is enabled",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-21T20:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f057821af2d07dc49e96c36a08e0ea16e866ecd",
"body": "IVs and moves are now dependent on trainer levels so make it optional\nto include those stats in tweet images (and disable it by default).",
"is_bot": false,
"headline": "Allow tweeting images without stats",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-21T03:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fd21d2c20e59c757018542f1b21a0633465eba2",
"body": null,
"is_bot": false,
"headline": "Fix fetching all altitudes for MultiPolygons",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-20T21:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdb92449f1d661165f8f461d0a6d9e1ce09a2019",
"body": "Use a global connection pool, perform queries directly in response\nfunctions instead of calling others, delete env after use, localize\nmore functions in parameters.",
"is_bot": false,
"headline": "web_sanic improvements",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-19T07:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c44abadf8e60e47d9d41fff31acc4db79d23df7",
"body": "Reuse the main connector from aiopogo, fix bug when altitude precision\nis increased, update aiosocks optional-requirement to 0.2.2.",
"is_bot": false,
"headline": "Use connector from aiopogo, fix bug",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-19T03:51:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7345c408ca2bd62e2aa2f07cbf4329a5f348dc7",
"body": "Update for new changes and features in aiohttp 2.0 and aiopogo 1.8.",
"is_bot": false,
"headline": "aiohttp 2.0, aiopogo 1.8 compatibility",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-18T22:15:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da5df9a3a3138678c126b4a38381ff53c09b338d",
"body": "Set fallback method based on whether or not there are more than 5\naltitudes, calculate the mean the first time it's requested instead of\nevery time, don't try to fetch an individual altitude if no key was\nprovided, change the default GOOGLE_MAPS_KEY to an empty string since\nGoogle sometimes allows that, log error message if available after\nfailing to fetch an altitude, increase average variance, pin aiosocks\nversion.",
"is_bot": false,
"headline": "Fixes, improvements",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-18T20:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cb9a820ca13f42692cd65bbd4d127d363536064",
"body": null,
"is_bot": false,
"headline": "Fix rescanning points on NotLoggedInException",
"author_name": "evenly-epic-mule",
"author_login": null,
"committed_at": "2017-04-18T11:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f66da7a1ea970c08bccf6c0cd9c089de06a8ae44",
"body": "Remove a misplaced asterisk.",
"is_bot": false,
"headline": "Fix exit bug",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-18T10:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff14d82eca3513f8c6d1c38e87df89749e9041dd",
"body": "Remove alt column from spawnpoints table, move altitudes from the\nSpawns class to a new Altitudes class, fetch all altitudes on startup\nif a matching pickle is not found, use aiohttp instead of Requests for\nfetching altitudes and remove Requests requirement, use accurate\naltitudes in solve_captchas, use average altitude instead of config\nrange if other altitudes are present.",
"is_bot": false,
"headline": "Remove altitudes from DB and rewrite alt handling",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-18T08:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35b8b04554e93b469802e709fb05aef8512fee38",
"body": "If nothing is seen at a targeted spawn point after FAILURES_ALLOWED\nvisits: downgrade it from an hour spawn (if applicable) or treat it as\nan unknown.",
"is_bot": false,
"headline": "Treat points as unknown after missed sightings",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-18T07:58:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22f608773bfa3c1385d272b6fa0d0925ed79d1a9",
"body": "Use Query.all() instead of nonexistent fetchall(). Closes #230.",
"is_bot": false,
"headline": "Merge pull request #231 from mewio/bugfix-query-fetchall",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-16T10:56:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70e788806c01c4b3748f13a445bcf06b051d5f79",
"body": null,
"is_bot": false,
"headline": "pogeo 0.3 compatibility",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-16T10:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21d5889037354b7f84a554ee43035073ce49b438",
"body": "Fixes #230.",
"is_bot": false,
"headline": "Use Query.all() instead of nonexistent fetchall().",
"author_name": "mewio",
"author_login": null,
"committed_at": "2017-04-15T19:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "523ac405741273da505b092ad43e6cc449edf5de",
"body": "Use __slots__ to improve the access speed of the sanitized config\nclass, prevent logging errors about __spec__ or __path__.",
"is_bot": false,
"headline": "Improve speed of config access",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-15T10:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1ff8003992b822301976b57cbcb1261f3b9d1e5",
"body": "Fix web.py template rendering, fix report_single parameters, fix\nget_first_last, fix FortCache length method.",
"is_bot": false,
"headline": "Bug fixes",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-15T09:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c17fc98af817681c891ccfa6370f16ef7cb56f",
"body": null,
"is_bot": false,
"headline": "Swap on unexpected auth errors",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-14T23:58:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2e3c61b2ddd7772ae3c62a6f252476cce0e804b",
"body": "Render HTML once on startup instead of on every request, change default\nlisten address to 0.0.0.0, monkey patch Flask's json dumper to ujson if\nit's available, localize some variables, replace web_sanic's jsonify\nwith list comprehensions that cast to dict, fix web_sanic compatibility\nwith Python 3.5.",
"is_bot": false,
"headline": "Pre-render HTML templates",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-14T22:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74057bd4e2cdf58969a4ede9646ecd15494075d9",
"body": "Remove get_engine_name and set it as a constant, make the db_proc\nmodule an instance, rewrite FortCache to store gyms and pokestops\nseparately and implement automatic pickle ignoring when DB, bounds, or\nclass version change, remove get_since and get_since_query_part and\nreplace them with constants, \n[…]\ne some unused imports from web and\nweb-sanic, reference items by name instead of position in web-sanic to\nimprove clarity and reliability, move create_db to scripts, other\nmiscellaneous optimizations.",
"is_bot": false,
"headline": "DB, web, and FortCache improvements",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-14T22:04:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9b583f805f61984789f0bb5119818e5e02866a89",
"body": "Improve performance of status bar printing, fix console output\nflickering on some systems, add length methods to cache classes and the\nDatabaseProcessor, use ANSI escape to clear console on compatible\nsystems, localize some variables in parameters, remove update_stats and\nreplace with expanded get_v\n[…]\no a string\nattribute and print that instead of repeatedly expanding stats dicts\nand formatting them more frequently than they change, update some\nlengths during stat updates instead of on every print.",
"is_bot": false,
"headline": "Performance enhancements, fix console flicker",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-14T07:58:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b562f5bc8eb263e2a616cfd831f70ccc039f267e",
"body": "Auto-pan popup only once. Closes #222.",
"is_bot": false,
"headline": "Merge pull request #223 from mewio/autopanonce",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-14T03:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "677db888388b102de1515197c4b1cbaec04ae34b",
"body": "Fix INFO logging when iv_score not available.",
"is_bot": false,
"headline": "Merge pull request #219 from j16sdiz/patch-4",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-14T03:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "761cdd5409eda03ad42f9d75b4630c1a93a2f69f",
"body": "Prevent encountering the same Pokémon twice.",
"is_bot": false,
"headline": "Merge pull request #227 from j16sdiz/patch-5",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-14T03:20:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2e75fce56c98507818e389e800ca33799efe871",
"body": "Use cyrandom to generate random numbers, localize some function\nreferences in the parameters of commonly used utils functions, don't\nuse Numba (obsoleted by cyrandom), remove pycairo from\noptional-requirements.txt (it's still used but it's not on PyPI).",
"is_bot": false,
"headline": "Performance enhancements",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-13T21:29:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4855d211b7557ea8527594e29b839af0472006cb",
"body": null,
"is_bot": false,
"headline": "Prevent double encounter the same pokemon",
"author_name": "Daniel Cheng (鄭郁邦)",
"author_login": "j16sdiz",
"committed_at": "2017-04-13T17:19:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f64cda44a3ec34bc88d5f59d35408c66486bd152",
"body": null,
"is_bot": false,
"headline": "Auto-pan popup only once. Closes #222.",
"author_name": "mewio",
"author_login": null,
"committed_at": "2017-04-12T17:03:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "077f30ab0a201cbde434016bcd32c0e438e50149",
"body": null,
"is_bot": false,
"headline": "Fix INFO logging when iv_score not availible",
"author_name": "Daniel Cheng (鄭郁邦)",
"author_login": "j16sdiz",
"committed_at": "2017-04-12T06:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9556f3f8ab826781908035fc6b266d2e0ad47cc",
"body": "Speed up using Prepared Geometry",
"is_bot": false,
"headline": "Merge pull request #216 from j16sdiz/patch-3",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-12T01:49:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0649b0fd5c4eb283b1648fe84d8d59bc907f474",
"body": null,
"is_bot": false,
"headline": "Speed up using Prepared Geometry",
"author_name": "Daniel Cheng (鄭郁邦)",
"author_login": "j16sdiz",
"committed_at": "2017-04-11T10:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "439ec6a24ea0f426286c75e7ca5056c73b2a2483",
"body": "Fix attribute names for aiopogo 1.7, use try/except instead of .get().",
"is_bot": false,
"headline": "Fix solve_captchas.py",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-09T09:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7511c9d35d5eb7f92ae2b307d93636b035693c4",
"body": "Allow encountering only certain Pokémon without using notifications,\nremove unused account_seen variable, create tuples instead of lists in\nget fallbacks, localize some config variables before looping, refactor\npokestop spinning a bit.",
"is_bot": false,
"headline": "Add ENCOUNTER_IDS feature",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-09T08:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "667bfdd1cdd48fc28a0bb856d1ccf82bb0c8f53f",
"body": "Use the json_dumps and json_loads selected by aiopogo, use new\nattribute names from 1.7.0, don't store or restore refresh tokens.",
"is_bot": false,
"headline": "aiopogo 1.7.0 compatibility",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-09T07:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb762ef109cad48ff0969e7435052b5b0b5f714f",
"body": null,
"is_bot": false,
"headline": "Update for 0.61.0",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-08T20:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73710d25a400d545b30544244375aab836062adf",
"body": "Do a simple and fast string comparison against the currently forced\nversion and then do a more thorough comparison with StrictVersion if\nthat failed.",
"is_bot": false,
"headline": "Fix and improve forced version check",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-04-07T02:38:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c4d6554a299b57384393a0e1011b931e8e75bc",
"body": null,
"is_bot": false,
"headline": "Update client version number",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-31T23:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "666836e469bd2e3f3078e4abee3408f2be9dc7d6",
"body": "Update README.md",
"is_bot": false,
"headline": "Add 'Getting Started FAQ' to README.md (#50)",
"author_name": "BigFun",
"author_login": null,
"committed_at": "2017-03-31T06:50:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47e77567f30daae76c76c3b15e2652f31d9d60a5",
"body": "Resolve bounds attributes within function bodies to avoid an issue with\na circular import (and it's cleaner this way anyways).",
"is_bot": false,
"headline": "Fix issue with circular import",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-31T06:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9582288409b00c7d6b2e8b0c96e5e4afe3d726e",
"body": "Add support for bootstrapping MultiPolygon boundaries, enable shapely\nspeedups if using landmarks, some cleanup and performance enhancements\nin landmarks, proper support for getting all MultiPolygon altitudes,\nsmall performance enhancement to get_bootstrap_points.",
"is_bot": false,
"headline": "MultiPolygon bootstrap support, other improvements",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-31T06:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da5aac5da235d9f857aaff93da09ddf5ff565ab5",
"body": "Added support for bootstrap points in a Polygon",
"is_bot": false,
"headline": "Merge pull request #34 from evenly-epic-mule/bootstrap",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-31T06:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7c1fa3741701f1ac4ab1c6eb88974ab9bf83f1d",
"body": "Fix the workers map at /workers and bring it in line with changes to\nthe main map.",
"is_bot": false,
"headline": "Fix workers-only map",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-30T05:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da0b8ca9a344d2d54ea9353cf133b54f75ae5ae1",
"body": "Fix for encountering Pokémon with short spawn_ids (#111, #197),\nsimplify the encounter sleeping a bit and reduce the required times\nslightly, improve performance of random_sleep by localizing LOOP as a\ndefault argument.",
"is_bot": false,
"headline": "Encounter fix and improvements",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-30T04:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "760ee1f2b61fb7c7e56d876e3d4f6c8fbf67cc53",
"body": "Add Spanish, Italian, Japanese, and Korean names/moves, add French\nmoves, add missing German moves, update some English move names,\nreplace the previous dict of dicts with a dict of just damages, improve\nperformance by localizing name dicts before looping, use defaultdict to\nreturn '?' for unknown items.",
"is_bot": false,
"headline": "Add names/moves for ES, IT, JA, and KO",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-28T21:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b171ebf27a0ed950a53e92d6878c87fc0ea229d",
"body": "Update fields sent via Webhook",
"is_bot": false,
"headline": "Merge pull request #187 from evenly-epic-mule/update_notifications",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-28T05:56:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20fefdf9975e5c328d894edf17f15640b0d5df0d",
"body": "Also enable SPIN_POKESTOPS by default.",
"is_bot": false,
"headline": "Fix cells pickle dumping",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-25T19:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9c72bcba580fcca46cc925e8f3d53d752ab1611",
"body": "Compare the types of exceptions rather than the exceptions themselves\nto prevent the same warnings appearing from the same workers, swap\nafter receiving NianticOffline on last retry.",
"is_bot": false,
"headline": "Reduce redundant logging, swap on NianticOffline",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-23T20:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f01daf457ffbfd8ade630cefad11686562b4257",
"body": "Also remove the old map HTML and remove .map file loading from\nbootstrap CSS.",
"is_bot": false,
"headline": "Update jQuery to 3.2.0",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-22T03:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4839976e0b13bf8da4a093320968041fd2b8f4c1",
"body": "Use conf.GIVE_UP_KNOWN on known spawns and don't treat all unknown\nspawns as unskippable.",
"is_bot": false,
"headline": "best_worker fix",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-21T22:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b30b80434fa65b3c83bdde19341b5396d645d25",
"body": null,
"is_bot": false,
"headline": "Added support for bootstrap points in a Polygon",
"author_name": "evenly-epic-mule",
"author_login": null,
"committed_at": "2017-03-21T09:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47a42d810b006b1055ebb798e98a6b5a8b2c6669",
"body": "Don't skip visits to mysteries during stage 3, don't double-release\nsemaphore, check that time is at least a half second after spawn\ninstead of before.",
"is_bot": false,
"headline": "Fixes",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-20T10:13:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "061e3c84766bc8e6c9afd94000c0a16de8c041be",
"body": "Add a third bootstrap phase in which it tries to visit every unknown\npoint, visit every bootstrap point 30 minutes after the first visit,\ntweak some defaults, update spawns after bootstrapping, sleep until\nnext spawn or mystery reload after exhausting mysteries, remove\nredundant check for negative timestamps, improve performance of\nbest_worker, fix to cached cell IDs, remove unnecessary warning about\ncell points.",
"is_bot": false,
"headline": "Bootstrap improvements, other fixes/enhancements",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-20T09:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f30ebe57177b6d796d2cea210ad6e6870ea466b",
"body": "Don't use MORE_POINTS during bootstrapping if it's disabled, refactor\nthe cell IDs function selection for better performance, only set\nSPINNING_SPEED_LIMIT and UNIT_STRING if SPIN_POKESTOPS is enabled,\nonly set versions if FORCED_KILL is enabled, validate SCAN_DELAY and\nset as class variable, get time of day regardless of if NOTIFY is set\nto check if the response is empty, don't swap out workers for empty\nvisits while bootstrapping, update setup.py.",
"is_bot": false,
"headline": "Minor worker improvements and fix",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-20T04:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1b97f1cdbf085c406346c0e702c955eea6688d9",
"body": null,
"is_bot": false,
"headline": "Fix calls to run_threaded",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-20T00:46:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd0245e5ce6bfeada8954d12880931ffb557c7cd",
"body": "Move some information from utils to the bounds classes, move get_spawns\nfrom db to the spawns class and have it update objects directly instead\nof passing them back through a tuple, exclude out of bounds points\nthrough the DB query, don't wait for pickling to proceed, optionally\nrandomize altitude w\n[…]\nreduce the default precision from 3 to 2, iterate over\nchunks generator directly instead of loading into a tuple, simplify\nget_all_altitudes, use copies in mystery generator, performance\nenhancements.",
"is_bot": false,
"headline": "More refactoring, more improvements",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-19T11:23:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c06018b9e4a4739b2661abbdc5e3a25fee50f4b5",
"body": "Move bounds from db to its own module and create separate classes\ninstead of conditionally creating its methods, have Travis import every\nmodule to test, change a couple sanity tests to assert statements,\nremove explicit `object` inheritance, remove known_points set and use\ncoords as OrderedDict key\n[…]\n a dict instead of a tuple, create a separate Spawns\nsubclass for MORE_POINTS, make `import spawns` import an instance,\nallow raising exceptions from load_pickle, cleanup and performance\nimprovements.",
"is_bot": false,
"headline": "Refactoring, improvements",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-19T10:17:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d114a6bf186163fe4c75a58e6cfbe41027e38e27",
"body": "Because PokeAlarm since cca3d39 will ignore all Pokemon if ignore_unknown is\nenabled as the size is missing.",
"is_bot": false,
"headline": "Update fields sent via Webhook",
"author_name": "evenly-epic-mule",
"author_login": null,
"committed_at": "2017-03-18T12:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c14ea0143f67077886f7af85a361f93ba6851b9",
"body": "Don't reload mysteries too often.",
"is_bot": false,
"headline": "Merge pull request #168 from evenly-epic-mule/mystery",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-14T20:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f920e0c09cbae74b3cd2ff48c270feeeb80d3122",
"body": "If only a few mysteries are left monocle will reload it every few\nseconds causing all Workers to gather around those spawns",
"is_bot": false,
"headline": "Don't reload mysteries to often",
"author_name": "evenly-epic-mule",
"author_login": null,
"committed_at": "2017-03-14T07:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db07b6491e6678f029a9fa186d0ff15a1eabb53d",
"body": "Add filter for map to reduce traffic, browser load",
"is_bot": false,
"headline": "Merge pull request #140 from evenly-epic-mule/map_filter_ids",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-14T06:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26751a6ae54b30a4cecdfb4a43b3635d1379fefa",
"body": null,
"is_bot": false,
"headline": "Add filter for map to reduce traffic, browser load",
"author_name": "evenly-epic-mule",
"author_login": null,
"committed_at": "2017-03-13T09:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "374d37806d413d64bc668ae04b8002e34afd0bc8",
"body": "Improve map pop-ups. Thanks to @m3g4mInD for an earlier similar PR.",
"is_bot": false,
"headline": "Merge pull request #163 from evenly-epic-mule/improve_map_popups",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-12T22:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6794fc0daa02bb702f5787a0e068839401808093",
"body": null,
"is_bot": false,
"headline": "Use aiopogo's key cycling in solve_captchas.py",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-11T09:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a31581db730ada0b9e4f336af2e92da252d3e087",
"body": "That's what the real client does.",
"is_bot": false,
"headline": "Append null character to model info",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-11T08:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b140232e4342af62d7d06b34e9469846b5b40ce2",
"body": "Support multiple hash keys through aiopogo's new key handling, remove\nperiod checking since aiopogo handles that now (and switches through\nkeys if one is exhausted), replace main thread interrupts with sys.exit\nsince worker launching is no longer threaded.",
"is_bot": false,
"headline": "Adjust for aiopogo's new key handling",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-10T12:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c2bfda6dfb99d2f00a80e5f7089dc1bc0bc2dd4",
"body": null,
"is_bot": false,
"headline": "Fix --no-status-bar",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-09T22:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e43242eef262fa91a2a8cfe5de7a6aff6fc6c3ec",
"body": null,
"is_bot": false,
"headline": "Add arguments to test_notifications",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-09T04:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b7ad94b38566ef7f5dc6ae2969675a950ba540e",
"body": null,
"is_bot": false,
"headline": "Randomize test_notifications",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-08T08:05:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be622f0e336a94073851018b0cd20069196b012c",
"body": null,
"is_bot": false,
"headline": "Update icons",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-08T07:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "086cc394120c0b8c1a56aa251efb93c21252248c",
"body": null,
"is_bot": false,
"headline": "Update VERSIONS allowed",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-07T20:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6807972d0eb3d55d5e71ef8bd60b712a0b102f32",
"body": "Adding Links to googlemaps\nAdding human readable despawn times",
"is_bot": false,
"headline": "Improve map pop-ups",
"author_name": "evenly-epic-mule",
"author_login": null,
"committed_at": "2017-03-07T07:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be06a34e5292f264bd37b7d627dba253fe79bf13",
"body": "Use the event loop to schedule recurring tasks instead of manually\nlooping and checking timestamps, don't ignore CancelledErrors, prevent\nexit from hanging and output the number of remaining tasks, fix a\nrecent bug with getting account provider.",
"is_bot": false,
"headline": "Fix and improve exit, refactor",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-07T06:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a3b610c90eb9fc82b754bd1df82ab02c1e42ee7",
"body": "Accidentally left the 'FR_NAMES' label.",
"is_bot": false,
"headline": "Fix French names",
"author_name": "David Christenson",
"author_login": "Noctem",
"committed_at": "2017-03-07T04:14:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 0,
"latest_release_at": "2016-08-17T21:12:14Z",
"latest_release_tag": "v0.5.4",
"releases_from_tags": true,
"days_since_last_push": 3127,
"active_weeks_last_year": 0,
"days_since_latest_release": 3635,
"mean_days_between_releases": 2.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 145,
"stars": 120,
"watchers": 40,
"fork_history": {
"days": [
{
"date": "2016-09-03",
"count": 1
},
{
"date": "2016-11-29",
"count": 1
},
{
"date": "2016-12-05",
"count": 1
},
{
"date": "2017-01-01",
"count": 1
},
{
"date": "2017-01-09",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-01-22",
"count": 1
},
{
"date": "2017-01-26",
"count": 1
},
{
"date": "2017-01-27",
"count": 1
},
{
"date": "2017-02-01",
"count": 1
},
{
"date": "2017-02-04",
"count": 1
},
{
"date": "2017-02-05",
"count": 1
},
{
"date": "2017-02-11",
"count": 1
},
{
"date": "2017-02-13",
"count": 2
},
{
"date": "2017-02-14",
"count": 1
},
{
"date": "2017-02-16",
"count": 1
},
{
"date": "2017-02-19",
"count": 1
},
{
"date": "2017-02-21",
"count": 2
},
{
"date": "2017-02-24",
"count": 2
},
{
"date": "2017-03-08",
"count": 1
},
{
"date": "2017-03-12",
"count": 2
},
{
"date": "2017-03-18",
"count": 1
},
{
"date": "2017-03-28",
"count": 2
},
{
"date": "2017-04-19",
"count": 1
},
{
"date": "2017-05-17",
"count": 2
},
{
"date": "2017-05-19",
"count": 1
},
{
"date": "2017-05-21",
"count": 1
},
{
"date": "2017-05-23",
"count": 1
},
{
"date": "2017-05-25",
"count": 1
},
{
"date": "2017-05-31",
"count": 1
},
{
"date": "2017-06-09",
"count": 1
},
{
"date": "2017-06-12",
"count": 2
},
{
"date": "2017-06-15",
"count": 2
},
{
"date": "2017-06-22",
"count": 2
},
{
"date": "2017-06-24",
"count": 1
},
{
"date": "2017-06-26",
"count": 1
},
{
"date": "2017-06-27",
"count": 1
},
{
"date": "2017-06-28",
"count": 2
},
{
"date": "2017-07-05",
"count": 1
},
{
"date": "2017-07-06",
"count": 1
},
{
"date": "2017-07-07",
"count": 1
},
{
"date": "2017-07-11",
"count": 1
},
{
"date": "2017-07-13",
"count": 1
},
{
"date": "2017-07-18",
"count": 2
},
{
"date": "2017-07-31",
"count": 1
},
{
"date": "2017-08-05",
"count": 2
},
{
"date": "2017-08-08",
"count": 1
},
{
"date": "2017-08-16",
"count": 1
},
{
"date": "2017-08-18",
"count": 1
},
{
"date": "2017-08-30",
"count": 1
},
{
"date": "2017-09-06",
"count": 1
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-09-26",
"count": 1
},
{
"date": "2017-09-30",
"count": 1
},
{
"date": "2017-10-06",
"count": 2
},
{
"date": "2017-10-14",
"count": 1
},
{
"date": "2017-10-16",
"count": 1
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-10-29",
"count": 1
},
{
"date": "2017-10-31",
"count": 1
},
{
"date": "2017-11-03",
"count": 6
},
{
"date": "2017-11-07",
"count": 1
},
{
"date": "2017-11-08",
"count": 3
},
{
"date": "2017-11-15",
"count": 1
},
{
"date": "2017-12-28",
"count": 1
},
{
"date": "2018-01-08",
"count": 1
},
{
"date": "2018-01-10",
"count": 1
},
{
"date": "2018-01-27",
"count": 1
},
{
"date": "2018-02-11",
"count": 1
},
{
"date": "2018-02-26",
"count": 1
},
{
"date": "2018-03-06",
"count": 1
},
{
"date": "2018-10-04",
"count": 1
},
{
"date": "2018-11-08",
"count": 1
},
{
"date": "2018-11-18",
"count": 1
},
{
"date": "2018-12-06",
"count": 1
},
{
"date": "2019-02-21",
"count": 1
},
{
"date": "2019-06-19",
"count": 1
},
{
"date": "2020-02-23",
"count": 1
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
}
],
"complete": true,
"collected": 100,
"total_forks": 145
},
"star_history": null,
"open_issues_and_prs": 139
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 137104,
"source_files_sampled": 34,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"requirements.txt",
"setup.py"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 23,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "aiodns",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "aiohttp",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "aiopogo",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "aiosocks",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "asyncpg",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "asyncpushbullet",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "cchardet",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "cyrandom",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "flask",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "geopy",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "gpsoauth",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "mysqlclient",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "peony-twitter",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pogeo",
"direct": false,
"version": "0.3.*",
"ecosystem": "pypi"
},
{
"name": "polyline",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "protobuf",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "psycopg2",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sanic",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "selenium",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "shapely",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sqlalchemy",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "ujson",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "uvloop",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 23,
"direct_count": 0,
"indirect_count": 23
}
},
"maintainership": {
"issues": {
"open_prs": 32,
"merged_prs": 38,
"open_issues": 107,
"closed_ratio": 0.577,
"closed_issues": 146,
"closed_unmerged_prs": 51
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Noctem",
"commits": 522,
"avatar_url": "https://avatars.githubusercontent.com/u/1787524?v=4"
},
{
"type": "User",
"login": "modrzew",
"commits": 212,
"avatar_url": "https://avatars.githubusercontent.com/u/2963462?v=4"
},
{
"type": "User",
"login": "foodforarabbit",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/2348903?v=4"
},
{
"type": "User",
"login": "JZ6",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/10971263?v=4"
},
{
"type": "User",
"login": "sykhro",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/8491400?v=4"
},
{
"type": "User",
"login": "marbink",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/5592897?v=4"
},
{
"type": "User",
"login": "ZeChrales",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/22419899?v=4"
},
{
"type": "User",
"login": "MonkeyLeeT",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/6754057?v=4"
},
{
"type": "User",
"login": "marauder37",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/1592348?v=4"
},
{
"type": "User",
"login": "Aiyubi",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/18142045?v=4"
}
],
"contributors_sampled": 57,
"top_contributor_share": 0.57
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 6/30 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "54 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "f6855e9e8a412f791b78085f45545e026da7d6fc",
"ran_at": "2026-08-01T04:42:56Z",
"aggregate_score": 2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 65,
"created_at": "2017-01-27T15:01:01Z",
"last_comment_at": "2017-03-31T17:05:05Z",
"last_comment_author": "M3G4THEKING"
},
{
"number": 73,
"created_at": "2017-01-30T14:52:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 84,
"created_at": "2017-02-06T11:37:05Z",
"last_comment_at": "2017-03-31T21:24:05Z",
"last_comment_author": "evenly-epic-mule"
},
{
"number": 85,
"created_at": "2017-02-06T11:52:50Z",
"last_comment_at": "2017-06-05T09:26:36Z",
"last_comment_author": "tejas0029"
},
{
"number": 93,
"created_at": "2017-02-10T12:06:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 179,
"created_at": "2017-03-13T18:59:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 180,
"created_at": "2017-03-13T19:09:58Z",
"last_comment_at": "2017-04-17T06:37:45Z",
"last_comment_author": "evenly-epic-mule"
},
{
"number": 199,
"created_at": "2017-03-29T03:01:17Z",
"last_comment_at": "2017-07-23T19:37:24Z",
"last_comment_author": "MrCanan"
},
{
"number": 224,
"created_at": "2017-04-13T04:41:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 233,
"created_at": "2017-04-17T09:35:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 234,
"created_at": "2017-04-17T09:45:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 250,
"created_at": "2017-05-03T03:22:05Z",
"last_comment_at": "2017-07-19T15:15:42Z",
"last_comment_author": "RobTwoThree"
},
{
"number": 269,
"created_at": "2017-05-24T11:37:47Z",
"last_comment_at": "2017-07-30T19:49:12Z",
"last_comment_author": "MrCanan"
},
{
"number": 274,
"created_at": "2017-05-30T20:54:22Z",
"last_comment_at": "2017-05-31T09:27:01Z",
"last_comment_author": "ZeChrales"
},
{
"number": 277,
"created_at": "2017-06-01T19:37:21Z",
"last_comment_at": "2017-07-14T22:33:14Z",
"last_comment_author": "M3G4THEKING"
},
{
"number": 283,
"created_at": "2017-06-08T14:08:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 284,
"created_at": "2017-06-08T14:23:06Z",
"last_comment_at": "2017-06-23T20:25:09Z",
"last_comment_author": null
},
{
"number": 285,
"created_at": "2017-06-08T15:08:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 299,
"created_at": "2017-06-22T14:34:43Z",
"last_comment_at": "2017-06-24T19:35:38Z",
"last_comment_author": "imp3tus"
},
{
"number": 305,
"created_at": "2017-06-26T08:02:03Z",
"last_comment_at": "2017-06-26T09:10:18Z",
"last_comment_author": "evenly-epic-mule"
}
],
"last_merged_pr_at": "2017-07-20T23:22:53Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 11,
"created_at": "2017-01-03T22:08:58Z",
"last_comment_at": "2017-01-06T09:17:08Z",
"last_comment_author": "Noctem"
},
{
"number": 35,
"created_at": "2017-01-16T23:16:16Z",
"last_comment_at": "2017-02-06T13:37:21Z",
"last_comment_author": "evenly-epic-mule"
},
{
"number": 43,
"created_at": "2017-01-21T12:22:27Z",
"last_comment_at": "2017-02-02T08:56:02Z",
"last_comment_author": "Noctem"
},
{
"number": 44,
"created_at": "2017-01-21T14:25:25Z",
"last_comment_at": "2017-02-02T08:53:36Z",
"last_comment_author": "Noctem"
},
{
"number": 48,
"created_at": "2017-01-23T00:15:05Z",
"last_comment_at": "2017-02-26T03:47:27Z",
"last_comment_author": "atticusm"
},
{
"number": 51,
"created_at": "2017-01-23T06:07:48Z",
"last_comment_at": "2017-02-02T21:09:02Z",
"last_comment_author": "baskettcase"
},
{
"number": 52,
"created_at": "2017-01-23T16:18:05Z",
"last_comment_at": "2017-03-13T12:33:46Z",
"last_comment_author": "evenly-epic-mule"
},
{
"number": 62,
"created_at": "2017-01-26T10:39:43Z",
"last_comment_at": "2017-02-02T07:23:17Z",
"last_comment_author": "Noctem"
},
{
"number": 78,
"created_at": "2017-02-03T09:55:13Z",
"last_comment_at": "2017-03-13T12:27:16Z",
"last_comment_author": "evenly-epic-mule"
},
{
"number": 81,
"created_at": "2017-02-04T14:02:17Z",
"last_comment_at": "2017-03-13T12:35:17Z",
"last_comment_author": "evenly-epic-mule"
},
{
"number": 87,
"created_at": "2017-02-06T23:23:59Z",
"last_comment_at": "2017-03-09T05:51:09Z",
"last_comment_author": "Noctem"
},
{
"number": 99,
"created_at": "2017-02-14T01:42:00Z",
"last_comment_at": "2017-03-09T05:44:26Z",
"last_comment_author": "Noctem"
},
{
"number": 100,
"created_at": "2017-02-14T08:38:00Z",
"last_comment_at": "2017-03-09T05:35:51Z",
"last_comment_author": "Noctem"
},
{
"number": 102,
"created_at": "2017-02-16T01:39:04Z",
"last_comment_at": "2017-03-09T05:33:14Z",
"last_comment_author": "Noctem"
},
{
"number": 103,
"created_at": "2017-02-16T11:01:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 121,
"created_at": "2017-02-21T13:38:09Z",
"last_comment_at": "2017-02-21T22:54:48Z",
"last_comment_author": "xLeevo"
},
{
"number": 127,
"created_at": "2017-02-22T14:21:33Z",
"last_comment_at": "2017-04-09T17:50:29Z",
"last_comment_author": null
},
{
"number": 138,
"created_at": "2017-02-25T04:45:43Z",
"last_comment_at": "2017-03-02T09:12:05Z",
"last_comment_author": "Noctem"
},
{
"number": 146,
"created_at": "2017-02-25T18:02:53Z",
"last_comment_at": "2017-03-30T05:26:15Z",
"last_comment_author": "baskettcase"
},
{
"number": 149,
"created_at": "2017-02-27T17:24:10Z",
"last_comment_at": "2017-02-28T23:21:09Z",
"last_comment_author": "Aethios"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Noctem/Monocle",
"host": "github.com",
"name": "Monocle",
"owner": "Noctem"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 22,
"inputs": {
"security": 20,
"vitality": 20,
"community": 55,
"governance": 48,
"engineering": 38,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 37,
"overall_after_abandonment_multiplier": 22
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 20,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 3127,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3127 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 3127
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.5.4",
"releases_from_tags": true,
"days_since_latest_release": 3635,
"mean_days_between_releases": 2.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3635 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3635
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 20,
"unanswered_open_issues": 11,
"days_since_last_merged_pr": 3298,
"days_since_last_human_commit": 3296,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 3296 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 3296,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"forks": 145,
"stars": 120,
"watchers": 40,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "120 stars",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 120
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "145 forks",
"points": 18,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 145
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "40 watchers",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 40
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 48,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 57,
"top_contributor_share": 0.57
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 57% of commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "57 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 57
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"merged_prs": 38,
"open_issues": 107,
"closed_issues": 146,
"issue_closed_ratio": 0.577,
"closed_unmerged_prs": 51
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "58% of issues closed",
"points": 27,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 58
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "38/89 decided PRs merged",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 38,
"decided": 89
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/30 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"followers": 38,
"owner_type": "User",
"is_verified": null,
"owner_login": "Noctem",
"public_repos": 56,
"account_age_days": 5177
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "38 followers of Noctem",
"points": 11.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 38,
"login": "Noctem"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "56 public repos, account ~14 yr old",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 56
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"pokemon",
"pokemongo",
"mapper",
"notification",
"python",
"asyncio"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 20,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 20,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/30 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "54 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 8
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 31,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.58,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "58 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 30.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 58,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 137104,
"source_files_sampled": 34,
"oversized_source_files": 3
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "3/34 source files over 60KB",
"points": 50.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 34,
"oversized": 3
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-08-01T04:43:15.057837Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/Noctem/Monocle.svg",
"full_name": "Noctem/Monocle",
"license_state": "standard",
"license_spdx": "MIT"
}