summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Adding gathering of data (watchers, revisions) + beginnig of histogramhistogramMinijackson2014-10-23
|
* Removing interpreter + Adding watchers + revisions + geosearchMinijackson2014-10-23
|
* Adding support for request continueMinijackson2014-10-23
|
* Merge remote-tracking branch 'origin/master'Pacien TRAN-GIRARD2014-10-22
|\ | | | | | | | | Resolved conflicts: src/downloader/__init__.py
| * Adding Wrapper class in downloader module + beginning of interpreter moduleMinijackson2014-10-22
| |
* | Add geographic search query URL generatorPacien TRAN-GIRARD2014-10-22
| |
* | Generate query URL in a functionPacien TRAN-GIRARD2014-10-22
|/
* Use proper really working way to construct urlPacien TRAN-GIRARD2014-10-22
|
* Use proper working way to construct urlPacien TRAN-GIRARD2014-10-22
|
* Use proper way to construct urlPacien TRAN-GIRARD2014-10-22
|
* Using real system proxies + rcnamespace + docs + default valuesMinijackson2014-10-15
| | | | | | | - Adding __init__ docs - Adding WikimediaAPI class constructor default values for endpoint and format - Real usage of rcnamespaces with namespace conversion from string to int
* Movind Downloader and WikimediaAPI classes into __init__.py fileMinijackson2014-10-15
| | | | + Adding .gitignore
* Adding WikimediaAPI classMinijackson2014-10-15
|
* Adding beginning of downloader class and moduleMinijackson2014-10-10
| | | | | | The downloader module is used to take care of the downloading part of the program, including manipulation of the wikimedia API therefore the Downloader class won't be the only one in the downloader module
* Adding README fileMinijackson2014-09-07