GitXplorerGitXplorer
A

nextguild

public
5 stars
6 forks
0 issues

Commits

List of commits on branch main.
Verified
d39e378f45e74e4b4c8f71695588d0d1251033ee

Merge pull request #73 from ArjunSharda/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.3

AArjunSharda committed a month ago
Verified
7b767a4c240a3937eacf3bd5902e9ce2eb2c1ab8

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3

ddependabot[bot] committed a month ago
Verified
b2a7fbb62f240b187c674c1f6391be41f08afab2

Merge pull request #72 from ArjunSharda/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.2

AArjunSharda committed 2 months ago
Verified
54b2e5a8007884b0666b21f5bba2cea549557c19

Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2

ddependabot[bot] committed 2 months ago
Verified
b4c90ddcf383244696ee4565380e01b40db9c6b0

Merge pull request #71 from ArjunSharda/dependabot/github_actions/pypa/gh-action-pypi-publish-1.11.0

AArjunSharda committed 2 months ago
Verified
e1107b9e2f6a31097164f5c1c2a675f3c7154267

Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0

ddependabot[bot] committed 2 months ago

README

The README file for this repository.

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