summaryrefslogtreecommitdiff
path: root/searx/engines/twitter.py
AgeCommit message (Collapse)Author
2020-10-02[mod] move extract_text, extract_url to searx.utilsAlexandre Flament
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2019-01-07Revert "remove 'all' option from search languages"Noémi Ványi
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796.
2017-12-06remove 'all' option from search languagesmarc
2017-05-15[mod] add/modify image fetching for bing_news, qwant and twitter enginesAlexandre Flament
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-12-13[enh] add supported_languages on engines and auto-generate languages.pymarc
2015-08-25[fix] handle missing url in twitter resultsAdam Tauber
2015-05-02Merge pull request #308 from dalf/versions_upgradeAdam Tauber
update versions.cfg to use the current up-to-date packages
2015-05-02[fix] twitter engineAlexandre Flament
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament
2015-02-04Twitter's unit testCqoicebordel
There is a commented line of a test that I didn't succed to make it work. It's an issue of unicode, utf-8, ascii, latin1... I think I tried everything, but if you have an idea... I'm still a newbie in python...
2014-12-29Flake8 and Twitter correctionsCqoicebordel
Lots of Flake8 corrections Maybe we should change the rule to allow lines of 120 chars. It seems more usable. Big twitter correction : now it outputs the words in right order...
2014-12-28Digg + Twitter correctionsCqoicebordel
Digg engines, with thumbnails Add pubdate for twitter
2014-12-07[fix] pep8 : engines (errors E121, E127, E128 and E501 still exist)dalf
2014-09-02fix twitter engine and add commentsThomas Pointhuber
* add language-support * add comments * little refactoring
2014-07-09[fix] unused globals removedAdam Tauber
2014-01-20[fix] pep/flake8 compatibilityasciimoo
2013-11-09[enh] removing result html tagsasciimoo
2013-10-20[enh] twitter engine addedasciimoo