You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now we cant iterate through a number of lists but must schedule them indenpently. Better solution would be to do something like this: factli posts --options list_id1 list_id2 list_id3.
For even more convenience we could store API keys and list IDs in JSON format:
pekasen
changed the title
update cli interface to suppoert collecting multiple lists
update cli interface to support collecting multiple lists
Oct 7, 2022
right now we cant iterate through a number of lists but must schedule them indenpently. Better solution would be to do something like this:
factli posts --options list_id1 list_id2 list_id3
.For even more convenience we could store API keys and list IDs in JSON format:
Which would allow us to reference the lists by name:
factli posts ElvisImpersonators
.The text was updated successfully, but these errors were encountered: