allo.py 401 B

123456789
  1. from db0mb3r.services.service import Service
  2. class Allo(Service):
  3. async def run(self):
  4. await self.post(
  5. "https://allo.ua/ua/customer/account/createPostVue/?currentTheme=main&currentLocale=uk_UA",
  6. data={"firstname": self.russian_name, "telephone": self.formatted_phone, "email": self.email, "password": self.email, "form_key": "Zqqj7CyjkKG2ImM8"}
  7. )