Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 1.47 KB

README.md

File metadata and controls

70 lines (38 loc) · 1.47 KB

Note

Join the Discord server for issues. Thanks a lot!

Warning

Please be advised that usage of this tool is entirely at your own risk. I assumes no responsibility for any adverse consequences that may arise from its use, and users are encouraged to exercise caution and exercise their own judgment in utilizing this tool.

TWICE API

An API that scrapes data from Twice Wiki and convert into JSON format.

How it works

It scrapes data from Twice Wiki and format/beautify it into a JSON format.

API Reference

  GET https://qing762.is-a.dev/api/twice

Run Locally

To build the API yourself, follow the steps below:

Clone the project

  git clone https://github.com/qing762/twice-api

Go to the project directory

  cd twice-api

Install dependencies

  pip install -r requirements.txt

Run the code

  python main.py

You should see a twice.json file after this, meaning that it is built successfully and you can use the json file as an API for your projects.

Contributing

Contributions are always welcome!

To contribute, fork this repository and improve it. After that, press the contribute button.

Feedback / Issues

If you have any feedback or issues using the API, please join the Discord server

License

MIT LICENSE