• 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
test.py 1.9 KB