Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 918 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 918 Bytes

MangaSearch

An API to search for mangas to read and their urls

Usage

# 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

Sites available

There are currently 4 sites available to search from:

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

This project is licensed under the MIT License - see the LICENSE.md file for details