Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bear/python-twitter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jdcasey/python-twitter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 7, 2018

  1. Adding replay_dir parameter to Api to allow testing without rate-limi…

    …ting.
    
    It's handy to be able to test some analysis logic without running afoul of
    Twitter's rate-limiting. The staleness of the Twitter data often isn't
    an issue when testing. Having a local cached copy of each
    response that python-twitter could replay would avoid this problem.
    
    This commit adds a new parameter to the Api class, called 'replay_dir'
    and defaults it to None. If this parameter is specified, the Api
    _RequestUrl(..) method will attempt to read the response from the
    local cache dir before issuing a request to Twitter. If it does
    make the request to Twitter, and replay_dir is specified, it will
    save the response to disk for later replay.
    jdcasey committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    6903046 View commit details
    Browse the repository at this point in the history
Loading