-
Notifications
You must be signed in to change notification settings - Fork 32
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
RFC: Ability to add resources from the Subreddit #62
Comments
I think that adding this to the wiki on the sub Reddit and defining a proper format would be much more feasible. We can have a mega thread and a Reddit bot, so if we see any link shared around, we can call the bot to check if the link is already added into resource list. The links that do pass this check will get added to the resource mega thread, from where we can add them into the repo. (Alternatively, we can keep a list of links that were added through Reddit in the repo in JSON format, that would avoid duplicate links from getting into the repo and also will serve as a record library). Also, we can call the bot automatically under every comment or post that shares a link and remind them of the format. |
We can create a script in https://github.com/developersIndia/deviras for that. |
Yep, the closest I can see is the community thread script, that grabs posts from community thread, we can create a similar one that can collect links from posts and comments from Subreddit when it's called. I will start working on it, just give me some time to go through the code base. |
we can make it auto-call it itself from resource flaired posts or we can just add a |
should be easy with praw |
Looks good, but that's assuming that people would actually properly flair their posts. There could be a lot of posts that can have discussion flair but still a lot of links, we definitely need the |
How about something like this:
But we do need a set rule, like asking users to post resources like |
Feature details?
The flow:
Resources
flair on Reddit.Code of Conduct
The text was updated successfully, but these errors were encountered: