this little program fetches shadowsockses from diffrent subscriptions and test them and rank them so you can use them more conveniently you need to edit .env file based of your own database and your preferd port and you should run the migrations on your database
curl -X POST \
'http://localhost:3000/sub' \
--header 'Content-Type: application/json' \
--data-raw '{"URL":"https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/sub/splitted/ss.txt"}'
curl -X GET 'http://localhost:3000/sub'
curl -X GET 'http://localhost:3000/ss'
curl -X GET 'http://localhost:3000/best'
