There have been some preliminary issues, namely:

  1. I'm trying to get it to start automatically on a Linux system without the user having to log in, so if my VPS ever has maintenance done, I don't have to worry about restarting it.

  2. It seems like it's mirroring certain posts more than once, even though the bot keeps a list of posts that are already mirrored to prevent that.

Edit: I fixed it. Turned out, the bot was comparing submission IDs with the stored IDs, but the stored IDs contained newlines for each one, therefore it was different and the bot thought it hadn't copied it yet. I will remove everything from the bot account and restart it. Everything should be going smoothly now. Sorry about the constant orangereds of the bot mirroring your posts several times.

I'm not that great a programmer, but I did what I could. I don't have a lot of spare time to iron out kinks, so it'd be really nice if some of you guys on this subreddit with some Python and/or PRAW knowledge could help with the bot.

It's written in Python 2 3, using the PRAW library. If anyone wants to help improve the bot, feel free! Here is the GitHub page.

N.B. This went through a lot of edits. Sorry about that.