sahansandaruwan / bigboss

Discord Python Bot Template, for those looking for ideas or starting to learn Python!

Home Page:https://bigboss.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🈹 Big Boss

HOW TO USE

1. Local deployment

First modify this config.py according to your data

  'pic_url' : 'https://sandaruwan-img-host.pages.dev/88976667.png', #https://imgbb.com/ host the image on this website and enter the URL here as in the example

  'TOKEN' : 'Enter_You_BOT_TOKEN', #Enter the bot token here

  'bot_name': '🈹 Big Boss', #Enter a name of your choice for the bot.

  'channel_id':'CHANNEL_ID', #Enter the ID of the channel you created

  'alive_msg':'Hi I Am Alive', 

  'menu_name':'🈹 Big Menu' 
  
  'Local_Run': False,  #Set this to true if deploying locally.

You need to download Python to your computer Download

To install the development version, do the following:

git clone https://github.com/sahansandaruwan/bigboss.git
cd bigboss

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

python -m pip install -r requirements.txt 

After that you can start it with

python app.py

'TOKEN' This should include the token of your Discord Bot. readmore

'channel_id' Enter your discord channel ID number here. readmore

Plugin Work
Youtube Search βœ…
Google Search βœ…
Discord Text Markdown βœ…
Text Spam βœ…
Random Image βœ…
Random Quote βœ…
Discord Server Status βœ…
Local deployment βœ…
Digital Ocean Deploy βœ…
Config βœ…
Embed message βœ…
Tagall βœ…
Bot Maintenance ❌
Since 2023/02/15
Can Template Use? Use

2. Digital Ocean Deploy

Deploy to DO

Developer

Sahan Sandaruwan
Sahan Sandaruwan
Developer

About

Discord Python Bot Template, for those looking for ideas or starting to learn Python!

https://bigboss.pages.dev/

License:MIT License


Languages

Language:Python 73.6%Language:HTML 26.3%Language:Procfile 0.1%