summaryrefslogtreecommitdiff
path: root/plugins/TwitterBridge/scripts
AgeCommit message (Collapse)Author
2010-12-17Update Twitter calls to use documented API endpointsZach Copley
see: http://groups.google.com/group/twitter-api-announce/msg/34b013f4d092737f
2010-11-02fakestream.php can now take --all option to pull the latest messages from ↵Brion Vibber
multiple locally-authed accounts when generating simulated sitestreams info
2010-11-02fakestream.php: script to build an emulated Twitter Site Stream from live ↵Brion Vibber
Twitter data, for testing.
2010-11-02Allow custom apiroot for site streams testing on streamtestBrion Vibber
2010-10-05Prelim --all mode on streamtest.php to use site streams; doesn't use the ↵Brion Vibber
destination user for import yet, and not actually tested yet until I'm whitelisted for the beta. :)
2010-10-05Fix up Twitter JSON formatting to be consistent between the polling and ↵Brion Vibber
streaming API interfaces; basic stream tester can now import your notices (ooooh)
2010-10-05Buncha cleanupBrion Vibber
2010-10-05Clean up event handling a bitBrion Vibber
2010-10-04Initial stub code for pulling data from Twitter's User Streams and Site ↵Brion Vibber
Streams interfaces. This should allow us to make a much more efficient background importer which can use a relatively small number of connections getting push data for either a single user or for many users with credentials on the site.
2010-09-08move notice_to_status initialization code to run-once scriptEvan Prodromou