1. 26 Mar, 2019 3 commits
    • Merge branch 'feature/refactoring' into develop · 5c99fa21
      Serbaf authored
    • Refactoring and modularization · f80d9a00
      Serbaf authored
      Since the last release the main improvements have been:
      
       * Raise a custom exception instead of sysexiting when confronted with a wrong
       CSV file.
       * Change prints for logger messages.
       * Modularize the "get_tweets_from_csv" dividing it into 3 functions to
       provide more isolated functions. Now this function makes use of
       "get_tweet_from_csv_line", which returns a single Tweet object when
       provided with two lists representing the contents of a CSV header and
       one of its entries. There is also a "raw" alternative of that
       function, which works with raw lines and converts them to lists to then
       call the "non-raw" version.
  2. 25 Mar, 2019 1 commit
  3. 20 Mar, 2019 5 commits
  4. 14 Mar, 2019 2 commits
  5. 13 Mar, 2019 1 commit