Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haithamaouati/felon

Scrape TikTok account region by username.
https://github.com/haithamaouati/felon

api bash bash-script bash-scripting felon fetch location location-tracker region script tiktok tiktok-api username

Last synced: 12 days ago
JSON representation

Scrape TikTok account region by username.

Awesome Lists containing this project

README

        

# Felon
Scrape TikTok account details by username.

# Screenshot

![screenshot](https://raw.githubusercontent.com/haithamaouati/Felon/refs/heads/main/screenshot.png)

## Usage

To use the Felon script, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/haithamaouati/Felon.git
```

2. Change to the Felon directory:

```bash
cd Felon
```

3. Change the file modes
```bash
chmod +x felon.sh
```

5. Run the script:

```bash
./felon.sh
```

6. Enter the TikTok `username` _(without @)_

## Dependencies

The script requires the following dependencies:

- [curl](https://curl.se/): Command line tool for transferring data with URL syntax
- [jq](https://stedolan.github.io/jq/): Command-line JSON processor

Make sure to install these dependencies before running the script.

## Author

Made with :coffee: by **Haitham Aouati**
- GitHub: [github.com/haithamaouati](https://github.com/haithamaouati)

## License

Felon is licensed under [MIT License](LICENSE).