Commit Graph

37 Commits

Author SHA1 Message Date
manuelcortez 979a3d3e99 Changed a function to order people buffers after being retrieved from Twitter 2021-01-20 17:06:15 -06:00
manuelcortez 1f11ea7aa0 fixed an issue in compose for followers 2021-01-20 17:05:39 -06:00
manuelcortez 8bdc933bce Migrated direct messages. Cursor support still require testing 2021-01-20 15:56:20 -06:00
manuelcortez db13c96baa Fixed some incorrect error handling on utils 2021-01-13 10:33:49 -06:00
manuelcortez 4064582583 Remove old reference to Twython error handling 2021-01-13 08:47:13 -06:00
manuelcortez 3db8b7b021 Fixed some rendering for dm's and people 2021-01-05 11:04:06 -06:00
manuelcortez 65ec231349 Fixed an indentation issue 2021-01-05 09:20:36 -06:00
manuelcortez 93705bf534 Fixed user timeline creation 2021-01-04 15:52:25 -06:00
manuelcortez 1e1f2b089f Fix call to api.supported_languages() 2021-01-04 12:23:04 -06:00
manuelcortez 78cc6e6784 Changed library calls on some basic buffer creation and manipulation 2021-01-04 11:16:56 -06:00
manuelcortez a37f339fea Fixed some issues when determining the presence of long tweets based on entities present in objects 2021-01-04 11:15:27 -06:00
manuelcortez d0cc12ef5c Added basic tweet rendering 2021-01-04 11:14:55 -06:00
manuelcortez bcd51d6259 Migrated most of twitter util functions from sessions/twitter/utils.py 2021-01-04 11:13:20 -06:00
manuelcortez 7ceb806af2 Added more changes in order to deal with tweet objects 2020-12-22 17:29:33 -06:00
manuelcortez 56103466fa Replaced get_account_settings, get_supported_languages, show_user, get_mute_ids 2020-07-20 13:26:22 -05:00
manuelcortez 13f5df3a48 Use Tweepy functions for authentication and login 2020-07-20 13:11:37 -05:00
manuelcortez c509433b2c Added an helper function for expanding t.co URLS for tweets 2020-06-09 11:34:02 -05:00
manuelcortez 7292b36137 Removed old code from utils 2020-06-09 10:45:09 -05:00
manuelcortez 977c521d7c Fix the cache database under Python 3 2019-12-16 09:49:49 -06:00
manuelcortez 482f95ba55 Updated code for supporting arrow 0.15 (timestamps passed as int, use two digits lang code) 2019-10-03 22:47:19 -05:00
manuelcortez c70b900c96 Removed arrow Warnings as 0.15 has been released 2019-10-03 22:11:06 -05:00
manuelcortez d97733fb1a API errors should be spoken from Twython. Fixes #310 2019-10-03 09:26:54 -05:00
manuelcortez bafb56651c remove explicitly some warnings present in arrow==0.14.5 2019-08-15 08:22:22 -05:00
manuelcortez bca6861bcb Fixed error when displaying URL'S in multiline tweets. Fixes #305 2019-08-13 09:55:50 -05:00
manuelcortez ef689d04fc Initial Python 3 compatible code 2019-06-06 11:52:23 -05:00
manuelcortez 9763d8b26c Fixed an error when trying to retrieve a deleted user while rendering a direct message 2019-02-15 09:04:52 -06:00
manuelcortez 221d1d413b Changed codebase's syntax before attempt the python3 migration later. #273 2018-11-22 13:35:51 -06:00
manuelcortez bd56eb953b provide better control over cursored buffers when getting more items 2018-09-18 09:09:25 -05:00
manuelcortez 7b925b5909 Fixed a race contidion in the main twitter session 2018-08-26 08:09:55 -05:00
manuelcortez 5c794aaeff Added contents of client.py into twitter session 2018-08-18 23:09:08 -05:00
manuelcortez 8cdd1b52d1 Added docstrings to long_tweets package 2018-08-18 20:49:40 -05:00
manuelcortez ae42a53b41 Finixhed docstrings in Twitter main session 2018-08-17 21:01:58 -05:00
manuelcortez be7df1714d Added docstrings for some of the functions in twitter session 2018-08-17 17:42:41 -05:00
manuelcortez 8cf7ca5ef2 Store created sessions in the sessions module 2018-08-17 12:16:51 -05:00
manuelcortez 0cfa89b389 Moved Twitter's session from sessionmanager to sessions.twitter 2018-08-17 05:12:49 -05:00
manuelcortez 1e27056902 Added Twitter module and long_tweets as a session so we will have everything related to twitter in the same session 2018-08-16 17:25:16 -05:00
manuelcortez 3b41e18573 Added experimental module with a base session 2018-08-16 16:57:37 -05:00