Skip to content

bottoproject/raffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botto Raffle

Introduction

This Python project includes a script, script.py, designed to randomly select 3 winners from a provided list. It's a simple and efficient way to conduct drawings or select individuals for any purpose.

Prerequisites

Before you begin, ensure you have Python installed on your system. This script has been tested on Python 3.x. You can download Python from python.org.

Installation

Clone the Repository

First, clone this repository to your local machine using:

git clone [email protected]:bottoproject/raffle.git

Set Up a Python Virtual Environment (Optional but Recommended)

It's a good practice to use a virtual environment for your Python projects. To set up a virtual environment, navigate to the project directory and run:

Activate the virtual environment:

  • On Windows: .\venv\Scripts\activate

  • On Unix or MacOS: source venv/bin/activate

Install Required Packages

This project requires some external packages, which are listed in requirements.txt. Install them using:

pip install -r requirements.txt

Usage

To run the script, simply execute:

python script.py

Upon launching, script.py will automatically select 3 winners from the provided list in botto_sessions.csv. Ensure that your list is properly formatted and located as specified in the script's documentation.

Support

For any queries or issues, please open an issue on the GitHub repository, or contact in our discord https://discord.gg/botto .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages