2023-05-20 15:34:32 +02:00
<!-- PROJECT SHIELDS -->
<!--
*** I'm using markdown "reference style" links for readability.
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
*** See the bottom of this document for the declaration of the reference variables
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->
<!-- PROJECT LOGO -->
< br / >
< div align = "center" >
< h3 align = "center" > Tranga< / h3 >
< p align = "center" >
Automatic Manga and Metadata downloader
< / p >
< / div >
<!-- TABLE OF CONTENTS -->
< details >
< summary > Table of Contents< / summary >
< ol >
< li >
< a href = "#about-the-project" > About The Project< / a >
< ul >
< li > < a href = "#built-with" > Built With< / a > < / li >
< / ul >
< / li >
2023-05-25 18:36:21 +02:00
< li >
< a href = "#screenshots" > Screenshots< / a >
< / li >
2023-05-20 15:34:32 +02:00
< li >
< a href = "#getting-started" > Getting Started< / a >
< ul >
< li > < a href = "#prerequisites" > Prerequisites< / a > < / li >
< / ul >
< / li >
< li > < a href = "#roadmap" > Roadmap< / a > < / li >
< li > < a href = "#contributing" > Contributing< / a > < / li >
< li > < a href = "#license" > License< / a > < / li >
< li > < a href = "#acknowledgments" > Acknowledgments< / a > < / li >
< / ol >
< / details >
<!-- ABOUT THE PROJECT -->
## About The Project
Tranga can download Chapters and Metadata from Scanlation sites such as
- [MangaDex.org ](https://mangadex.org/ )
2023-06-01 15:08:32 +02:00
- [Manganato.com ](https://manganato.com/ )
2023-06-06 15:41:26 +02:00
- [Mangasee ](https://mangasee123.com/ )
2023-05-20 15:34:32 +02:00
2023-06-06 15:41:26 +02:00
and automatically start updates in [Komga ](https://komga.org/ ) and [Kavita ](https://www.kavitareader.com/ ) to import them.
2023-05-20 15:34:32 +02:00
### Inspiration:
2023-05-20 17:48:53 +02:00
Because [Kaizoku ](https://github.com/oae/kaizoku ) was relying on [mangal ](https://github.com/metafates/mangal ) and mangal
hasn't received bugfixes for it's issues with Titles not showing up, or throwing errors because of illegal characters,
there were no alternatives for automatic downloads. However [Kaizoku ](https://github.com/oae/kaizoku ) certainly had a great Web-UI.
2023-05-20 15:34:32 +02:00
That is why I wanted to create my own project, in a language I understand, and that I am able to maintain myself.
< p align = "right" > (< a href = "#readme-top" > back to top< / a > )< / p >
### Built With
- .NET-Core
- Newtonsoft.JSON
2023-06-06 15:41:26 +02:00
- [PuppeteerSharp ](https://www.puppeteersharp.com/ )
2023-05-25 18:36:21 +02:00
- Love < 3 Blåhaj 🦈
2023-05-20 15:34:32 +02:00
< p align = "right" > (< a href = "#readme-top" > back to top< / a > )< / p >
2023-05-25 18:36:21 +02:00
## Screenshots
![image ](screenshots/overview.png )
![image ](screenshots/addtask.png )
| ![image ](screenshots/settings.png ) | ![image ](screenshots/publication-description.png ) |
|-----------------------------------:|:-------------------------------------------------:|
< p align = "right" > (< a href = "#readme-top" > back to top< / a > )< / p >
2023-05-20 15:34:32 +02:00
<!-- GETTING STARTED -->
## Getting Started
2023-05-25 18:36:21 +02:00
There is two release types:
- CLI
- Docker
### CLI
Head over to [releases ](https://git.bernloehr.eu/glax/Tranga/releases ) and download. The CLI will guide you through setup.
### Docker
Download [docker-compose.yaml ](https://git.bernloehr.eu/glax/Tranga/src/branch/master/docker-compose.yaml ) and configure to your needs.
2023-05-20 15:34:32 +02:00
2023-05-25 18:36:21 +02:00
Wherever you are mounting `/usr/share/Tranga-API` you also need to mount that same path + `/imageCache` in the webserver container.
2023-05-20 15:34:32 +02:00
### Prerequisites
2023-06-06 15:41:26 +02:00
[.NET-Core 7.0 SDK ](https://dotnet.microsoft.com/en-us/download/dotnet/7.0 )
2023-05-20 15:34:32 +02:00
<!-- ROADMAP -->
## Roadmap
2023-06-06 15:41:26 +02:00
- [ ] Docker ARM support
2023-05-20 15:34:32 +02:00
- [ ] ?
2023-05-20 15:43:38 +02:00
See the [open issues ](https://git.bernloehr.eu/glax/Tranga/issues ) for a full list of proposed features (and known issues).
2023-05-20 15:34:32 +02:00
< p align = "right" > (< a href = "#readme-top" > back to top< / a > )< / p >
<!-- CONTRIBUTING -->
## Contributing
The following is copy & pasted:
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated** .
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
< p align = "right" > (< a href = "#readme-top" > back to top< / a > )< / p >
<!-- LICENSE -->
## License
Distributed under the GNU GPLv3 License. See `LICENSE.txt` for more information.
< p align = "right" > (< a href = "#readme-top" > back to top< / a > )< / p >
<!-- ACKNOWLEDGMENTS -->
## Acknowledgments
* [Choose an Open Source License ](https://choosealicense.com )
* [Font Awesome ](https://fontawesome.com )
2023-05-20 15:49:37 +02:00
* [Best-README-Template ](https://github.com/othneildrew/Best-README-Template/tree/master )
2023-05-20 15:34:32 +02:00
< p align = "right" > (< a href = "#readme-top" > back to top< / a > )< / p >