l,listen: listen for new tweets from all accounts; will not terminate unless error occurs
c,catchup: scan all tweets from all accounts; will terminate when done'''
definit_argparse():
p=argparse.ArgumentParser(description='Twitter bot that follows interactions between Nijisanji EN/ID and hololive EN/ID members.',formatter_class=RawTextHelpFormatter)
p.add_argument('mode',nargs='?', \
help=MODES_HELP_STR)
p.add_argument('--show-tokens',action='store_true',help='[DO NOT USE IN PUBLIC SETTING] print stored tokens from secrets.ini')
returnp
# TODO: implement command line mode for manually controlling the bot