mistercash.py 282 B

123456789101112
  1. from db0mb3r.services.service import Service
  2. class MisterCash(Service):
  3. phone_codes = [380]
  4. async def run(self):
  5. await self.get(
  6. "https://my.mistercash.ua/ru/send/sms/registration",
  7. params={"number": "+" + self.formatted_phone},
  8. )