https://github.com/gabrielahn/fastapi-discord-graphql-gh
An GraphQL API powered by FastAPI ๐จ that reads from the Discord API via a Bot to get the most update info as possible.
https://github.com/gabrielahn/fastapi-discord-graphql-gh
asyncio discord-bot fastapi graphql python railway
Last synced: 5 months ago
JSON representation
An GraphQL API powered by FastAPI ๐จ that reads from the Discord API via a Bot to get the most update info as possible.
- Host: GitHub
- URL: https://github.com/gabrielahn/fastapi-discord-graphql-gh
- Owner: gabrielAHN
- Created: 2024-08-19T11:57:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T04:09:21.000Z (almost 2 years ago)
- Last Synced: 2025-02-11T17:55:49.319Z (over 1 year ago)
- Topics: asyncio, discord-bot, fastapi, graphql, python, railway
- Language: Python
- Homepage: https://discord-react-app-production.up.railway.app/login
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DiscorD & FastAPI API ๐ค
[](https://railway.app/template/qI6MGp)
### description
Able to make Discord Bot Call via GraphQL API using FastAPI as the API server.
Products & Libraries used ๐ท
- fastapi
- GraphQL
- hypercorn
- python
- pydiscord
- Hypercorn
## How to ๐คจ
- Clone locally and install packages with pip using `pip install -r requirements.txt`
- Run locally using `hypercorn main:app --reload`
## Features ๐
- It can get the messages from channels within a category channel.
- Make a reply via a thread.
- Send messages to threads and channels alike.
- Filter responses messages by different fields
[To see more check me out](https://www.gabrielhn.com)