Skip to content

Pheonix14/PyroQuanta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

PyroQuanta

PyroQuanta is an AI-based open source discord bot powered by Google's Gemini Pro model.

MIT License

Features

  • AI code write: Generate code snippets based on natural language descriptions.
  • AI translator: Translate text between different languages
  • Grammarify AI: Check and correct grammar and spelling errors in text.
  • AI email writer: Compose professional and personalized emails.
  • Text tone changer: Modify the tone and style of text.
  • Error fixed: Detect and fix errors in code.
  • And Many More.

Installation

To run PyroQuanta locally, you need to have Node.js (LTS version) installed on your system. You also need a Gemini API key and a Discord bot token. Follow these steps to install PyroQuanta:

  • Clone this repository:
git clone https://github.com/Pheonix14/PyroQuanta.git
  • Change directory to PyroQuanta:
cd PyroQuanta
  • Install dependencies:
npm install
  • Rename the file ./config/example-config.json to ./config/config.json.
  • Fill the configuration file with your Gemini API key and Discord bot token.
  • Deploy slash commands:
npm run deploy
  • Start the bot:
npm run start

Contribution

PyroQuanta is an open source project and we welcome contributions from anyone who is interested. You can contribute by opening issues or pull requests on GitHub. Please follow the code of conduct before making any changes.

License

PyroQuanta is licensed under the MIT License. See the LICENSE file for more details.