Commit Graph
71 Commits
Author SHA1 Message Date
Brian O'Donnell 518ce2eecf Merge from master 2015-07-16 13:17:18 -04:00
Brian O'Donnell 39e36d8112 Merge from master 2015-07-16 08:12:24 -04:00
Brian O'Donnell 06d031cd98 Reverted to an accidentally stomped over version 2015-07-07 11:48:23 -04:00
Brian O'Donnell b5e663834f Merged changes from master 2015-07-06 22:04:03 -04:00
Brian O'Donnell 19228c2d73 Embedded images now link back to the feed item 2015-07-06 22:03:39 -04:00
Brian O'Donnell 085ba1853f Merged changes from master 2015-07-06 21:16:12 -04:00
Brian O'Donnell c86e165726 Merged changes from master 2015-07-06 20:32:19 -04:00
Brian O'Donnell 34475890a9 Merged changes from master 2015-07-05 16:39:32 -04:00
Brian O'Donnell d6c719ff76 Merged changes from master 2015-07-05 16:20:33 -04:00
Brian O'Donnell 0a64ffd738 Merged changes from master 2015-07-05 11:56:23 -04:00
Brian O'Donnell f91081485d Merge from master 2015-05-28 22:41:48 -04:00
Brian O'Donnell d374ffd0d0 Merge changes from master 2015-05-27 10:46:02 -04:00
Brian O'Donnell 1619049c86 Substitue link for guid if guid field is missing 2015-05-24 21:43:49 -04:00
Brian O'Donnell 962f62e210 Merge branch 'pod_tweeter' of github.com:rev138/pod_feeder into pod_tweeter 2015-05-13 22:15:58 -04:00
Brian O'Donnell c600a039ea Fixed table name in query 2015-05-13 22:15:47 -04:00
rev138 c13df3d968 Update README.md 2015-05-13 21:44:57 -04:00
Brian O'Donnell b829ee2453 Fixed options and help output 2015-05-13 21:33:28 -04:00
Brian O'Donnell 6fe3aa56e8 Changed provider name to 'pod_tweeter' 2015-05-13 19:42:12 -04:00
Brian O'Donnell d453b7a59a Adapted pod_feeder.pl to slurp twitter feeds 2015-05-13 18:56:47 -04:00
Brian O'Donnell 5c4c626834 Strip apostrophes from words when hashtagifying titles 2015-05-11 09:40:52 -04:00
Brian O'Donnell c530571541 Merge branch 'master' of github.com:rev138/pod_feeder 2015-05-05 20:55:27 -04:00
Brian O'Donnell 77536f8332 Output formatting tweak 2015-05-05 20:54:55 -04:00
rev138 0cf4f46ca9 Update README.md 2015-05-05 20:53:38 -04:00
Brian O'Donnell f3082a346c Added --limit option to prevent stream spamming on high volume or backlogged feeds 2015-05-05 20:50:25 -04:00
rev138 ec9d103a79 Fixed token extraction for compatibility with v0.5.0.0 2015-05-03 22:42:12 -04:00
rev138 50d996959b Post formatting 2015-04-26 10:15:58 -04:00
rev138 4f85d9c564 Revert previous change 2015-04-24 20:50:27 -04:00
rev138 a8662b0c57 Removed h2 tag from hyperlinked titles
This seems to be preventing D* from processing the opengraph data
2015-04-24 13:07:46 +00:00
rev138 944d1eba4a Update README.md 2015-04-23 17:18:46 -04:00
Brian O'Donnell a554b2df3e Markdown formatting 2015-04-23 17:07:38 -04:00
Brian O'Donnell baf2efc4ca Markdown formatting 2015-04-23 16:57:18 -04:00
Brian O'Donnell 2cd286816b Added sanitization of database query inputs and added the --post-raw-link option 2015-04-23 16:40:34 -04:00
Brian O'Donnell 6f16e5fbfc Fixed tag parsing for strings with parentheses and other punctuation 2015-04-23 13:43:55 -04:00
Brian O'Donnell ab0398dc67 Script now auto-creates db file and schema 2015-04-22 16:21:06 -04:00
Brian O'Donnell 73915649c8 Merge branch 'master' of github.com:rev138/pod_feeder 2015-04-22 13:38:48 -04:00
Brian O'Donnell a450df7c0c Cleaned up trailing whitespace in code 2015-04-22 13:38:41 -04:00
rev138 8aa98425a4 Update README.md 2015-04-22 13:34:29 -04:00
Brian O'Donnell 8fc1e0d2e8 Fixed/improved tag extraction from titles 2015-04-22 11:52:15 -04:00
Brian O'Donnell c5f75b7b48 Code re-org/cleanup 2015-04-22 11:32:23 -04:00
Brian O'Donnell 0c251d7487 Removed 'use Encode' as it is a useless dependency 2015-04-22 11:26:36 -04:00
Brian O'Donnell 9b19a9de3e Last commit had 'normalize' in the wrong place 2015-04-22 11:24:46 -04:00
rev138 970ca8911d Update README.md 2015-04-22 11:09:32 -04:00
Brian O'Donnell 6fe047f10e Added unicode normalization of feed input 2015-04-22 11:05:48 -04:00
Brian O'Donnell 5e6c8aeb17 Changed string parsing to handle unicode characters properly 2015-04-22 10:56:11 -04:00
Brian O'Donnell a40a5a8f73 Corrected the code submitted by RichKavanagh to add the provider_display_name to the POST payload 2015-04-22 09:31:03 -04:00
Brian O'Donnell a0a6209883 Consolidated sub paramaters to increase readability and make passing through top-level params cleaner 2015-04-21 12:04:59 -04:00
rev138 9b1411b1d9 Update README.md 2015-04-21 10:41:46 -04:00
Brian O'Donnell f261f06c4c Added support for Atom feeds 2015-04-21 10:27:21 -04:00
Brian O'Donnell d2d6f8d3b5 Merge branch 'master' of github.com:rev138/pod_feeder 2015-04-21 09:03:04 -04:00
Brian O'Donnell 34de5d0be2 Split titles on whitespace, instead of non-alphanumeric 2015-04-21 09:02:56 -04:00