... | ... |
@@ -0,0 +1,24 @@ |
1 |
+# soundcloud2rss |
|
2 |
+CLI too to generate RSS from a given soundcloud user |
|
3 |
+ |
|
4 |
+# Example |
|
5 |
+```bash |
|
6 |
+$ ./soundcloud2rss https://soundcloud.com/encoreunehistoire |
|
7 |
+------------------------------------------------------------------ |
|
8 |
+URL : https://soundcloud.com/encoreunehistoire |
|
9 |
+ProgramName : encore une histoire |
|
10 |
+UserID : 631921047 |
|
11 |
+OutputFile : soundcloud2rss-631921047-encore_une_histoire.xml.new |
|
12 |
+NumArticles : 8 |
|
13 |
++- Item 1 |
|
14 |
++- Item 2 |
|
15 |
++- Item 3 |
|
16 |
++- Item 4 |
|
17 |
++- Item 5 |
|
18 |
++- Item 6 |
|
19 |
++- Item 7 |
|
20 |
++- Item 8 |
|
21 |
+No Changes |
|
22 |
+Exiting. |
|
23 |
+``` |
|
24 |
+ |