Commit graph

18 commits

Author SHA1 Message Date
Bezleputh
db91ac2848 [twitter] fix search pagination 2015-07-27 16:53:13 +02:00
Bezleputh
cb02ab94a7 [twitter] fix trendy tweets (site changed) 2015-06-10 21:13:25 +02:00
Bezleputh
e0cb4118f8 properly define urls 2015-01-31 16:53:04 +01:00
Florent
993307e553 Do not import Browser1 exception in twitter 2014-10-08 10:33:43 +02:00
Romain Bignon
d61e15cf84 rename things related to browsers
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions

Also, the new tree for browser2 is:

weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Florent
a019819f9d Move browser2 from weboob/tools/b2 to weboob/browser2 2014-10-02 11:01:34 +02:00
Bezleputh
d00822bfc6 [twitter] fix storage system 2014-09-05 11:51:28 +02:00
Bezleputh
d5ef80ead3 [twitter] follow timelines while hastags querying 2014-06-03 01:07:17 +02:00
Bezleputh
a8fad76245 [twitter] follow timelines in search requests 2014-06-01 16:37:37 +02:00
Bezleputh
9ce72eb706 [twitter] use full instead of top search/hashtag 2014-05-31 17:50:28 +02:00
Bezleputh
7df574fd63 [twitter] manage profils timelines 2014-05-31 17:31:18 +02:00
Bezleputh
d91ff8e3be [twitter] allow to search hashtags without # 2014-05-31 15:31:38 +02:00
Bezleputh
169b75b72f [twitter] add pagination on timeline 2014-05-30 22:54:44 +02:00
Bezleputh
9cfdcd30f8 [twitter] rename twitter_page to profil 2014-05-30 13:14:44 +02:00
Bezleputh
8f707e86e8 [twitter] display trendy tweets 2014-05-29 15:17:54 +02:00
Bezleputh
1afbb241da [twitter] allow to unofficially follow users 2014-05-22 15:17:00 +02:00
Bezleputh
dcb6cad800 [twitter] allow to browse home tweets 2014-05-22 11:15:54 +02:00
Bezleputh
7d90ca778f [Twitter] Add new twitter module 2014-05-21 17:56:01 +02:00