1. 10 Mar, 2019 1 commit
  2. 07 Mar, 2019 2 commits
  3. 06 Mar, 2019 1 commit
  4. 23 Feb, 2019 4 commits
  5. 17 Feb, 2019 1 commit
  6. 16 Feb, 2019 1 commit
  7. 15 Feb, 2019 1 commit
  8. 09 Feb, 2019 1 commit
  9. 03 Feb, 2019 1 commit
  10. 02 Feb, 2019 2 commits
  11. 01 Feb, 2019 1 commit
  12. 24 Jan, 2019 1 commit
    • decapstrike's avatar
      Add timeout to geocoder (#336) · 17f98e32
      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
      17f98e32
  13. 18 Jan, 2019 1 commit
  14. 15 Jan, 2019 1 commit
  15. 13 Jan, 2019 4 commits
  16. 08 Jan, 2019 1 commit
    • joseccnet's avatar
      added support for http proxy (#325) · a781cf71
      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
      a781cf71
  17. 30 Dec, 2018 1 commit
  18. 19 Dec, 2018 1 commit
  19. 15 Dec, 2018 1 commit
  20. 10 Dec, 2018 2 commits
  21. 09 Dec, 2018 1 commit
  22. 08 Dec, 2018 1 commit
  23. 05 Dec, 2018 2 commits
  24. 03 Dec, 2018 1 commit
  25. 23 Nov, 2018 1 commit
  26. 20 Nov, 2018 1 commit
    • Zen's avatar
      Fix get User info by proxy (#298) · d509f749
      Zen authored
      * Fix UnboundLocalError
      
      UnboundLocalError: local variable 'soup' referenced before assignment
      
      * Fix get User info by proxy
      
      get User Request by SocksConnector
      d509f749
  27. 17 Nov, 2018 1 commit
  28. 16 Nov, 2018 3 commits