1. 16 Mar, 2022 2 commits
  2. 09 Mar, 2022 3 commits
  3. 08 Mar, 2022 1 commit
  4. 28 Feb, 2022 1 commit
  5. 17 Feb, 2022 4 commits
  6. 07 Feb, 2022 3 commits
  7. 06 Feb, 2022 12 commits
  8. 03 Mar, 2021 1 commit
  9. 17 Dec, 2020 1 commit
  10. 30 Oct, 2020 1 commit
  11. 29 Oct, 2020 4 commits
    • Corey Ryan Hanson's avatar
      c875916c
    • Himanshu Dabas's avatar
      fixes #976: saving tweets to csv (#998) · edd0aab2
      Himanshu Dabas authored
      This patch fixes the issue caused by #967, which broke the functionality of saving the retrieved data into a csv file.
      edd0aab2
    • Chris Partridge's avatar
      Fixes Publishing Data to Elasticsearch (#994) · 2348211b
      Chris Partridge authored
      * Fix ES publishing
      
      * Remove hour() from elasticsearch.py
      2348211b
    • Himanshu Dabas's avatar
      fix(profile): ported user profile to v2 API endpoint (#955) · 52ee7522
      Himanshu Dabas authored
      * fix for deprecation of v1.1 endpoints
      
      * fix for cashtags
      
      * typo
      
      * fix(datetime): _formatDateTime tries %d-%m-%y
      
      * fix(pandas): use new str-format Tweet.datetime data rep
      
      * fix(pandas datetime): use ms
      
      * fix(cashtags unwind): undo PRs field removals
      
      * Revert "fix(cashtags unwind): undo PRs field removals"
      
      This reverts commit dfa57c20186a969aa2bf010fbe198f5e0bbbbd01.
      
      * fix(pandas): remove broken fields
      
      * fix(cash): use provided field as suggested by pr review
      
      * fix (cashtags): re enable cashtags in output
      
      * fix(db): remove broken fields
      
      * fix(datetime): Y-m-d and factored out
      
      * fixes #947
      
      * fix(get.py): json exception in User
      
      * to-do: added to-do tasks
      
      added to-do tasks for --profile-full feature
      
      * chore(test): PEP8 formatting
      
      * fix(profile): ported user profile to v2 API
      
      fixed user profile feature which was broken since v1 endpoints were deprecated
      
      * updated Readme
      
      * fix: fixes #965 inconsistent timezones
      
      * fix: handle tombstone tweets
      
      tombstone tweets are those tweets which are flagged by Twitter for being inappropriate, misleading, graphic etc.
      
      * fixes #976: saving tweets to csv
      
      This patch fixes the issue caused by #967, which broke the functionality of saving the retrieved data into a csv file.
      
      * feature: port Lookup to v2 endpoint
      
      fixes #970, lookup is ported to v2 endpoint. this can now be used to lookup a certain profile.
      Co-authored-by: default avatarSiegfriedWagner <mateus.chojnowski@gmail.com>
      Co-authored-by: default avatarlmeyerov <leo@graphistry.com>
      52ee7522
  12. 17 Oct, 2020 2 commits
    • NoSuck's avatar
      Tabbed CSV output (#967) · ae5e7e11
      NoSuck authored
      Twitter does not allow the tab character in tweets, so it is an ideal separator.  Separating with commas (i.e. without this option) results in ambiguity.
      
      Co-authored-by: Friendly <Hacker>
      ae5e7e11
    • NoSuck's avatar
      Replace newlines with spaces (as before) (#966) · 3df4ebd9
      NoSuck authored
      Keeping the newlines resulted in invalid CSV.
      
      Co-authored-by: Friendly <Hacker>
      3df4ebd9
  13. 12 Oct, 2020 2 commits
  14. 09 Oct, 2020 1 commit
  15. 07 Oct, 2020 1 commit
  16. 16 Sep, 2020 1 commit