suandshi.py 249 B

12345678910
  1. from db0mb3r.services.service import Service
  2. class Suanshi(Service):
  3. async def run(self):
  4. await self.get(
  5. "https://suandshi.ru/mobile_api/register_mobile_user",
  6. params={"phone": self.formatted_phone},
  7. )