etm.py 372 B

123456789101112131415
  1. from db0mb3r.services.service import Service
  2. class ETM(Service):
  3. async def run(self):
  4. await self.post(
  5. "https://www.etm.ru/cat/runprog.html",
  6. data={
  7. "m_phone": self.phone,
  8. "mode": "sendSms",
  9. "syf_prog": "clients-services",
  10. "getSysParam": "yes",
  11. },
  12. )