Added downloading posts into json files, filtering by year.
This commit is contained in:
5
download_posts.php
Normal file
5
download_posts.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
file_put_contents('public/posts_2023.json',file_get_contents('https://bookmeter.xyz/api/posts?edition=2023'));
|
||||
file_put_contents('public/posts_2024.json',file_get_contents('https://bookmeter.xyz/api/posts?edition=2024'));
|
||||
file_put_contents('public/posts_2025.json',file_get_contents('https://bookmeter.xyz/api/posts?edition=2025'));
|
||||
Reference in New Issue
Block a user