Skip to content

Latest commit

 

History

History
executable file
·
40 lines (30 loc) · 2.23 KB

README.md

File metadata and controls

executable file
·
40 lines (30 loc) · 2.23 KB

uRepost iRecomment

Automated commenting bot on Reddit reposted threads using Karma Decay.
The bot process works as follows:

  1. Looks for rising reposted links on Reddit based on a list from: redditMetrics
  2. Aquires all source/reposted threads of that submission
  3. Takes the top thread and copy's the highest upvoted comment
  4. Posts comment on current reposted thread with permalink back to the original highest comment

Example 1

First Image

Example 2

Second Image

Why???

This was primarily an experimental project. I wanted to see how Reddit would react to reposted comments. The bot recieved 25k comment karma in 3 days. Later the bot got shadowbanned for repeat posting on loads of subreddits. It could use some refinement and probably a delay.

Since i'm not trying to steal comments the bot refers back to the original comment with a permalink.

Comment setup

Right now the bot uses the following comment scheme:

"Comment from original top comment."
~ /u/reddit user

With the file "illegalPhrases.txt" i'll filter out all the phrases that I don't want to see in a comment. For example it's a bad shitty thing to post comments that are deleted (often are topcomment) so i'll filter those. If the highest comment comes from a deleted account i'll filter that also since there is no way to credit the OP.

Aside from that the script is also timing posts to recent ones. There is no point in posting a comment in a thread that is 20hours old.

Working with Karma Decay

I used kdapi as the base for my Karma Decay script. I fixed many issues with the webpage parsing. Karma Decay also blocked many US AWS ips, so I used a proxy.

Resources Used