nelsonic / github-scraper

πŸ•· πŸ•Έ crawl GitHub web pages for insights we can't GET from the API ... πŸ’‘
425 stars 96 forks source link

Parse an Issue #103

Open nelsonic opened 5 years ago

nelsonic commented 5 years ago

One of our original objectives with creating this module was to get all the issue in a given org and organise them in a single view. When GitHub changed the UI for issues last year our parser "broke" ... let's fix it now!

Tasks

Once we have this basic info we can work on the metadata contained in the page #43 Related to #24 (scrape an issue with a single comment)

iharshit009 commented 5 years ago

@nelsonic sir do i have to get the knowledge of node as well for this project?? currently i am having good hands on python only..

nelsonic commented 5 years ago

Sticking with view-source:https://github.com/dwyl/tudo/issues/51 as the example issue to parse as it appears to have enough comments and meta data.

nelsonic commented 5 years ago

@iharshit009 the Node.js in this project is quite basic and the majority of the business logic is JQuery-style DOM Selectors. If you are up for adding to your skills/CV with some Node.js/JavaScript please consider reading and running the code on your localhost. πŸ‘