Commit Graph
59 Commits
Author SHA1 Message Date
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
rev138 fb354b1829 Update README.md 2015-04-21 08:53:26 -04:00
Brian O'Donnell 2a0be250d1 Added support for correlated.org's funky RSS format, and hopefully any other feeds that use the same 2015-04-21 08:40:13 -04:00
Brian O'Donnell 79dc3ee2b8 Fixed the feed processing to include the title attribute. I'll get this right eventually... 2015-04-20 11:28:14 -04:00
Brian O'Donnell 4a5a919489 Merge branch 'master' of github.com:rev138/pod_feeder 2015-04-20 10:08:30 -04:00
Brian O'Donnell 5dadc24edf Fixed help screen output spacing 2015-04-20 10:08:03 -04:00
rev138 c34d3015c9 updated sql schema creation command 2015-04-20 10:04:30 -04:00
Brian O'Donnell ace5b34ebd update_feed now saves the 'title' attribute to the database 2015-04-20 10:03:31 -04:00
Brian O'Donnell d592adc5cd Added 'title' to the list of fields pulled from the DB for posts 2015-04-20 09:59:59 -04:00
Brian O'Donnell 8da031f5dd Added single quotes around hash key for status_message[provider_display_name] 2015-04-20 09:58:02 -04:00
rev138 f7a636753e Merge pull request #1 from RichKavanagh/patch-1
Display provider name
2015-04-20 09:54:44 -04:00
Rich db7030cf56 Update pod_feeder.pl 2015-04-20 14:24:11 +01:00
Rich acc5247afe Update pod_feeder.pl
Added provider_display_name for some reps :)
2015-04-20 14:22:24 +01:00