Ryan Hitchman
|
19922cdfee
|
tag: warn users when they try to use the old methods
|
2014-01-30 14:53:54 -08:00 |
Ryan Hitchman
|
726bf0dd4b
|
bitcoin: use BTC-e instead of MtGox
|
2014-01-30 11:43:27 -08:00 |
Ryan Hitchman
|
36518e9f91
|
Merge pull request #97 from parkrrr/feature-http-headers
Feature http headers
|
2014-01-20 16:57:25 -08:00 |
Parker Smith
|
d878779d50
|
Modified http util to support additional headers
Inverted some header logic
Removed user_agent and referer from http, in favor of headers dict
http: formatting
http: Fixed missing part in conditional
|
2014-01-20 09:15:29 -05:00 |
Ryan Hitchman
|
5c405624d9
|
near: add 'miles' option
|
2014-01-17 13:37:28 -08:00 |
Ryan Hitchman
|
8c36586c2c
|
Merge pull request #95 from factormystic/patch-1
Update twitter.py
|
2014-01-16 21:20:04 -08:00 |
Ryan Hitchman
|
cb8c437772
|
flake8 + autopep8 (whitespace fixes)
|
2014-01-14 13:12:37 -08:00 |
Ryan Hitchman
|
c065aaa59a
|
near: show users near you. experimental.
|
2014-01-14 13:01:56 -08:00 |
Ryan Hitchman
|
d7399e73fa
|
tag.py: add .untag, so each tag action has its own command
|
2014-01-13 17:38:42 -08:00 |
factormystic
|
47219617d7
|
Update twitter.py
Replace newlines with space, looks nicer
|
2014-01-10 20:06:40 -05:00 |
Ryan Hitchman
|
ab88f2d50d
|
youtube: add '.yt' alias
|
2014-01-08 17:29:35 -08:00 |
Ryan Hitchman
|
6ae70537c0
|
.near: show closest users to you
|
2014-01-07 13:41:07 -08:00 |
Ryan Hitchman
|
aca9ba54ff
|
tag.py: split .tag into .tag/.tags/.tagged, add automatic pagination
|
2014-01-07 11:18:23 -08:00 |
Ryan Hitchman
|
a45b3146ec
|
Merge pull request #94 from bwreilly/master
Added GIF search plugin
|
2014-01-02 20:07:44 -08:00 |
bwreilly
|
0ee7ea1ac4
|
random choice of first ten results, consistency with gis
|
2013-12-26 11:54:25 -08:00 |
bwreilly
|
db05fadc29
|
add in giphy (.gif query)
|
2013-12-26 11:22:15 -08:00 |
Ryan Hitchman
|
bb3f418aa3
|
tag: fix `.tag <tag>` searching
|
2013-12-20 15:38:08 -08:00 |
spathi-wa
|
87a11881a4
|
plugins/twitter: added hook.regex for twitter URLs
Also minor changes in output formatting
|
2013-12-18 12:36:20 -08:00 |
Ryan Hitchman
|
e866c432c8
|
tag: allow boolean intersection searches
|
2013-11-19 16:27:58 -08:00 |
Ryan Hitchman
|
cb514dfede
|
tvdb: don't download zip files, just use the xml endpoint
|
2013-11-19 16:27:58 -08:00 |
Ryan Hitchman
|
980ebad385
|
Merge pull request #90 from jstultz/fixstock
Calculate change percentage correctly
|
2013-11-07 22:08:41 -08:00 |
Jacob Stultz
|
80ce43e0c5
|
Calculate change percentage correctly
Measuring percent change based on the current price instead of the
original price is silly; instead use change / old price
|
2013-11-07 14:42:31 -08:00 |
Ryan Hitchman
|
e769bad2b7
|
stock.py: change to use yahoo API
|
2013-11-06 09:54:38 -08:00 |
Ryan Hitchman
|
248b220d9b
|
somethingawful: use api_key hook instead of bot.config
|
2013-10-31 10:44:27 -07:00 |
Ryan Hitchman
|
0796167813
|
plugins/twitter: unescape html entities
|
2013-10-07 14:41:38 -07:00 |
Ryan Hitchman
|
a97715d5c0
|
plugins/twitter: pick a random search result for hashtags
|
2013-09-20 17:35:42 -07:00 |
Ryan Hitchman
|
4fd611da09
|
Merge pull request #84 from axisofentropy/master
Re-added support for twitter hashtag searches.
|
2013-09-20 17:31:58 -07:00 |
Ryan Hitchman
|
771118f0c7
|
Merge pull request #83 from Atheuz/development
tvdb.py: When there's a next episode date, provide a time until in the return string.
|
2013-09-20 14:30:39 -07:00 |
Ryan Hitchman
|
52b90119a6
|
plugins/google: use custom search API instead of (deprecated) AJAX api
|
2013-09-20 14:04:58 -07:00 |
Ryan Hitchman
|
80548ca8f9
|
plugins/seen: don't use LIKE (SQL wildcards confuse people), compare lowercase nicks instead
|
2013-09-20 13:13:36 -07:00 |
Ryan Hitchman
|
e0518f6c2a
|
plugins/tag: if there are too many tags to display, remove some of them
|
2013-09-20 13:01:54 -07:00 |
Adam Vollrath
|
93dc115048
|
Re-added support for twitter hashtag searches.
|
2013-08-17 00:35:00 -04:00 |
Lasse Vang Gravesen
|
8c47b0c2e1
|
Renamed first_aired variable to episode_air_date in tvdb plugin.
|
2013-08-10 02:27:06 +02:00 |
Lasse Vang Gravesen
|
d9b9558776
|
tvdb.py: When there's a next episode date, provide a time until in the return string.
|
2013-08-10 02:18:24 +02:00 |
Ryan Hitchman
|
310863a2b9
|
weather: store input location in db, not fragment of location. fixes #82
|
2013-08-07 20:29:02 -07:00 |
Ryan Hitchman
|
adc6783f4f
|
Merge pull request #80 from crisisking/master
Re-added support for getting the nth tweet on a user's timeline.
|
2013-08-04 08:44:54 -07:00 |
Bryan Koroleski
|
bc84e9e2d9
|
Re-added support for getting the nth tweet on a user's timeline.
|
2013-07-30 15:50:37 -05:00 |
Ryan Hitchman
|
1281756d49
|
security: strip newlines embedded in parameters to prevent arbitrary command execution
|
2013-07-19 13:01:34 -05:00 |
Ryan Hitchman
|
4bc268f5a4
|
cleanup twitter plugin
|
2013-07-04 13:48:35 -05:00 |
Ryan Hitchman
|
f3c034df2e
|
Merge pull request #75 from wuddup/master
New twitter plugin with support for API 1.1
|
2013-07-04 11:25:51 -07:00 |
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 |
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 |