Skip to content

a simple giveaway bot script all thanks goes to Dummylot

Notifications You must be signed in to change notification settings

MohamedLunar/giveaway-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Giveaway Bot

  • basic script of discord giveaways bot written on Python
  • all thanks goes to Dummylot for help in this project

How to run this project

  • you can run this project by 2 ways

1 - From Termux

apt update && apt upgrade
  • allow access for run the file
termux-setup-storage
cd /sdcard/download
  • install pakages
pkg install python
pip install -r requirements.txt
  • run the file
python main.py
  • remember to edit your token and your status in main.py file

2 - From a host

  • the best free host is PylexNodes you should host from it
  • create new server then upload main.py file
  • then go to startup and scroll down to Additional Python packages and type discord to install discord.py library
  • remember to edit your token and your status in main.py file
  • after do all of those go to console and select start then the bot will say logged in as {your.bot.name} successfully

Command usage

  • to run the giveaway you should do g!start <duration in seconds> <prize>
  • other command g!help

Releases

No releases published

Packages

No packages published

Languages