russss / polybot

A framework for making social media bots for multiple networks
BSD 3-Clause "New" or "Revised" License
44 stars 9 forks source link

Interactive mode #11

Open OddBloke opened 5 years ago

OddBloke commented 5 years ago

I would like to be able to run ./mybot.py --interactive and have it prompt me for each status that would be posted. If I answer "yes", then it performs the post (as if --live had been passed).

This would be handy when working on a bot (so that if I think the content in my console looks good, I can post it immediately instead of re-running with --live), but could also be a way for people to run a bot where they want to manually vet everything it sends out.