Bot into main #71

Merged
NormalParameter merged 55 commits from bot into main 2022-04-25 15:02:35 +00:00
Showing only changes of commit c8d461b747 - Show all commits

View File

@ -332,6 +332,10 @@ if __name__ == "__main__":
keywords = handler.get_user_keywords(user_id = 1709356058) #user_id is currently mine (Linus)
print(keywords)
shares = handler.get_user_portfolio(user_id = 1709356058)
print(handler.set_cron_interval(user_id = 1709356058, cron_interval = "0 0 * * *"))
print("set cron with status: "+ str(handler.set_cron_interval(user_id = 1709356058, cron_interval = "0 0 * * *")))
user = handler.get_user(user_id = 1709356058)
print(user)
all_users = handler.get_all_users()
print(all_users)
print(shares)
sys.exit(1)