An API to search for mangas to read and their urls
# defaults to search on mangapark.me
$ python mangasearch.py <query>
# to search on other sites:
$ python mangasearch.py <query> --site mangapark
$ python mangasearch.py <query> --site mangafox
$ python mangasearch.py <query> --site mangareader
$ python mangasearch.py <query> --site mangapanda
There are currently 4 sites available to search from:
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
This project is licensed under the MIT License - see the LICENSE.md file for details