Skip to content

Library that scraps data from one of the fandoms of Lord of the Mysteries, the renounced Novel.

License

Notifications You must be signed in to change notification settings

Jaguar000212/LOTM-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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