Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/haithamaouati/felon
- Owner: haithamaouati
- License: mit
- Created: 2024-11-17T02:17:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T14:46:02.000Z (2 months ago)
- Last Synced: 2025-01-24T01:02:47.171Z (12 days ago)
- Topics: api, bash, bash-script, bash-scripting, felon, fetch, location, location-tracker, region, script, tiktok, tiktok-api, username
- Language: Shell
- Homepage: https://haithamaouati.github.io/haithamaouati/
- Size: 2.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 processorMake 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).