1
0
Fork 0
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:
Lim Chee Aun 2023-01-01 21:00:43 +08:00
parent 727b944f3b
commit 2925afeefc
2 changed files with 379 additions and 145 deletions

View file

@ -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',
});