From a547c21774df7795d85638a5159082653b26da59 Mon Sep 17 00:00:00 2001 From: eniamza <65225917+Eniamza@users.noreply.github.com> Date: Thu, 21 Jan 2021 13:38:59 +0600 Subject: [PATCH 1/3] Fix : Re organized ReadMe --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a98ff17..8f7a7bd 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,16 @@ Suppose Meta Information such as Name, description, claimid is Cake :yum: . Whic 4. Run the app `node index.js` 5. Enjoy :wink: -If you love the project. Consider Donating at
-LBC : `bSnBdsuSMvzozjfiFDVfPoV4kbtN2YNRWM`
-Cointree : https://cointr.ee/eni
- ### Modules -------------------- - FullDump : Dumps every information available for a channel on blockchain - LinkDump : Dumps Title and Generates download links for every content in a channel + +### Donate + +-------------------- + +📗 LBC : bSnBdsuSMvzozjfiFDVfPoV4kbtN2YNRWM +🌲 Cointree: https://cointr.ee/eni From 0130db34715bc4128992b8c64cd91ecf80d55d0f Mon Sep 17 00:00:00 2001 From: eniamza <65225917+Eniamza@users.noreply.github.com> Date: Thu, 21 Jan 2021 14:58:52 +0600 Subject: [PATCH 2/3] Feat : Added Scenario explaination --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f7a7bd..2f0235a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,16 @@ What this application does is it makes a GET request to the API and indents it p Suppose Meta Information such as Name, description, claimid is Cake :yum: . Which is stored on a shelf. Now you want to take all the cake home and eat it later. Picking up one by one would be time consuming. So you [The app] picks up the whole cakeshelf [The Meta table] and store it in a truck [The JSON file]. ------------------- + +### Scenario + +------------------ +Lets say , you want to get all the download links of [Gutenberg Channel](https://lbry.tv/@Gutenberg:a) . But as their are 52400 books listed. Your eyes will pop out if you start copy pasting links from share button. + +Instead of that start this and app choose option 2. Enter channel claimid . Voila! All download links will be generated along with title and stored in meta.json file. + +Now you may even covert it to CSV or Excel file to mass import on Marketplaces. Or your Content listing site. For example (Enypt Library)[https://enypt.cc] + ### Running in node environment locally ------------------- @@ -39,5 +49,5 @@ Suppose Meta Information such as Name, description, claimid is Cake :yum: . Whic -------------------- -📗 LBC : bSnBdsuSMvzozjfiFDVfPoV4kbtN2YNRWM -🌲 Cointree: https://cointr.ee/eni +- 📗 LBC : bSnBdsuSMvzozjfiFDVfPoV4kbtN2YNRWM +- 🌲 Cointree: https://cointr.ee/eni From 3b58bba7f6bd32bcdc7fae60665ca096f884ae59 Mon Sep 17 00:00:00 2001 From: eniamza <65225917+Eniamza@users.noreply.github.com> Date: Thu, 21 Jan 2021 14:59:34 +0600 Subject: [PATCH 3/3] Fix : Typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f0235a..affb01f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Lets say , you want to get all the download links of [Gutenberg Channel](https:/ Instead of that start this and app choose option 2. Enter channel claimid . Voila! All download links will be generated along with title and stored in meta.json file. -Now you may even covert it to CSV or Excel file to mass import on Marketplaces. Or your Content listing site. For example (Enypt Library)[https://enypt.cc] +Now you may even covert it to CSV or Excel file to mass import on Marketplaces. Or your Content listing site. For example [Enypt Library](https://enypt.cc) ### Running in node environment locally