An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# discordquery
[![Node.js CI](https://github.com/cjavad/discordquery/workflows/Node.js%20CI/badge.svg)](https://github.com/cjavad/discordquery/actions)
[![npm](https://img.shields.io/npm/v/discordquery)](https://www.npmjs.com/package/discordquery)
[![npm bundle size](https://img.shields.io/bundlephobia/min/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.