1. 17 Oct, 2020 1 commit
  2. 12 Oct, 2020 2 commits
  3. 09 Oct, 2020 1 commit
  4. 07 Oct, 2020 1 commit
  5. 16 Sep, 2020 1 commit
  6. 05 Sep, 2020 2 commits
  7. 27 Aug, 2020 1 commit
  8. 23 Aug, 2020 1 commit
  9. 22 Aug, 2020 1 commit
  10. 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
  11. 14 Aug, 2020 1 commit
  12. 21 Jul, 2020 1 commit
  13. 20 Jul, 2020 1 commit
  14. 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
  15. 13 Jul, 2020 2 commits
  16. 11 Jul, 2020 1 commit
  17. 09 Jun, 2020 1 commit
  18. 05 Jun, 2020 1 commit
  19. 03 Jun, 2020 1 commit
  20. 01 Jun, 2020 1 commit
  21. 16 May, 2020 2 commits
  22. 09 May, 2020 2 commits
  23. 06 May, 2020 3 commits
  24. 05 May, 2020 2 commits
  25. 29 Apr, 2020 1 commit
  26. 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
  27. 20 Apr, 2020 1 commit
  28. 15 Apr, 2020 1 commit
  29. 11 Apr, 2020 1 commit
  30. 05 Apr, 2020 2 commits