rutaxi.py 235 B

1234567891011
  1. from db0mb3r.services.service import Service
  2. class RuTaxi(Service):
  3. phone_codes = [7]
  4. async def run(self):
  5. await self.post(
  6. "https://rutaxi.ru/ajax_auth.html", data={"l": self.phone, "c": "3"},
  7. )