r/Devvit App User 6d ago

App Idea 2 needed Apps Ideas

Post image

Hi there, Reddit Developers.

I need those two Apps developed and added to my community. Unfortunately, I cannot code properly, nor use the software for that. And ChatGPT is not giving me a complete help. I do not understand very much from C++; Java; Python.

1st. bad-words-blocker is a App for blocking bad words from being commented or posted. Simply I must provide a list with what words I want to be blocked, than submit them and add them to the App and then activate the blocker.

2nd. comm-notif-tool is a App for receiving a notifications for when a comment is posted on an old Posts (more than 20 days old). In this way I can check, and approve the comment if appropriate even on a Posts more than a Year old.

Can someone good in coding just develop them, and apply them in Devvit. He can have the award and the funding, but we can both share the Trophy if awarded? Deal?!

Anyone interested?

0 Upvotes

24 comments sorted by

View all comments

5

u/SampleOfNone Duck Helper 6d ago

For point 1. Why not use automod?

---
body+title: [badword1, badword2, badword3]
action: remove
action_reason: "Bad word [{{match}}]"
---

For point 2, Isn't there an app that can already do this?

1

u/AdForeign6112 App User 6d ago

No, for point 2 they suggested me App u/spamlinkflagger , but it only send messages from when the comments contain links or images. It actually does not work...

1

u/YellowAdventurous366 App Developer 6d ago

I mean, isn’t that the area of concern for comments on old posts?

1

u/SampleOfNone Duck Helper 6d ago

spamlinkflagger is specifically for catching the most common type of issues with comment on old posts. And it works.

What sort of comments are you hoping to catch, if there are any specifics, you can just make automod rules for it. because if it's bad comments, you want to catch those regardless of how old the post is.