https://github.com/cjavad/discordql
You ever wanted to browse your discord server from a terminal? Look no further DiscordQL aims to be a CLI interface with your discord bot.
https://github.com/cjavad/discordql
ast cli-interface discord lexer parser programming-language query-language semantic-analysis
Last synced: 7 months ago
JSON representation
You ever wanted to browse your discord server from a terminal? Look no further DiscordQL aims to be a CLI interface with your discord bot.
- Host: GitHub
- URL: https://github.com/cjavad/discordql
- Owner: cjavad
- License: mit
- Created: 2020-04-30T18:11:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T20:34:06.000Z (about 3 years ago)
- Last Synced: 2023-02-28T09:19:18.620Z (almost 3 years ago)
- Topics: ast, cli-interface, discord, lexer, parser, programming-language, query-language, semantic-analysis
- Language: TypeScript
- Homepage: https://cjavad.github.io/DiscordQL
- Size: 532 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# discordquery
[](https://github.com/cjavad/discordquery/actions)
[](https://www.npmjs.com/package/discordquery)
[](https://www.npmjs.com/package/discordquery)
You ever wanted to browse your discord server from a terminal? Look no further discordquery aims to be a CLI interface with your discord bot.
Discordquery provides a SQL-like query language that interacts with discord.js (our discord api library) and in turn your discord bot.
## Roadmap
[ ] Custom output formatter for the interactive mode (a json config or something similar)
[ ] Refractor code, document api / project and fix code commands (code quality)
[ ] Implement permission management, channel management and member management.