Twitter handles for each project
Fryguy opened this issue · 3 comments
Fryguy commented
Similar to #139 , I think we can extract the Twitter handles for each project if a) the project points to an org and b) the org defines a twitter handle. See also https://docs.github.com/en/rest/reference/orgs#get-an-organization ("twitter_username"
response value)
Here is a UI example with ManageIQ:
gautamkrishnar commented
@Fryguy this comes with some disadvantages as well.
- What if the project is not hosted under an organization?
- There are projects that have separate Twitter handles, eg: https://github.com/microsoft/vscode and https://twitter.com/code
Fryguy commented
That's why I said "if a) the project points to an org". For example, ManageIQ's entry points to the org, not a specific repo:
RedHatOfficial.github.io/app/data/projects.json
Line 1681 in 7fec81a
xonx4l commented
added the twitter profile for an org if its looks good I can apply same for others too .