moneyman.py 260 B

12345678910
  1. from db0mb3r.services.service import Service
  2. class MoneyMan(Service):
  3. async def run(self):
  4. await self.post(
  5. "https://moneyman.ru/registration_api/actions/send-confirmation-code",
  6. data="+" + self.formatted_phone,
  7. )