• Francesco Poldi's avatar
    Finished dataframes storing option (#224) · 84962bb6
    Francesco Poldi authored
    * 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
    84962bb6
Twint.py 11.8 KB