Skip to content

A bowl of text data who learns from user specified sources, and spits out something better than word salad.

Notifications You must be signed in to change notification settings

jklepsercyber/bowl-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Discord Bot Template

This repository is a template that everyone can use for the start of their discord bot.

I would've been happy if there were any template existing. However, there wasn't any existing template. That's why I decided to create my own template to let you guys create your discord bot easily.

How to download it

Alternatively you can do the following:

How to set up

To set up the bot I made it as simple as possible. I now created a config.json file where you can put the needed things to edit.

Here is an explanation of what everything is:

Variable What it is
YOUR_BOT_PREFIX_HERE The prefix(es) of your bot
YOUR_BOT_TOKEN_HERE The token of your bot
YOUR_APPLICATION_ID_HERE The application ID of your bot
OWNERS The user ID of all the bot owners

How to start

To start the bot you simply need to launch, either your terminal (Linux, Mac & Windows), or your Command Prompt ( Windows) .

Before running the bot you will need to install all the requirements with this command:

pip install -r requirements.txt

If you have just installed python today, then you just need to use the following command:

python client.py

Built With

About

A bowl of text data who learns from user specified sources, and spits out something better than word salad.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages