README.txt 604 B

12345678910111213141516171819202122
  1. boostydownloader
  2. ================
  3. A simple application to bulk-download content from Boosty
  4. Build
  5. =====
  6. $ git clone https://github.com/crptmem/boostydownloader.git && cd boostydownloader
  7. $ cargo build
  8. Obtaining access token
  9. ======================
  10. Go to https://boosty.to, open developer tools in your browser,
  11. go to Storage (Application) -> Cookies. You need `auth`, click on it and in
  12. right panel click RMB on `accessToken` and copy it.
  13. Usage
  14. =====
  15. Without authorization:
  16. $ boostydownloader --blog USERNAME
  17. With authorization:
  18. $ boostydownloader --blog USERNAME --access-token ACCESS_TOKEN