LinuxでAPIを使用してTwitter投稿用のPythonスクリプトを書いています。「(」、「)」などの記号をアポストロフィなしでクリアテキストで渡すことは可能ですか。
% ./twitterupdate this is me #works fine
% ./twitterupdate this is bad :(( #this leaves a error on bash.
唯一の選択肢は、テキストを->""で囲むことです?? お気に入り..
% ./twitterupdate "this is bad :((" #this will reduce the ease of use for the script
回避策はありますか?