From f5412f4aaed1618a220a4ed8064fefe9b4767d00 Mon Sep 17 00:00:00 2001 From: SevicheCC <91365763+Sevichecc@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:47:52 +0800 Subject: [PATCH 1/2] Rename backup-bot.py to bot.py --- backup-bot.py => bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename backup-bot.py => bot.py (93%) diff --git a/backup-bot.py b/bot.py similarity index 93% rename from backup-bot.py rename to bot.py index 1302e2b..cacc4bf 100644 --- a/backup-bot.py +++ b/bot.py @@ -25,4 +25,4 @@ mastodon = Mastodon( feature_set = 'pleroma' ) -mastodon.status_post('your_post_content') \ No newline at end of file +mastodon.status_post('your_post_content') From 0a703e5ed3709aeea43d267e5d341a10866fe4dd Mon Sep 17 00:00:00 2001 From: SevicheCC <91365763+Sevichecc@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:48:10 +0800 Subject: [PATCH 2/2] Update bot.py --- bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.py b/bot.py index cacc4bf..f592966 100644 --- a/bot.py +++ b/bot.py @@ -1,5 +1,4 @@ #!/usr/bin/python -import random from mastodon import Mastodon Mastodon.create_app(