Skip to content

minhajputhiyara/Demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Project

This project is designed to manage and enhance Discord functionalities.

Folder Structure

  • env/ and venv/ - Virtual environment directories.
  • dist/, build/, and *.egg-info/ - Distribution and packaging files.
  • .vscode/ and .idea/ - IDE-specific configuration files.
  • .env - Environment variables file.

Key Files

  • discord_bot.py - A base code for creating a Discord bot.
  • bot.py - A code implementation that integrates with Opeanai to produce DFM response according to the user query.

Getting Started

  1. Clone the repository:

    git clone <repository-url>
  2. Set up a virtual environment:

    python -m venv env
    source env/bin/activate  # On Windows, use `env\Scripts\activate`
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run the application:

    python main.py

Contributing

Feel free to submit issues or pull requests to improve the project.

License

This project is licensed under the MIT License.

About

DEMOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages