city24.py 281 B

123456789101112
  1. from db0mb3r.services.service import Service
  2. class City24(Service):
  3. phone_codes = [380]
  4. async def run(self):
  5. await self.post(
  6. "https://city24.ua/personalaccount/account/registration",
  7. data={"PhoneNumber": self.formatted_phone},
  8. )