Abhijeet Kaur
2282000d78
bug fix: Fix wikipedia bot in case no results are found.
...
Incorrect Index access in wikipedia.py resulted in IndexError and
wikipedia bot to crash for few queries. This causes the bug to be fixed.
Replaced url to avoid 2 redirects and enhance performance.
Fixes : #3508 .
2017-02-09 12:20:51 -08:00
sinwar
46e7e05516
bots: Use requests instead of unirest for Yoda bot.
...
Fixes #3500 .
2017-02-06 22:07:38 -08:00
Yago González
3fcb4d33f1
contrib_bots: Fix typos and repetitions in the readme.
2017-01-27 16:39:19 -08:00
Tim Abbott
722fc56534
lint: Clean up E126 PEP-8 rule.
2017-01-23 22:06:13 -08:00
Tim Abbott
31efc903bd
lint: Clean up E401 PEP-8 rule.
2017-01-23 21:36:39 -08:00
Tim Abbott
55e8d5f58d
lint: Clean up E123 PEP-8 rule.
2017-01-23 21:34:26 -08:00
Tim Abbott
f0f18c8f1b
lint: Clean up E712 PEP-8 rule.
2017-01-23 21:11:18 -08:00
Tim Abbott
2f0bc3dc69
lint: Clean up E306 PEP-8 rule.
2017-01-23 21:05:08 -08:00
Tim Abbott
4d81b91185
lint: Clean up E121 PEP-8 rule.
2017-01-23 21:02:39 -08:00
Tim Abbott
07cdd69e42
lint: Clean up W503 PEP-8 warning.
2017-01-23 20:50:04 -08:00
Tim Abbott
4b015ecdff
lint: clean up PEP-8 W391 rule.
2017-01-23 20:39:02 -08:00
Steve Howell
42fdead31f
Fix lint error w/ClientDummy.
2017-01-22 05:51:33 -08:00
Robert Hönig
0af3069839
Restructure converter bot.
...
Apply the new layout for 'contrib_bots' bots to the converter bot
to make it an exemplary model for new bots.
2017-01-22 05:42:46 -08:00
Robert Hönig
fefe869748
Restructure contrib_bots bots to new layout.
...
In order to make the layout of all bots consistent, this commit
moves each bot into a folder with its name and modifies 'run.py'
so that only bots with such a structure can be executed. 'lib'
gets renamed to 'bots'.
2017-01-22 05:42:46 -08:00