Added README.md

This commit is contained in:
moony 2021-07-01 10:46:38 -07:00
parent 8dfa70faae
commit 02e1962130

26
README.md Normal file
View File

@ -0,0 +1,26 @@
## Installation
1. Install dependencies.
```bash
# CentOS & Fedora
sudo yum install git python3 -y
# Ubuntu & Debian
sudo apt install git python3 python3-pip -y
```
2. Clone repository and install python3 module
```bash
git clone https://git.tcp.direct/moony/aftermath.git
cd aftermath/
python3 -m pip install -r requirements.txt --user
```
## Usage
```bash
python3 aftermath.py
```
## DISCLAIMER
This script is for tutorial purposes only. I will not be held responsible if you use it for illegal activities.