1. 07 Dec, 2019 1 commit
    • Raphael Beer's avatar
      Fix: failing session renewals + · 1e4bc11e
      Raphael Beer authored
        Sessions are failing to renew, because used request headers
        are set on the TwitterSession instance, but never reset.
        Thus, trying to login_guest() with an outdated X-Guest-Token
        will make the activate.json request for the new token be rejected
        because of that outdated token.
      
        Solution: Reset TwitterSession._headers in renew_session()
                  to just have the User-Agent value before trying to login.
      1e4bc11e
  2. 06 Dec, 2019 3 commits
  3. 30 Nov, 2019 7 commits
  4. 29 Nov, 2019 2 commits
  5. 04 Sep, 2019 7 commits
  6. 03 Sep, 2019 1 commit
  7. 26 Aug, 2019 1 commit
  8. 25 Aug, 2019 5 commits
  9. 24 Aug, 2019 4 commits
  10. 23 Aug, 2019 5 commits
  11. 21 Aug, 2019 2 commits