Skip to content

ArjunSharda/nextguild

Repository files navigation

NextGuild

image

About

NextGuild is a Guilded API wrapper written in Python.

Founded in 2023, the ©️ Nextguild Project (2023-present) is the most user-friendly Python library for interacting with the Guilded API. Because of our commitment to make it as simple and easy to use as possible, it serves as an excellent resource for both beginners learning Python programming and experienced programmers looking for a straightforward development experience.

Made from a team of 2 people, this was a project originally thought for a fun purpose and for testing of the Guilded API, which eventually turned into a API wrapper for multi-purpose use.

Installation

Python 3.7+ is required

# MacOS / Linux (via Terminal)
python3 -m pip install -U nextguild

# Windows (via CMD Prompt)
py -3 -m pip install -U nextguild


NextGuild also requires 2 other packages to be installed before using it.

Tip

If you haven't installed them already, execute the following command in your terminal:

pip install requests websockets

Documentation

For NextGuild's official documentation, visit this link.

Founders

Arjun Sharda
Erik Thorsell

Contributing

Please see the CONTRIBUTING.MD file for the official guidelines to contribute.

License

©️ The NextGuild Project (2023-present) is under the MIT license, and usage of the library is subject to the terms of the MIT license.


© The NextGuild Project 2023-present
All Rights Reserved