Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Обновление скрипта на python


Applications 2

Application viewing is only available registered users.
    Another 4 proposals concealed
  • Profile deleted
    19 September 2020, 22:54 |

    на скринах не ошибка в плохом смысле этого слова. это сообщение о необработанном исключении при отключении клиента от вебсокета


    про кролика в докере -- надо композ и докерфайл смотреть. можете показать?

  • Maksim Yurchenko
    20 September 2020, 9:11 |

    --docker-compose.yaml

    version: "3.7"


    services:

      rabbit_ws_app:

        container_name: rabbit_ws_app

        build: .

        env_file:

          - .env

        volumes:

          - ./:/app:delegated

        ports:

          - 8888:8888

        restart: unless-stopped


    ---Dockerfile

    FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7


    # install dependencies

    WORKDIR /app

    COPY ./app /app/app

    COPY requirements.txt /tmp

    RUN pip install --no-cache-dir --upgrade pip \

     && pip install --no-cache-dir -r /tmp/requirements.txt


    # launch server

    CMD ["uvicorn", "main:app", "--reload", "--host", "0.0.0.0", "--port", "8888"]

  • Profile deleted
    20 September 2020, 11:21 |

    показалось, что композ сделан для всех сервисов, но нет.
    чтобы погасить рэббита, вам необходимо сделать docker-compose down из каталога, где лежит именно его конфигурационный docker-compose.yml

    также переставьте restart: unless-stopped на restart: on-failure

  • Maksim Yurchenko
    20 September 2020, 14:21 |

    за совет по поводу перестановки спасибо - проверю

  • Profile deleted
    20 September 2020, 14:25 |

    а скрипт исправлять будем? так я пойду ставку делать

Current freelance projects in the category Python

Mailing to groups

33 USD

Technical TaskProject Goal It is necessary to develop a console application for Windows that sends messages to Telegram groups using pre-prepared Telegram sessions.Main Requirements1. Authorization The software must work through the Telegram Session. 2-3 ready Telegram…

PythonBot Development ∙ 3 hours 19 minutes back ∙ 24 proposals

Creation of a TikTok farm with income generation

602 USD

Looking for a person who can write software for a TikTok farm, so we can generate traffic and earn income. We are seeking a ready-made solution with a full cycle.

PythonBot Development ∙ 15 hours 37 minutes back ∙ 11 proposals

AI Commenting Platform for TikTok and Instagram.

Project Goal Develop a system that allows managing a large number of TikTok and Instagram accounts and automatically posting relevant comments under selected videos using AI. Main Functionality1. Account Management It is necessary to implement the ability to connect accounts:…

AI & Machine LearningPython ∙ 1 day 22 hours back ∙ 20 proposals

Build a customer classification model

1. There is client data in Mongo/SQL (approximately 20,000 entries with raw data). 2. It is necessary to build features and a classification model of clients into behavioral groups based on this data. 3. The project should be completed in Python.

AI & Machine LearningPython ∙ 3 days 17 hours back ∙ 42 proposals

IT Automation of VAT Reporting

223 USD

It is necessary to develop a system for automating the transfer of sales data from the CRM to the accounting system Wafeq. The system should import bank and payment reports, automatically reconcile payments with invoices, generate invoices for VAT reporting, and minimize manual…

AI & Machine LearningPython ∙ 3 days 22 hours back ∙ 51 proposals

Client
Maksim Yurchenko
Ukraine Kyiv  4  0
Project published
5 years back
175 views