pypa / browntruck

6 stars 20 forks source link

LInk to bot #18

Closed techtonik closed 6 years ago

techtonik commented 6 years ago

A follow up to #14.

Can somebody with access alter @pypa-bot description to point to this repo?

techtonik commented 6 years ago

Or better use GitHub API to PATCH https://api.github.com/users/pypa-bot automatically. This is the current info:

{
  "login": "pypa-bot",
  "id": 26858814,
  "node_id": "MDQ6VXNlcjI2ODU4ODE0",
  "avatar_url": "https://avatars0.githubusercontent.com/u/26858814?v=4",
  "gravatar_id": "",
  "url": "https://api.github.com/users/pypa-bot",
  "html_url": "https://github.com/pypa-bot",
  "followers_url": "https://api.github.com/users/pypa-bot/followers",
  "following_url": "https://api.github.com/users/pypa-bot/following{/other_user}",
  "gists_url": "https://api.github.com/users/pypa-bot/gists{/gist_id}",
  "starred_url": "https://api.github.com/users/pypa-bot/starred{/owner}{/repo}",
  "subscriptions_url": "https://api.github.com/users/pypa-bot/subscriptions",
  "organizations_url": "https://api.github.com/users/pypa-bot/orgs",
  "repos_url": "https://api.github.com/users/pypa-bot/repos",
  "events_url": "https://api.github.com/users/pypa-bot/events{/privacy}",
  "received_events_url": "https://api.github.com/users/pypa-bot/received_events",
  "type": "User",
  "site_admin": false,PATCH /user
  "name": "The PyPA Bot",
  "company": "I automate things at @pypa",
  "blog": "",
  "location": "The Internet",
  "email": null,
  "hireable": null,
  "bio": null,
  "public_repos": 0,PATCH /user
  "public_gists": 0,
  "followers": 1,
  "following": 0,
  "created_at": "2017-04-02T20:42:17Z",
  "updated_at": "2017-04-04T09:45:51Z"
}

This needs be done with @pypa-bot authentication credentials:

PATCH /user
{
  "blog": "https://github.com/pypa/browntruck",
}
techtonik commented 6 years ago

@pradyunsg the commit doesn't resolve the issue. https://github.com/pypa-bot still doesn't have link to this repository.

techtonik commented 6 years ago

Oh, I see https://github.com/pypa/browntruck/issues/19