diff --git a/spaceapi/utils.py b/spaceapi/utils.py --- a/spaceapi/utils.py +++ b/spaceapi/utils.py @@ -32,6 +32,9 @@ possible_open_tweets = ( 'Yes, we\'re open! Come in and create something!', 'Come by and hack something! We\'ve just opened!', 'The ChaosStuff is now open for everyone!', + 'Let the Chaos begin! We\'re open!', + 'What do we hack now? Come and see, we\'ve just opened!', + 'TUWAT! Come and hack. We are open!', ) possible_closed_tweets = ( @@ -40,6 +43,8 @@ possible_closed_tweets = ( 'Sorry, we are closed now!', 'The ChaosStuff is now closed! Come back another time!', 'Poweroff process finished! We\'re closed!', + 'Singularity reached! The space is closed!', + 'Dream of electric sheeps! We are closed!', ) @@ -186,6 +191,9 @@ class ActiveStatusv14(ActiveStatus): self.default_json_file = default_json_file_v14 self.last_state_file = last_state_file_v14 + def send_tweet(self, value): + pass + def request_wants_json(): best = request.accept_mimetypes.best_match(