Searching GnipΒΆ

Gnip is Twitter’s enterprise API platform, which birding supports for projects seeking to search at higher rates than allowed in the public API. The configuration snippet below uses Gnip’s APIs instead of Twitter. See Configuring birding for how to configure birding.

SearchManager:
  class: birding.gnip.GnipSearchManager
  init:
    base_url: https://search.gnip.com/accounts/Example
    stream: prod.json
    username: admin@example.org
    password: This.yml.file.should.be.untracked.

See birding API docs for Gnip and GnipSearchManager for underlying behavior, which is minimal.