1. 06 Mar, 2019 1 commit
  2. 23 Feb, 2019 4 commits
  3. 17 Feb, 2019 1 commit
  4. 16 Feb, 2019 1 commit
  5. 15 Feb, 2019 1 commit
  6. 09 Feb, 2019 1 commit
  7. 03 Feb, 2019 1 commit
  8. 02 Feb, 2019 2 commits
  9. 01 Feb, 2019 1 commit
  10. 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
  11. 18 Jan, 2019 1 commit
  12. 15 Jan, 2019 1 commit
  13. 13 Jan, 2019 4 commits
  14. 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
  15. 30 Dec, 2018 1 commit
  16. 19 Dec, 2018 1 commit
  17. 15 Dec, 2018 1 commit
  18. 10 Dec, 2018 2 commits
  19. 09 Dec, 2018 1 commit
  20. 08 Dec, 2018 1 commit
  21. 05 Dec, 2018 2 commits
  22. 03 Dec, 2018 1 commit
  23. 23 Nov, 2018 1 commit
  24. 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
  25. 17 Nov, 2018 1 commit
  26. 16 Nov, 2018 4 commits
  27. 14 Nov, 2018 1 commit
  28. 13 Nov, 2018 1 commit