iqlab.py 332 B

1234567891011121314
  1. from db0mb3r.services.service import Service
  2. class IQLab(Service):
  3. phone_codes = [380]
  4. async def run(self):
  5. await self.post(
  6. "https://iqlab.com.ua/session/ajaxregister",
  7. data={
  8. "cellphone": self.format(self.formatted_phone, "+** (***) *** ** **"),
  9. },
  10. )