Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.02 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.02 KB

Felon

Scrape TikTok account details by username.

Screenshot

screenshot

Usage

To use the Felon script, follow these steps:

  1. Clone the repository:

    git clone https://github.com/haithamaouati/Felon.git
  2. Change to the Felon directory:

    cd Felon
  3. Change the file modes

    chmod +x felon.sh
  4. Run the script:

    ./felon.sh
  5. Enter the TikTok username (without @)

Dependencies

The script requires the following dependencies:

  • curl: Command line tool for transferring data with URL syntax
  • jq: Command-line JSON processor

Make sure to install these dependencies before running the script.

Author

Made with ☕ by Haitham Aouati

License

Felon is licensed under MIT License.