mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-05-02 05:10:34 +03:00
Refetch list of instance URLs
Also bump list to more than 200
This commit is contained in:
parent
727b944f3b
commit
2925afeefc
2 changed files with 379 additions and 145 deletions
scripts
|
@ -3,7 +3,8 @@ import fs from 'fs';
|
|||
const { INSTANCES_SOCIAL_SECRET_TOKEN } = process.env;
|
||||
|
||||
const params = new URLSearchParams({
|
||||
count: 200,
|
||||
count: 0,
|
||||
min_users: 1_000,
|
||||
sort_by: 'active_users',
|
||||
sort_order: 'desc',
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue