from mastobot import Mastobot # main if __name__ == '__main__': bot = Mastobot() notifications = bot.mastodon.notifications() for notif in notifications: bot.get_data(notif)