Skip to content
/ POP Public

Data downloader for the Stack Overflow API

Notifications You must be signed in to change notification settings

ijovan/POP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POP - a data downloader for the Stack Overflow API

Usage

For a simple usage example, see run.py.

Initializing a Period object with start and end dates and telling it to pull() the data will download a batch of questions from the API for the given time frame. After downloading the questions, it will then look for related data, such as answers, comments, tags and users. It will then proceed to persist the data.

Storage

By default, the data is persisted in the output directory. The application is aware of the previous downloads that are stored in this directory, and will not attempt to download them again.

Credentials

The API's throttling limit can be greatly increased by providing the API credentials. By default, they are stored in the .key and .access_token files.

About

Data downloader for the Stack Overflow API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages