1. 08 May, 2019 2 commits
  2. 02 May, 2019 2 commits
  3. 29 Apr, 2019 1 commit
  4. 25 Apr, 2019 1 commit
    • Francesco Poldi's avatar
      Fix #401 · fa205729
      Francesco Poldi authored
      Also removed join_date and join_time from users' index
      fa205729
  5. 23 Apr, 2019 3 commits
  6. 12 Apr, 2019 1 commit
  7. 29 Mar, 2019 1 commit
  8. 23 Mar, 2019 3 commits
  9. 19 Mar, 2019 2 commits
  10. 10 Mar, 2019 1 commit
  11. 07 Mar, 2019 2 commits
  12. 06 Mar, 2019 1 commit
  13. 23 Feb, 2019 4 commits
  14. 17 Feb, 2019 1 commit
  15. 16 Feb, 2019 1 commit
  16. 15 Feb, 2019 1 commit
  17. 09 Feb, 2019 1 commit
  18. 03 Feb, 2019 1 commit
  19. 02 Feb, 2019 2 commits
  20. 01 Feb, 2019 1 commit
  21. 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
  22. 18 Jan, 2019 1 commit
  23. 15 Jan, 2019 1 commit
  24. 13 Jan, 2019 4 commits
  25. 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