An open API service indexing awesome lists of open source software.

https://github.com/haithamaouati/katana

TikTok Username Checker
https://github.com/haithamaouati/katana

bash bash-script checker kali-scripts termux termux-tool termux-tools tiktok tiktok-api tiktok-checker tiktok-scraper tiktok-tool tools username username-checker

Last synced: 2 days ago
JSON representation

TikTok Username Checker

Awesome Lists containing this project

README

          

# Katana
**Katana** — TikTok Username Checker.

![preview](preview.png)

## Install

To use the Katana script, follow these steps:

1. Clone the repository:

```
git clone https://github.com/haithamaouati/Katana.git
```

2. Change to the Katana directory:

```
cd Katana
```

3. Change the file modes
```
chmod +x katana.sh
```

5. Run the script:

```
./katana.sh
```

## Usage

Usage: `./katana.sh -u `

##### Options:

`-u`, `--username` Username or file with usernames

`-h`, `--help` Show this help message

##### Example:

Check username: `./katana.sh -u hacker_dz`

Check file with usernames: `./katana.sh -u usernames.txt`

## Dependencies

The script requires the following dependencies:

- [curl](https://curl.se/): `pkg install curl - y`
- [grep](): `pkg install grep -y`
- [sed](): `pkg install sed -y`

> [!IMPORTANT]
> Make sure to install these **dependencies** before running the script.

> [!TIP]
> This script allows you to check a single username or a file `usernames.txt` with multiple usernames.

## Environment
- Tested on [Termux](https://termux.dev/en/)

## Disclaimer
>[!CAUTION]
>This Tool is only for educational purposes

> [!WARNING]
> We are not responsible for any misuse or damage caused by this program. use this tool at your own risk!

## License

Clawk is licensed under [WTFPL license](LICENSE).