|
|
@@ -18,7 +18,7 @@ So that database is populated with necessary tables.
|
|
|
|
|
|
TikTok Scraper is built to be run through artisan commands:
|
|
|
- `php artisan tiktok:getusers <user> [<user> [...]]` - Supplied with the list of users, fetches data regarding that TikTok user.
|
|
|
-- `php artisan tiktok:getvideos -f=<file>` - Fetches video data from the supplied file. For the correct format of the file, see `storage/videos.json` sample file.
|
|
|
+- `php artisan tiktok:getvideos -f <file>` - Fetches video data from the supplied file. For the correct format of the file, see `storage/videos.json` sample file.
|
|
|
|
|
|
|
|
|
## Operation
|