Notice: Currently this project is just a framework. It does not work yet.
If you want to get updated when 1.0.0 is released, then click Watch -> Custom -> Releases -> Apply
A Simple and Complete Replit API Package
Explore the docs ยป
View Package on PyPI
ยท
Report Bug
ยท
Request Feature
The Replit GraphQL API is an extraordinary way to make projects unique and special, yet with the numerous packages available few such projects have been made. Why would that be? Most likely due to how complicated writing code can get and the limitations of their queries. My package, ReplAPI.it, changes that with a simple to use structure and many queries, some of which are:
- Queries for Data on Users (such as Profile, Posts, Comments)
- Queries for Data on Posts (such as Upvoters, Content)
- Queries for Data on Repls (such as Files, Comments)
- Mutations for Commenting, Reporting, and Posting
- Queries for Data on Leaderboard (with filters such as cycles since)
- and lots more!
This package is also simple to use with it's class-based structure. Simply create a new class for your User, Post, or whatever your heart desires and use built in functions with options to query data your way.
Contributions are much appreciated, and if you have a cool idea that feels right in this package then you should check out our contributing page.
Distributed under the GPL-3.0 License. See LICENSE
for more information.
- BD103 - @BD103 - [email protected]
- JBYT27 - @JBYT27 - [email protected]
- darkdarcool - @Darkdarcool - [email protected]
- RayhanADev - @RayhanADev - [email protected]
Project Link: https://github.com/ReplAPI-it/ReplAPI.it-Python