-
Notifications
You must be signed in to change notification settings - Fork 5
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
Penny should save a list of images submitted in DMs #27
Comments
I started this here: Some things up for debate:
|
I think that I think if we can work with just images that would be good too. Just looking over some of the code. Do you think we should define Thoughts? |
function moved! That was easy and sensible. |
Good call; nice catch! looking forward to the PR! |
Finished drawings are sent to Penny as DMs (#23 (comment))
Maybe if you send a file with the comment 'submit drawing', that will trigger penny to save some info about the file (image URL on Slack's hosting & who submitted it at least) to a text file, similar to prompts. That text file can be read by gallery generator or penny later.
There's also files.list API call that I haven't tried out yet.
There might be permissions issues with the files if they are intended for only the submitter & penny to view. Maybe we'll have to use the API to change permissions, or copy images to another host when they are shown in a gallery.
The text was updated successfully, but these errors were encountered: