How I can web scrape data from 2 different website

I want to make sqlite table like this format:

| Matric | Name                        | GitHub Link               | Status |
|--------|--------------------------   |---------------------------|--------|
| 243340 | Yu Zhixiong                 | https://github.com/abcde  | Yes    |
| 250634 | Ahmad Afham Bin Noor Azizan |                           | No     |

I get two link is first link is about student who have submit the githublink,the second is about matric and name.and the status is not given the two of link

Now I already get second link information and I do not know how to get githublink and the status because the githublink is not everyone have the githublink.So how i can identified it and connect it like a table?

link1:https://github.com/STIW3054-A202/Main-Data/issues/1
link2:https://github.com/STIW3054-A202/Main-Data/wiki/List_of_Student