Jason Michael Baumgartner

Results 52 comments of Jason Michael Baumgartner

I am adding a search method to the AssociatedPressAPI class. Here is my suggestion to maximize the amount of content we pull: When the get_new_stories method is called, the first...

I have added support for the search endpoint and also added rate limit control to prevent going over the limit and having errors when a large request is made (max_stories=...

@hroberts -- Let me make sure I understand and then suggest the best method from my point of view. First, the stories have a first created date and a version...

One additional comment for a line of code: `publish_date = content['firstcreated'] # There is a first created date and a version created date (last edit datetime?)` Should we return the...

I removed the max_stories logic and replaced it with max_lookback (seconds). It defaults to going back until it finds an item over the limit. I left this configurable in the...

I have made a commit with some basic unit tests for the AP Fetcher including fixture data. I went through some examples in the current repo to get guidance and...

I'm getting closed to getting all of the data organized but I've run into an issue. For the Germany National Set, I can see the tags information using this: https://api.mediacloud.org/api/v2/tags/list?rows=100&tag_sets_id=15765102&search=Germany...

My bad! Internal misspelling. What about the Retweet collections? (**Solved**) Current tag ids: US Top Online Media: **9139487** Retweet Partisanship Left / Right: **9360520, 9360521, 9360522, 9360523, 9360524** (Left-- 9360520,...

feed_seeker appears to have a redirect loop bug. Bug report here: https://github.com/mitmedialab/feed_seeker/issues/4