Metadata-Version: 2.1
Name: bootstrap-discord-bot
Version: 1.0.9
Summary: An opinionated discord.py bot code bootstrapper
Home-page: https://github.com/Pradeep-selva/bootstrap-discord-bot
Author: pradeep-selva
Author-email: pradeep.selva8833@gmail.com
License: MIT
Keywords: discord.py cli-tool bootstrapper boilerplate genrator discord bot
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: argparse

<h1 align="center">Bootstrap Discord Bot</h1>

<div align="center">
  <strong>An opinionated cli-tool to bootstrap your discord bot code!</strong>
  <p>Forget about boilerplate while making a discord bot. Just use a simple command</p>
</div>

## Demo

<div align="center">
    <img src="./screenshots/demo.gif" alt="demo" width="600"/>
</div>
<br/>

[![Downloads](https://pepy.tech/badge/bootstrap-discord-bot)](https://pepy.tech/project/bootstrap-discord-bot)
[![Downloads](https://pepy.tech/badge/bootstrap-discord-bot/month)](https://pepy.tech/project/bootstrap-discord-bot)
[![Downloads](https://pepy.tech/badge/bootstrap-discord-bot/week)](https://pepy.tech/project/bootstrap-discord-bot)

<br/>
<br/>

## Features

- Support for code with/without cogs.
- .env file support for keys and .gitignore to hide it.
- Bot code pre-built with a utility ping function to get you started!

## Usage

- Install using

```
pip install bootstrap-discord-bot
```

- cd into your bot directory

- Run `bootstrap-discord-bot -h` to get help

<div align="center">
    <img src="./screenshots/help.png" alt="help" width="800"/>
</div>
<br/>
<br/>
<br/>

- Run `bootstrap-discord-bot --cogs` to initialise a discord bot with cogs.

<div align="center">
    <img src="./screenshots/cogs.png" alt="cogs" width="800"/>
</div>
<br/>
<br/>
<br/>

- Run `boostrap-discord-bot --nocogs` to initialise a discord bot without cogs.

<div align="center">
    <img src="./screenshots/nocogs.png" alt="demo" width="800"/>
</div>

## Built using

- Python
- Discord.py
- argparse
- setuptools


