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.
requests
for retrieving the webpage.BeautifulSoup
for HTML parsing and scraping.NLTK
for correct generation of the url.
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
import mystic
character = api.Character(name = "Klein Moretti")
print(character.get_data())
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