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
- Host: GitHub
- URL: https://github.com/haithamaouati/katana
- Owner: haithamaouati
- License: wtfpl
- Created: 2025-04-27T00:40:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-18T00:27:30.000Z (6 months ago)
- Last Synced: 2025-06-02T22:13:14.973Z (5 months ago)
- Topics: bash, bash-script, checker, kali-scripts, termux, termux-tool, termux-tools, tiktok, tiktok-api, tiktok-checker, tiktok-scraper, tiktok-tool, tools, username, username-checker
- Language: Shell
- Homepage:
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Katana
**Katana** — TikTok Username Checker.

## 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).