Typo:
# interval in seconds (60 = 1 min, 600 = 100 min)
100 > 10
I checked the source, but (despite knowing nothing about Python) can't find where you delete old bumps. Without deleting them, this would break forum rules.
Two years ago, I had a python-bot that could post from a Linux command line (
posts like these), but it stopped working (probably because of Cloudflare). I'd really like to have a posting bot again for my many data projects.
I'd love to have a command line tool that I can just feed a topicID and a text-file (including BBCode). Would this be possible to inplement? Many spammers spam this forum with bots, I'd like to use it for useful data.
Yea I will add the delete after 24 hours (although this process would be most likely interrupted by the user), maybe I'll have a file that schedules posts for deletion which is read on script start.
As for your request, honestly I like using argparse a lot better than a config file, but most users don't like messing with a command prompt. So what exactly is your request? You just want to be able to post to a topic from command line?
Example:
reply.py --topic [topic_id] --file [file_path]
If so, I just have to copy paste a few things and it'll be done.