We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3502f commit 2ae4f68Copy full SHA for 2ae4f68
README.md
@@ -17,10 +17,10 @@ The abstracted architecture makes it simple to add new data sources as they come
17
18
Soliloquy currently supports the following solos:
19
20
-* Twitter
21
-* Twitter Lists
22
-* Last.fm plays
23
-* Facebook wall feeds
+* Twitter `twitter(username, options)`
+* Twitter Lists `twitter_list(username, listname, options)`
+* Last.fm plays `lastfm(username, api_key, options)`
+* Facebook wall feeds `facebook(options)`
24
25
## Contributing
26
Fork the project, add a module and send a pull request.
0 commit comments