Twitter handles for each project
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:

@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
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: https://github.com/RedHatOfficial/RedHatOfficial.github.io/blob/7fec81a61de91d92c0bb36c7cc2a4f69c9315655/app/data/projects.json#L1681
added the twitter profile for an org if its looks good I can apply same for others too .