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

Allow arbitrary users for liked/not_liked #21

Open
jyn514 opened this issue Apr 27, 2019 · 2 comments
Open

Allow arbitrary users for liked/not_liked #21

jyn514 opened this issue Apr 27, 2019 · 2 comments
Labels
waiting-on Needs another issue to be fixed first

Comments

@jyn514
Copy link
Owner

jyn514 commented Apr 27, 2019

Currently we only allow filtering by messages you've liked, not by what other people have liked.

Steps:

  • figure out how to do this with argparse (nargs=* is a disaster)
  • map usernames to user ids with get(/groups/:id)['members']
@jyn514 jyn514 added the waiting-on Needs another issue to be fixed first label Apr 27, 2019
@jyn514
Copy link
Owner Author

jyn514 commented Apr 27, 2019

as usual, the hard part of this is dealing with argparse

@jyn514
Copy link
Owner Author

jyn514 commented Sep 12, 2019

maybe require '-F' before each user? like this: grepme -F joshua -F hunter. That would make it unambigious

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-on Needs another issue to be fixed first
Projects
None yet
Development

No branches or pull requests

1 participant