info/info.py

16 líneas
202 B
Python
Original Vista normal Històric

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