I am having trouble finding a method of using the git enterprise api to scrape data from projects

Joined
Jun 1, 2023
Messages
1
Reaction score
0
I am in the process of trying to program a react app that uses the githup api to extract data from a given column. I have attempted to reconstruct the app.tsx multiple times attempting to integrate octokit-rest, octokit-graphql, and axios. The problem I am coming across is that the project I am trying scrape data from is the new projects data, off which there seems to be no way scrape for columns in the new projects version. Is there some kind of work around with a library/api to get a count of the amount of items in a given column?
 
Joined
Nov 24, 2022
Messages
80
Reaction score
7
In my technology, framework I would give You exact explanation how to do this.
But it should be written in sRWD.


Code:
let col_array =[];
for(let i=0;i<my_set_containter.length;i++){    col_array.push(my_set_containter[i].childNodes[4].innerText);}

That's all my friend output would be an array with values You need, no react, no githup api, just sRWD implemented in correct way and javascript.
(4 is the number of object in container)

It takes 2 lines of code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,062
Latest member
OrderKetozenseACV

Latest Threads

Top