diff --git a/backup-bot.py b/bot.py similarity index 91% rename from backup-bot.py rename to bot.py index 4e96046..4de7404 100644 --- a/backup-bot.py +++ b/bot.py @@ -1,5 +1,4 @@ #!/usr/bin/python -import random from mastodon import Mastodon Mastodon.create_app( @@ -25,4 +24,4 @@ mastodon = Mastodon( feature_set='pleroma' ) -mastodon.status_post('your_post_content') \ No newline at end of file +mastodon.status_post('your_post_content')