Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update cli interface to support collecting multiple lists #19

Open
pekasen opened this issue Oct 7, 2022 · 0 comments
Open

update cli interface to support collecting multiple lists #19

pekasen opened this issue Oct 7, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pekasen
Copy link
Member

pekasen commented 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:

{
  "token": "heregoesthefancycrowdtangletoken",
  "list_ids": {
    "ElvisImpersonators": "1234567",
    "AliensAndReptiloids": "1234567"
  }
}

Which would allow us to reference the lists by name: factli posts ElvisImpersonators.

@pekasen pekasen added the enhancement New feature or request label Oct 7, 2022
@pekasen pekasen changed the title update cli interface to suppoert collecting multiple lists update cli interface to support collecting multiple lists Oct 7, 2022
@pekasen pekasen assigned pekasen and unassigned adyk007 Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants