Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 696 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 696 Bytes

WE ARE LOGGIN

we-are-jammin.xyz but info gets send to your webhook.

Installation Guide

Prerequisites

  • Python 3.x installed on your system
  • pip package manager installed
  • git source controll installed

Installation Steps

  1. 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>
  1. Create a Virtual Environment (Optional but recommended):
python -m venv venv
venv\Scripts\activate
  1. Install Dependencies:
pip install -r requirements.txt
  1. Run the Application:
python app.py