1. 16 Sep, 2020 1 commit
  2. 05 Sep, 2020 2 commits
  3. 27 Aug, 2020 1 commit
  4. 23 Aug, 2020 1 commit
  5. 22 Aug, 2020 1 commit
  6. 20 Aug, 2020 2 commits
    • Yunus Emre Çatalçam's avatar
      Lookup patch (#873) · 5c81ecd9
      Yunus Emre Çatalçam authored
      * favorite and following functions are working again using the user_id that fetched with tweet search function, also removed some of the user agents that returns dynamic site which is an undesired situation
      
      * lookup url updated
      
      * bio, location, url parsing ok
      
      * returning join date empty since its not coming with the new interface
      
      * inf function updated to new interface; name, username and private status fully ok, user_id will be parsed if there is a mention of the account itself on the first page
      
      * stat function ok for tweets, following and followers counts. Favorite and media counts do not exist on the profile page
      
      * verified function updated to new page
      
      * updated User function, media count, likes, background image link are empty since they are not included in the new one
      Co-authored-by: default avataryunusemrecatalcam <yunus.catalcam@gmail.com>
      5c81ecd9
    • Yunus Emre Çatalçam's avatar
      favorite and following functions are working again using the user_id that... · ee08fccc
      Yunus Emre Çatalçam authored
      favorite and following functions are working again using the user_id that fetched with tweet search function, also removed some of the user agents that returns dynamic site which is an undesired situation (#870)
      Co-authored-by: default avataryunusemrecatalcam <yunus.catalcam@gmail.com>
      ee08fccc
  7. 14 Aug, 2020 1 commit
  8. 21 Jul, 2020 1 commit
  9. 20 Jul, 2020 1 commit
  10. 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
  11. 13 Jul, 2020 2 commits
  12. 11 Jul, 2020 1 commit
  13. 09 Jun, 2020 1 commit
  14. 05 Jun, 2020 1 commit
  15. 03 Jun, 2020 1 commit
  16. 01 Jun, 2020 1 commit
  17. 16 May, 2020 2 commits
  18. 09 May, 2020 2 commits
  19. 06 May, 2020 3 commits
  20. 05 May, 2020 2 commits
  21. 29 Apr, 2020 1 commit
  22. 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
  23. 20 Apr, 2020 1 commit
  24. 15 Apr, 2020 1 commit
  25. 11 Apr, 2020 1 commit
  26. 05 Apr, 2020 2 commits
  27. 03 Apr, 2020 1 commit
  28. 23 Mar, 2020 2 commits
  29. 22 Mar, 2020 1 commit
  30. 13 Mar, 2020 1 commit