AniruddhaGawali / gitscribe

Discord bot for GitHub repo and issue info retrieval.

Home Page:https://pypi.org/project/gitscribe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitscribe

gitscribe is a Python Discord bot that provides information about GitHub repositories and issues. It's designed to make it easier for users to retrieve details about GitHub projects directly within a Discord server.

Installation

To deploy gitscribe, follow these steps:

pip install gitscribe

To build and develop gitscribe, follow these steps:

  1. Clone the repository:

    git clone https://github.com/oss-reva/gitscribe.git
    cd gitscribe
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate
  3. Install requirements:

    pip install -r requirements.txt
  4. Install the package in editable mode:

    pip install -e .

Usage

To use gitscribe, provide the Discord bot token as follows:

gitscribe --token DISCORD_BOT_TOKEN

Replace DISCORD_BOT_TOKEN with your actual Discord bot token.

Contributing

If you'd like to contribute to this project, please read our Contributing Guidelines.

License

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

About

Discord bot for GitHub repo and issue info retrieval.

https://pypi.org/project/gitscribe/

License:MIT License


Languages

Language:Python 100.0%