LinkedIn Easy Apply Bot | Updating code (Jul-24)

Поделиться
HTML-код
  • Опубликовано: 1 ноя 2024

Комментарии • 7

  • @taimurSM
    @taimurSM  3 месяца назад

    Quick setup guide:
    ruclips.net/video/yk_ROWxcua4/видео.htmlsi=dPd0KudZ_UROxE1x
    Detailed setup guide:
    ruclips.net/video/IXflenwJzhQ/видео.htmlsi=5fR6zrNF5ekIapOz

  • @Aceeses1
    @Aceeses1 3 месяца назад

    Hello, just yesterday I began attempting to run this programme. I am not great with tech, but followed the steps closely. When I downloaded the Python interpreter, I then go to the requirements.txt folder, but am never prompted to install requirements. Any idea why this may be? I have uninstalled and repeated twice now.

    • @Aceeses1
      @Aceeses1 3 месяца назад

      For extra context, the text in the requirements folder is orange instead of white like yours

    • @taimurSM
      @taimurSM  3 месяца назад

      I am a finance guy who can tinker with codes, not a hardcore programmer. If PyCharm IDE is not suggesting auto installation of requirements.txt, try installing manually using the packages option or otherwise a command line "pip install -r requirements.txt". See if it helps!
      Edit: using the packages option will be like installing requirements one by one, better consider using the command line. In case it doesn't work, I will post an instruction video tomorrow probably.

    • @Aceeses1
      @Aceeses1 3 месяца назад

      @@taimurSM Will work on it again. Side question, do you recommend 3.9, or should newer versions of python work?

    • @taimurSM
      @taimurSM  3 месяца назад

      @@Aceeses1 3.9 should work, I am on 3.12 (tested it on 3.10 and 3.11). Expect a video explaining installation of requirements.txt in less than hour.

    • @taimurSM
      @taimurSM  3 месяца назад

      I have uploaded a video, it should help you get it up and running (ruclips.net/video/yk_ROWxcua4/видео.html)