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

Add "!reddit <subreddit>" command #135

Open
cuijulian opened this issue Jun 28, 2019 · 2 comments
Open

Add "!reddit <subreddit>" command #135

cuijulian opened this issue Jun 28, 2019 · 2 comments

Comments

@cuijulian
Copy link

There should be a !reddit command which takes in the name of a popular subreddit and outputs the top few posts in that subreddit (bolded title and link to post). Functionality would be almost identical to !news and !fakenews, would be strongly recommended to make use of existing code. Refer to NewsParser.java, News.java, and FakeNews.java for implementation. Great for new contributors who want to dabble in their first feature.

@justinmcook
Copy link
Contributor

justinmcook commented Jun 28, 2019

For those interested in working on this: Reddit RSS feeds are available at: https://reddit.com/r/<subreddit>.rss (which also means !reddit could take in any word rather than a predefined list like !news and !fakenews)

@justinmcook
Copy link
Contributor

See #16 for a similar issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants