neosekai-api
An Unoffical Python API for neosekaitranslations.com
Installation
from a terminal, run :
pip install neosekai-api
in case of an error, go here in the Github Wiki.
Usage
- Go to the Github wiki for this project to read full usage tutorial.
- Below is a short and sweet version
from neosekai_api import Novel, NovelChapter
novel = Novel('https://www.neosekaitranslations.com/novel/oresuki/')
chapter = NovelChapter('https://www.neosekaitranslations.com/novel/oresuki/volume-1/chapter-3-part-3/')
NovelandNovelChapterare the two main objects in this API- through these two objects, neosekai-api offers a list of functions that are specified in the Github wiki.
neosekai-dl
neosekai-dl is a project that uses neosekai-api to download novels from neosekaitranslations.com as PDF. The project is also in it's starting stages, so please bear with me. It's not a far fetch to say I made this API for the sole purpose of making neosekai-dl
For Future Releases
If you are using this project and wish to see more features in it, do open an issue on github. As I mentioned, I built this API for making neosekai-dl. This project, as it is, is all that is required for me to make neosekai-dl. However, if you wish to see more features in this API, I would be glad to implement your needs.
On creating support for authentification
neosekai-api, at the moment, does NOT support the registraton of new users or the ability to log in to neosekaitranslations.com.
This is mostly because, In neosekaitranslations.com, the only thing a registered user can do is leave comments. Since I feel like commenting is better done on the website itself, I didn't implement this functionality in the program.
Release files for neosekai-api 2.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| neosekai_api-2.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / neosekai_api-2.1.0-py3-none-any.whl
| Download URL | neosekai_api-2.1.0-py3-none-any.whl |
|---|---|
| Size | 6.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8d1d445a1bb7d6c035724ac9738c89005d8abbbd0afae44352c0ce77ccbe5eff
|
|
BLAKE2b-256 checksum How to use checksums |
589fc91cc72b5bb65252e1e6ac1765cb94969d1641d113eedc407e78188838ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.1
|