1. 07 Mar, 2019 2 commits
  2. 06 Mar, 2019 1 commit
  3. 23 Feb, 2019 4 commits
  4. 17 Feb, 2019 1 commit
  5. 16 Feb, 2019 1 commit
  6. 15 Feb, 2019 1 commit
  7. 09 Feb, 2019 1 commit
  8. 03 Feb, 2019 1 commit
  9. 02 Feb, 2019 2 commits
  10. 01 Feb, 2019 1 commit
  11. 24 Jan, 2019 1 commit
    • decapstrike's avatar
      Add timeout to geocoder (#336) · 1d8417d3
      decapstrike authored
      * Add timeout to geocoder
      
      Was experiencing frequent 429 errors that indicated too many requests to the service. Added a timeout to avoid this issue.
      
      * Updated for previous patch
      1d8417d3
  12. 18 Jan, 2019 1 commit
  13. 15 Jan, 2019 1 commit
  14. 13 Jan, 2019 4 commits
  15. 08 Jan, 2019 1 commit
    • joseccnet's avatar
      added support for http proxy (#325) · b0dd728b
      joseccnet authored
      * added support for http proxy
      
      Added support for http proxy. Tested and working:
      
      twint --search "twint" --since 2019-01-02 --proxy-type http --proxy-host 182.160.119.254 --proxy-port 56229
      
      * added support for http proxy
      
      added support for http proxy. fix int to str cast.
      
      * Removed comment
      
      Here the comment for reference: aiohttp no works with HTTPS proxy, only HTTP. Ref https://github.com/aio-libs/aiohttp/issues/845
      b0dd728b
  16. 30 Dec, 2018 1 commit
  17. 19 Dec, 2018 1 commit
  18. 15 Dec, 2018 1 commit
  19. 10 Dec, 2018 2 commits
  20. 09 Dec, 2018 1 commit
  21. 08 Dec, 2018 1 commit
  22. 05 Dec, 2018 2 commits
  23. 03 Dec, 2018 1 commit
  24. 23 Nov, 2018 1 commit
  25. 20 Nov, 2018 1 commit
    • Zen's avatar
      Fix get User info by proxy (#298) · 2635603d
      Zen authored
      * Fix UnboundLocalError
      
      UnboundLocalError: local variable 'soup' referenced before assignment
      
      * Fix get User info by proxy
      
      get User Request by SocksConnector
      2635603d
  26. 17 Nov, 2018 1 commit
  27. 16 Nov, 2018 4 commits