This bash script allows you to fetch detailed information about TikTok users by their username
, without requiring logins or API keys. It extracts various user data such as follower counts, video counts, likes, and more.
- Fetch user information by TikTok
username
. - Works without logins and without using APIs.
- Extracts:
- User ID
- Unique ID
- Nickname
- Follower count
- Following count
- Likes count
- Video count
- Biography (signature)
- Verified status
- SecUid
- Comment settings
- Private account status
Region- Heart count
- Digg count
- Friend count
- Account Created
- Last Username Change
- Last Nickname Change
- TikTok Profile URL
To use the Clawk script, follow these steps:
-
Clone the repository:
git clone https://github.com/haithamaouati/Clawk.git
-
Change to the Clawk directory:
cd Clawk
-
Change the file modes
chmod +x clawk.sh
-
Run the script:
./clawk.sh
Usage: ./clawk.sh <@username>
or [username]
The script requires the following dependencies:
- curl:
pkg install curl - y
- jq:
pkg install jq -y
Important
Make sure to install these dependencies before running the script.
Note
Ensure that the TikTok user account is public to access their information.
Tip
The scraping technique relies on the current structure of the TikTok website, which may change.
- Tested on Termux
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!
Clawk is licensed under WTFPL license.