masnun / php-lang

The repository for php-lang.net - the source for PHP content mashup
0 stars 1 forks source link

StackOverflow API Implementation #4

Open shahariaazam opened 11 years ago

shahariaazam commented 11 years ago

Information what I am collecting writing as new issue. So we can get tasklist from this issues.

StackOverflow has their own API to provide data in a Jason type.

masnun commented 11 years ago

:+1: for the idea of using issues.

Yes, better if we can integrate SO API. But I think for now it's better to add as many sources as simply we can. Since each data source is separate from one another, we shall later optimize the whole process/individual data sourcing as needed.

shahariaazam commented 11 years ago

Yeah we can. But remember each data source can design their data differently. So in this case to make it simply good we need to revise each data source very carefully. We need lots of basic info about each data source. Like it's modified/updated time, what types of data they provide, how we gonna scrape them and how often they are being modified. So go slowly and revise one before go to make another.

masnun commented 11 years ago

SO is rapidly updated. Specially for PHP. So we shall need to scrape as often as possible.