This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
79 lines (56 loc) · 1.97 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
⚠️ Project is abandoned. RIP.
--------------------------------------------------------------------------------
__
____ ___ _______/ /_ ___ _____
/ __ `/ / / / ___/ __ \/ _ \/ ___/
/ /_/ / /_/ (__ ) / / / __/ /
\__, /\__,_/____/_/ /_/\___/_/
/____/ by Chad von Nau
Gusher is a script for making a master stream of all your online activity. It's pre alpha and I'm still working out a lot of issues. I do not recommend using it yet. Gusher supports these services:
Delicious
Disqus
Flickr
Github
Google+
Google Calendar
Google Reader
Instapaper
Last.fm
Stack Overflow
Tumblr
Twitter
Vimeo
YouTube
Gusher makes it easy to add new feeds. Anything that can be accessed as JSONP is a potential source. RSS & Atom feeds can also be added using Google Reader's API (See Instapaper for example).
REQUIREMENTS
* jQuery
* ICanHaz.js
USAGE
1. To use one of the built in services, adjust the feed_url to point to your feed. In the example below, you would replace YOUR-NAME-HERE with your YouTube account name.
YouTubeFavorites.params.feed_url = 'https://gdata.youtube.com/feeds/api/users/YOUR-NAME-HERE/favorites?v=2&alt=jsonc&format=5&max-results=LIMIT&callback=?';
2. Then render.
YouTubeFavorites.render();
RELEASE NOTES
.1 - Initial release
.2 - Wrote a Feed class to standardize the way feeds are created
.21 - Added support for Github activity and Commit feeds
.22 - CSS cleanup. New icons. Moved feed rendering from feeds.js to go.js
.23 - Separated user name, id, and api key from feed_url, Daily Booth support added
TO DO
* Facebook support
* Daily booth
* Blogger
* Reddit
* Soundcloud
* Instagram
* Twitter favorites & filtering replies.
* Amazon (wishlist)?
* Pinboard?
* Canv.as?
* Netflix?
* Amazon?
* Newgrounds?
* vBulletin?
* Conditionally show "Likes:" & "Replies:"
* Visual display of Likes & replies (color coded?)
* Refactor property names so they are grouped