Pull the non finished games and card amounts into a list #3253
-
Hello, I am an absolute beginner, so this question is probably stupid. Anyways, is there a possibility to generate or create a list of the games that you still have card drops left with the amount of card drops left. Copying each and every games name + card drop amount by hand is quite the tedious task. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Not with vanilla ASF as far as I know, closest thing I can imagine is |
Beta Was this translation helpful? Give feedback.
-
If you have cards farmer module active then ASF API endpoint Alternatively If the above is not sufficient to you, you can always code yourself a custom plugin which will fetch the info from ASF bots directly and do whatever you want with that info, although I recommend two above options first. |
Beta Was this translation helpful? Give feedback.
If you have cards farmer module active then ASF API endpoint
GET /Api/Bot/ASF
will give you such list in JSON.Alternatively
sa
command as @nolddor stated above.If the above is not sufficient to you, you can always code yourself a custom plugin which will fetch the info from ASF bots directly and do whatever you want with that info, although I recommend two above options first.