1. 17 Jul, 2020 1 commit
    • haayanau's avatar
      Update get.py (#832) · 0871376b
      haayanau authored
      With recent update of aiohttp_socks on July 16, 2020 - due to deprecation SocksConnector was renamed to ProxyConnector and SocksVer was renamed to ProxyType.
      0871376b
  2. 13 Jul, 2020 2 commits
  3. 11 Jul, 2020 1 commit
  4. 09 Jun, 2020 1 commit
  5. 05 Jun, 2020 1 commit
  6. 03 Jun, 2020 1 commit
  7. 01 Jun, 2020 1 commit
  8. 16 May, 2020 2 commits
  9. 09 May, 2020 2 commits
  10. 06 May, 2020 3 commits
  11. 05 May, 2020 2 commits
  12. 29 Apr, 2020 1 commit
  13. 28 Apr, 2020 1 commit
    • Aaron Gonzales's avatar
      Dual linear + polynomial timer for #604 (#726) · 65709919
      Aaron Gonzales authored
      * [FIX]: fix request error bug limiting requests
      
      * [FEAT]: add dual poly. backoff + linear timer if request limit hit
      
      Add a dual polynomial + linear timer to allow for optimal fine grain
      searching of twitter timeout value. A new arg `min_wait_time` allows
      users to to do one of three things; Firstly, if they know a value that
      is optimal already then can input it directly allowing the timer to
      stricty be a linear timer. Secondly, if Twitter suddenly changes their
      timeout limit and the value no longer satifies the required amount,
      the timer will decide the higher valued option between the polynomial
      timer's and linear timer's next value so the application still
      functions. Third, as the linear timers min_wait_time arg goes to zero
      the timer becomes strictly a polynomial backoff timer that allows the
      user versatility and less likely to explode in the case of a change in
      Twitter request limit timeout.
      
      * [FIX]: add args to config.py
      
      * [REFACT]: minor changes to run.py
      
      * [REFACT]: small change to arg case
      65709919
  14. 20 Apr, 2020 1 commit
  15. 15 Apr, 2020 1 commit
  16. 11 Apr, 2020 1 commit
  17. 05 Apr, 2020 2 commits
  18. 03 Apr, 2020 1 commit
  19. 23 Mar, 2020 2 commits
  20. 22 Mar, 2020 1 commit
  21. 13 Mar, 2020 1 commit
  22. 12 Mar, 2020 1 commit
  23. 22 Feb, 2020 2 commits
  24. 21 Feb, 2020 2 commits
  25. 07 Feb, 2020 5 commits
  26. 27 Jan, 2020 1 commit