reddit-save
reddit-save copied to clipboard
would be nice to be able to download friends' submissions
As it says in the title: It would be nice to be able to download submissions made by a user's friends.
Friends as in providing someone else's username and downloading their submissions? Could be extended to do that, but it's a bit off-mission. I am going to focus on this repo a bit in the next few weeks given everything that's happening, so I'll see how easy it would be to add.
I'm a half-decent programmer and have code that works. But I don't know how to do a pull-request in github; maybe you do. Do I fork the project first and then make my changes on that fork (rather than on a branch, which is how it works at my work)?
On Fri, Jun 16, 2023 at 8:49 AM Sam Ireland @.***> wrote:
Friends as in providing someone else's username and downloading their submissions? Could be extended to do that, but it's a bit off-mission. I am going to focus on this repo a bit in the next few weeks given everything that's happening, so I'll see how easy it would be to add.
— Reply to this email directly, view it on GitHub https://github.com/samirelanduk/reddit-save/issues/14#issuecomment-1594625767, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH3WNHOVH6MNXUOKI6ZXHATXLRI6XANCNFSM6AAAAAAZE7SH24 . You are receiving this because you authored the thread.Message ID: @.***>
Yes that's right - fork, clone forked repo locally, make any commits, push commits to your forked repo on here, then open a pull request - thanks a lot!