Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hookedbehemoth/nextory
A Nextory Client library and CLI
https://github.com/hookedbehemoth/nextory
Last synced: about 1 month ago
JSON representation
A Nextory Client library and CLI
- Host: GitHub
- URL: https://github.com/hookedbehemoth/nextory
- Owner: HookedBehemoth
- License: agpl-3.0
- Created: 2023-07-18T22:26:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-21T19:25:03.000Z (over 1 year ago)
- Last Synced: 2023-09-22T05:26:29.189Z (over 1 year ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nextory Client
A Nextory Client library and CLI.
## Warning
This was released because Nextory has overhauled it's API. All of this stopped working.## Usage
```
Nextory Client CLIUsage: nextory [OPTIONS]
Options:
-o, --output Output folder location
--force-fetch Number of times to greet
--username Username
--password Password
--mark-completed Immedietly mark book as completed
--download-active Download all active books
--download-new Download new books
--download-inactive Download all inactive books
-c, --categories Categories to download (e.g. "tttl_dynamic_2005$$ver_38")
--views Views to download (e.g. "series")
-h, --help Print help
-V, --version Print version
```## Examples
See [downloader.rs](src/downloader.rs)
## License
```
Nextory Client
Copyright (C) 2023 LuisThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
```