MrPowerScripts / reddit-karma-farming-bot

"Is karma really that important to you? Damn bro, you need a life" - YouTube Comment
https://mrpowerscripts.com
MIT License
295 stars 119 forks source link

Farming Bot reposts deleted images #100

Closed kgbprofile closed 3 years ago

kgbprofile commented 3 years ago

It reposts old posts with deleted images which ruins the post. I had this happen on multiple occasions. Could something be done to detect deleted images? Example of deleted image: https://i.redd.it/ogniye1ksg611.png

MrPowerScripts commented 3 years ago

hmmm this is still going to be an issue with the 4.0. We can add some logic in the repost function to check if the post is a url, and make a request to see what the return code is. if it's 404 then choose a different post.

ralyodio commented 3 years ago

I just fired up a bait and it posted a deleted video.

Would be nice to check first if the source is deleted or not.

MrPowerScripts commented 3 years ago

resolved in #133