1. 01 Oct, 2018 1 commit
    • Francesco Poldi's avatar
      Merge master to devextra (#230) · e80ecb83
      Francesco Poldi authored
      * Added option for custom type
      
      * Create automate.py
      
      * Finished dataframes storing option (#224)
      
      * Update (#174)
      
      * add function to clean accumulated pandas storage data
      
      * Fixed typo, dataname, removed attributes
      
      * Added config options and config var
      
      * Added autoclean
      
      Works for search now
      
      * Added Elasticsearch count options
      
      * Added silent output and objects for users and followers
      
      * Update
      
      * Clean following/followers attr
      
      * Final construct of object
      
      * Redesign
      
      * Little fix
      
      * Debug
      
      * Debug
      
      * Globals
      
      * Removed debug
      
      * Globals pt 2
      
      * Mix
      
      * Added _old_obj to store previous scrape
      
      * Prefix
      
      * Pre fix pt 2
      
      * commented
      
      * Fix for object follow
      
      * Update
      
      * Update
      
      * Completed follow_object
      
      * Pandas object for followers and following
      
      * Finished pandas object for followers and following
      
      * Added docstrings in Twint.py
      
      * Added lowercase
      
      #170
      
      * Finished lower case
      
      Close #170
      
      * Fix defaults
      
      * Added some edits
      
      In `panda.py` changing the structure of the dataframe for users that one is following/followed, in `config.py` added autoupdate so that one does not have to call `storage.panda.get()` at every run, in `output.py` edited follow_object, in `run.py` added autoupdate function for panda, in`tweet.py` just some docstrings
      
      * Update for panda and objects
      
      * Finished storing data into dataframes #173
      
      Now followers, following, tweets, and user details are saved in dataframes
      
      * Added proxy support (#225)
      
      * Added proxy #139
      
      * Added new requirement, fixed proxy, added proxy config
      
      * Changed index names, removed duplicate arg
      
      * Updated default CLI args
      
      * Added visualizations and dashboard
      
      * Typo fix
      
      * Added loggin options, fixes retweets
      
      * Update README.md
      
      Added examples and how-to
      
      * Updated index and fixes
      
      * Update
      
      * Update dashboards
      
      * Update
      
      * Update index-tweets, fixed visualizations and new dashboard
      
      * Update doc
      
      * Fixed errors with user_full
      
      * Fixed quite hidden issue
      
      * Added print error
      
      * Added other print error
      
      * Update
      
      * #173
      
      * Fix non-latin chars #229
      e80ecb83
  2. 13 Sep, 2018 1 commit
    • flemish4's avatar
      Bug fix: not all followers found when u (#206) · 9fa7b75e
      flemish4 authored
      When media number is over 1000 twitter writes it as 3.2k = 3200 which is now accounted for. 
      
      2. When searching for information, protected accounts were never found. This was because the code expected .find to fail when no result when in reality it returns None. Corrected this to check for None and try the other option.
      9fa7b75e
  3. 30 Aug, 2018 3 commits
  4. 29 Aug, 2018 1 commit
  5. 02 Aug, 2018 1 commit
  6. 30 Jul, 2018 9 commits
  7. 29 Jul, 2018 1 commit
    • aldou's avatar
      Adding missing location column · 69ce1847
      aldou authored
      Without the Location column in the followers table, Twint is unable to save --user-full details.
      69ce1847
  8. 28 Jul, 2018 2 commits
  9. 24 Jul, 2018 1 commit
  10. 15 Jul, 2018 1 commit
  11. 30 Jun, 2018 1 commit
  12. 29 Jun, 2018 4 commits
  13. 28 Jun, 2018 1 commit
  14. 25 Jun, 2018 1 commit
  15. 24 Jun, 2018 2 commits
  16. 22 Jun, 2018 2 commits
  17. 21 Jun, 2018 7 commits
  18. 20 Jun, 2018 1 commit