Hi buddies, now I'm curious about mining API Usage Patterns. I've met a series of questions. Hope to get help from you.
Based on the papers I've read, a program should analysis many project codes to extract program information and build index like search engine.
The question is: How to write a program to analysis project codes online in Github? Should I write a script to download all the project of interest and then analysis? Or use certain APIs to download them?
Thanks a lot.