Commit Graph

572 Commits

Author SHA1 Message Date
Ryan Hitchman 89a8da4ad9 Merge pull request #68 from dpedu/master
Fixed display of /me
2013-07-04 11:24:30 -07:00
Ben a1c44336dd New, simplified twitter plugin with support for API 1.1. 2013-06-26 11:35:39 -07:00
DJCrabhat 2e44b5212d implemented delete
del_quote function was defined, but couldn't be called from the command
parser
2013-04-07 03:48:57 -04:00
Ryan Hitchman bcc253fcd8 Merge pull request #69 from crisisking/master
Fixes the broken .bitcoin command
2013-03-25 18:07:12 -07:00
Bryan Koroleski fa2bc85082 Fixes .bitcoin command to use the new mtgox API. 2013-03-25 18:59:15 -05:00
Dave Pedu aa6ca6a23f Fixed display of /me 2013-02-24 01:13:12 -05:00
Ryan Hitchman b16e833908 fix somethingawful post count 2013-02-16 23:54:35 -06:00
Ryan Hitchman a29dffbfb7 refactor apikey retrieval, fix lastfm with empty input 2013-01-27 16:40:31 -06:00
Ryan Hitchman 92c6e991e7 cleanup rottentomatoes 2013-01-27 16:05:40 -06:00
Ryan Hitchman f42b8ec280 fix imdb 2013-01-27 16:04:19 -06:00
Ryan Hitchman 8650c8dd39 Merge pull request #65 from tomjakubowski/yahoo-answers
Add Yahoo! Answers plugin
2013-01-27 13:16:30 -08:00
Ryan Hitchman d4461c2b29 Merge pull request #57 from Atheuz/master
UrbanDictionary fixed, required me to change http.py - Also minor nitpick with stock.py
2013-01-27 13:15:51 -08:00
Tom Jakubowski 42d78d06ae Add Yahoo! Answers plugin
The .answer command will search Yahoo! Answers with the given query and
respond with one of the 'chosen' answers returned by Yahoo's API and a
link to the question.
2013-01-19 20:12:11 -08:00
Ryan Hitchman 32eef4302f Merge pull request #62 from eaceaser/fix_twitter_api_base_url
Fix the Twitter base URL
2012-10-21 13:38:29 -07:00
Ed Ceaser f08d035bf7 change the twitter base url to api v1 2012-10-21 13:12:36 -07:00
Ryan Hitchman 628e3fe4a9 Merge pull request #61 from sklnd/wunderground-api
Switch the weather plugin to the wunderground api
2012-09-23 15:25:54 -07:00
Chris Skalenda 6bf00fa944 Switch the weather plugin to the wunderground api 2012-09-22 16:21:01 -06:00
Lasse Vang Gravesen 2b321a932e imdbapi.com moved to omdbapi.com, so that's fixed. 2012-09-19 18:22:48 +02:00
Ryan Hitchman 2a67bad5ac Merge pull request #60 from dentist/master
Fix @hook.singlethread when the hook throws
2012-08-24 13:35:08 -07:00
Jim Porter 508dc11cbf Ensure that if a @hook.singlethread hook throws, we keep running it 2012-08-24 15:31:38 -05:00
Ryan Hitchman 9cd121bd2e Merge pull request #59 from avehlies/master
Just wanted to add extra platforms to metacritic.
2012-07-31 18:14:06 -07:00
Andrew Vehlies ff2155f372 Added PSV and 3DS 2012-07-28 17:46:11 -04:00
Lasse Vang Gravesen 12cd3521e5 Problem with urbandict plugin fixed by replacing \r\n with a space 2012-07-18 18:39:51 +02:00
Lasse Vang Gravesen 68e5535ca4 Added referer field to http.py, as to make it possible to use a referer. I
don't know if this was possible before, and if it was it should be removed
and the appropriate changes should be made without the http.py change.

Stock plugin output was changed so the percent change has an actual
percentage sign after it.

