rutube.py 253 B

123456789
  1. from db0mb3r.services.service import Service
  2. class Rutube(Service):
  3. async def run(self):
  4. await self.post(
  5. "https://rutube.ru/api/accounts/sendpass/phone",
  6. data={"phone": "+" + self.formatted_phone}
  7. )