Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.24 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.24 KB

Mystic ✨

An API to access all the major details of any charcter from the well renouned novel, The Lord of the Mysteries.
The API extracts data from the website "https://lordofthemysteries.fandom.com/wiki/"

The API is under developement. Some elements may contain bugs, more features upcoming.


- ⚒️ Requirements

  • requests for retrieving the webpage.
  • BeautifulSoup for HTML parsing and scraping.
  • NLTK for correct generation of the url.

- 💻 Installation

Simply clone the the repo, and use the Character class.

# Install the requirements
$ python3 pip install requests bs4 nltk

# Clone the repository
$ git clone https://github.com/Jaguar000212/LOTM-API.git

# Change the directory
$ cd LOTM-API

- 📃 Usage

import mystic


character = api.Character(name = "Klein Moretti")
print(character.get_data())

- 🟢 What more?

We will be updating the API with more classes, bug fixes, efficiency and readability. We are working on the documentations as well.
Contributions are welcome!

Currently, the development has been halted, contributions are welcomed.


With ❤️ by Jaguar000212 & Theroid00