UrbanDictionary plugin was changed to use a referer because it didn't work
without it.
2012-06-03 01:08:30 +02:00
rmmh b3b85e6183 Merge pull request #52 from stoneLeaf/master
Updated documentation
2012-04-12 16:48:18 -07:00
stoneLeaf 8ba2f1b00f Updated documentation 2012-04-13 01:45:06 +02:00
rmmh 05b53c2067 Merge pull request #51 from stoneLeaf/master
Youtube, Encyclopedia Dramatia, Oblique, Suggest, Last.fm, Translate fixes & improvements
2012-04-12 08:54:23 -07:00
stoneLeaf 4770c8c227 Updated the Google Translate plugin
The Google Translate API v1 has been stopped since December 1, 2011. From now on, the API is a paid service only.
The plugin has been updated to support v2 and grab the (mandatory) API key from the bot config file.
2012-04-12 16:11:52 +02:00
stoneLeaf b939a94be7 Improved the Last.fm plugin
The API key is now retrieved from the bot config file and the API response is more thoroughly analyzed.
2012-04-12 14:02:36 +02:00
stoneLeaf 25116e20f9 Fixed the suggest plugin
The API get request needed to be tweaked.
2012-04-12 03:41:35 +02:00
stoneLeaf 3c9e6a6736 Added a check to the oblique plugin
Checks if lines can be split.
2012-04-12 03:02:46 +02:00
stoneLeaf b279f96af0 Updated Encyclopedia Dramatica's url
On March 21, 2012, the website moved to a Swedish domain name: http://encyclopediadramatica.se
2012-04-12 02:11:33 +02:00
stoneLeaf ff1832c471 Fixed a locale issue in the youtube plugin
locale.format() can throw a UnicodeDecodeError in some cases. The use of str.decode() prevents its occurrence.
See http://stackoverflow.com/questions/4082645/using-python-2-xs-locale-module-to-format-numbers-and-currency
2012-04-12 01:52:32 +02:00
Ryan Hitchman b3e97f2500 make wolframalpha and urban use apis instead of scraping 2012-02-10 15:04:05 -06:00
Ryan Hitchman a3b295b0c0 update .calc to use lxml, fixes #44 2011-11-07 14:16:56 -06:00
Ryan Hitchman a8eea42f14 revert wikipedia namespace 2011-10-22 15:11:59 -05:00
Ryan Hitchman e2fb20f64c fix wikipedia search (they changed the xml namespace) 2011-10-05 00:27:17 -05:00
rmmh 5301b25cf6 remove a (really old) line that was used for debugging 2011-09-07 10:27:45 -05:00
rmmh 2a7b5bfa04 Merge pull request #41 from barmstr3/master
DO IT SCAEVOLUS
2011-07-25 00:13:25 -07:00
Brian Armstrong 5c29e27b43 Patched remember append bug 2011-07-25 02:06:52 -05:00
rmmh d5e192de10 Merge pull request #40 from avidal/patch-1
Fixed path lowercasing bug in logging plugin.
2011-07-22 20:16:54 -07:00
Alex Vidal 110b038f5f Fixed path lowercasing bug in logging plugin.
Previously, the entire path would be lowercased, which breaks instances where one of the parents of the working directory have capital letters. Now, it only lowercases the actual log filename, not the path.
2011-07-22 07:09:30 -07:00
Ryan Hitchman 039fa64a27 bitcoin.py: get market rate for bitcoins from mtgox 2011-06-10 21:09:01 -06:00
rmmh 85da0e2315 Merge pull request #39 from lahwran/shortrem
added .r and .f aliases for remember and forget
2011-06-09 20:54:54 -07:00
lahwran 982a745a1a added .r and .f aliases for remember and forget 2011-06-09 21:51:25 -06:00
Ryan Hitchman ce67812827 google: unescape titles. drama: set api endpoints to new domain. 2011-05-30 05:18:01 -06:00
Ryan Hitchman 6824443901 add pre: search scene releases, urlhistory: don't alert quoted lines 2011-05-20 00:13:11 -06:00
Ryan Hitchman 543ff44995 remove web interface (splitting into separate repo) 2011-05-11 21:19:09 -05:00
Ryan Hitchman bf7aeb07da imdb: ignore unknown fields. PEP8 rottentomatoes 2011-05-11 16:40:53 -05:00
Ryan Hitchman 61e07cc0ae beginning of web interface (uses Flask) 2011-05-11 16:39:34 -05:00