Budget: 3000 UAH Deadline: 1 day
Good day!
I can implement it as a Chrome extension, I will need access to the account to set up all the selectors.
Feel free to reach out – I will be happy to collaborate!
Budget: 3000 UAH Deadline: 4 days
I propose the development of software/extension for the autonomous deletion of old content on the OnlyFans site.
Main functionality:
Authorization:
Automatic login to the account using provided username and password.
Support for 2FA (if required).
Navigation:
Navigate to the "Post" section on the site.
Content deletion:
Select the first 40 units of content.
Delete the selected content.
Repeat actions until the folder is completely cleared.
Logging:
Record information about each deleted file in the log.
Notification of successful folder clearance.
Interface:
Simple control window (for example, with "Start", "Stop" buttons).
Ability to set the maximum number of files to be deleted in one cycle.
Technologies:
Programming language:
Python (using libraries selenium, undetected-chromedriver to bypass protection).
Extension/script:
For browsers: development in JavaScript (extension for Chrome/Edge).
Hosting:
Local execution (run through your PC).
Implementation stages:
Study of the OnlyFans interface:
Analysis of the "Post" page structure.
Determination of the deletion mechanism.
Development of main functionality:
Automation of login.
Script for selecting and deleting content.
Testing:
Check operation on a test account.
Bug fixing.
Launch and instructions:
Transfer of the finished software/script.
Instructions for setup and use.
Result:
Autonomous solution for deleting content in the "Post" section on OnlyFans.
Support for cyclic deletion with logging.
User-friendly interface and scalability options.
Ready to discuss project details and start development!
Budget: 3000 UAH Deadline: 1 day
Hello.
We are engaged in software development, creating websites from scratch, as well as their refinement.
We work with: WordPress, 1C, Opencart, Shopify, WIX, Python, JavaScript, C++, C#, Unity 3D, SQL, Microsoft SQL Server, WPF, WinForms.
We have experience in: System programming, Project management in development, Information security, Game programming, etc.
We will complete your work, regardless of its complexity.
After the work is completed, we offer project support for 14 days.
We look forward to collaborating!
Mykhailo H.
Winning proposal- Projects 12
- Rating 5.0
- Rating 751
Budget: 3000 UAH Deadline: 2 days
Hello, I am ready to complete your order, I would be happy to collaborate, I suggest we move to private messages.
Budget: 3000 UAH Deadline: 3 days
Hello!
I am interested in your project, I have extensive experience in automation and emulation of user actions (JavaScript, Selenium, Playwright), asynchronous/multithreaded parsing (Requests, WebSockets, HTTPX, BS4) and data processing (Openpyxl, JSON, MySQL, MongoDB);
Contact me to discuss the details and timelines for this project!
Budget: 3000 UAH Deadline: 4 days
Ready to implement, have experience working with the official. It must be done in Python, or C# or a script in JS will be acceptable.
Budget: 3000 UAH Deadline: 2 days
Good day, I am engaged in automating similar processes using Selenium + Python. I am ready to take on the work.
Proposals concealed
Proposals are currently absent
Proposals concealed
Current freelance projects in the category Bot Development
Automation on the site - echerha
We are a large logistics company with our own exports. We have a large fleet of vehicles and we constantly send our own vehicles for export to European countries.Description Website: https://echerha.gov.ua/ On this website, we place our vehicles in an electronic queue for crossing the state border. During registration, the following data must be entered: driver's first and last name; foreign passport number; email address; logistics phone number for notifications; type of vehicle (cargo); manufacturer's name of the vehicle; state registration number of the tractor; state registration number of the trailer; customs declaration number. A specific day and time for crossing the border is predetermined for each vehicle. For example, the vehicle must pass through the "Rava-Ruska" checkpoint on Monday at 10:00.Our Problem - The queue on the website https://echerha.gov.ua/ moves unpredictably. - For example, today is Friday, and the vehicle must cross the border on Monday at 10:00. - We do not know exactly when the queue will start moving. This can happen on Friday evening, at any time on Saturday or Sunday, early in the morning, during the day, or late at night. - When the queue starts moving, it is immediately visible on the website. Sometimes, within just a few minutes, it can move from Friday to Monday or even to Tuesday. - Because of this, logistics personnel are forced to constantly monitor the mobile application or website to not miss the moment when the queue reaches the required date and time. If this moment is missed, we physically cannot place the vehicle in the queue for the needed time slot.Task - After entering the vehicle data (for example, into a table or another interface, depending on the programmer's implementation), the system should automatically track the movement of the queue. - When the queue reaches the predetermined date and time, the system should automatically fill in the necessary data and place the vehicle in the queue without the involvement of the logistics personnel.
A Telegram bot is needed to accept orders for work. I am engaged in the restoration of slopes and repairs. I need a bot that my clients (window companies) will fill out, and I will receive notifications with complete information about the order. What data do I need from clients: 1. Company name (preferably automatically by phone number) 2. Address of the object 3. Phone and name of the customer 4. What we are making the slopes from (drywall, plastic, sandwich) 5. What type of building (panel building - slope up to 270mm, brick building - slope 280-400mm, brick building - slope over 400mm, other. Or specify the depth of the windowsill... 6. Window sizes and their quantity (there may be several different windows at one object), can be written manually or add image files with quantity and sizes. 7. Additional services: Painting of external slopes, m. linear. Sealing of joints (without painting), m. linear. Sealing of joints with painting, m. linear. Puttying of external slopes (without painting), m. linear. Puttying of external slopes with painting, m. linear. Puttying of external slopes with perforation and painting, m. linear. Warm external slopes made of polystyrene with painting, m. linear. Warm external slopes made of polystyrene with a border and painting, m. linear. Restoration of thresholds Other work (description) 8. Who pays for the order and how
Looking for a developer to create an AI assistant based on OpenAI GPT-5.5 with integration of Tourvisor API (Tour Search).What needs to be implementedBackend Preferably: Python (FastAPI) or Node.js The backend must have a REST API for integration with external services.Integration with OpenAI It is necessary to use OpenAI API (GPT-5.5). The AI must: conduct a dialogue with the client; remember the conversation history; automatically determine the language (Russian/Kazakh); respond as a travel agency manager; use a system prompt and knowledge base.Integration with Tourvisor At the first stage, only: API "Tour Search" After receiving data from the client, the backend should call the Tourvisor API and get real offers. The architecture should allow for subsequent connection: API "Hot Tours"; API "Hotel Descriptions"; without significant reworking of the project.Logic of operation The AI must independently conduct the dialogue. For example: Client: I want to go to Turkey The AI clarifies: departure city; dates; number of adults; number of children; ages of children; budget; wishes. After receiving the necessary data, the backend makes a request to the Tourvisor API. The results obtained are passed to GPT to form a nice response to the client.Important requirements The AI must not: make up prices; make up availability; make up tours. Use only information obtained from the Tourvisor API.Function Calling (Tools) is desirable It is necessary to implement separate functions: searchTours() In the future, the following will be added: searchHotTours() getHotelInfo()Admin panel A simple web panel is needed where you can: change the system prompt; upload/change the knowledge base; view conversation history; view logs and errors.Technologies Python FastAPI (preferably) Docker PostgreSQL Swagger/OpenAPIWhat should be delivered upon completion source code of the project; installation instructions; Docker configuration; API documentation; assistance with the first launch.Will be an advantage experience with OpenAI API; experience integrating with Tourvisor API; experience creating AI assistants for WhatsApp, Telegram, or other messengers.Additional wish The project should be written modularly so that in the future it can be connected without reworking: WhatsApp (Talk Me or another service); Telegram; Instagram Direct; company website. Important: provide for the possibility of connecting the API "Hot Tours" and "Hotel Descriptions" in the future without changing the main logic of the application.
Need an experienced Python developer to create an automation program for working with the website. What the bot should do: Log in to my account on the website. Continuously (24/7) monitor for new Work Orders. Upon the appearance of a new order, open its card. Analyze the information about the order (type of work, city, distance, description). Automatically accept orders that meet the specified conditions. If the order does not meet the conditions, skip it. Send notifications in Telegram about accepted and skipped orders. Requirements: Python. Playwright (preferred) or Selenium. Work through a regular browser. Transfer the complete source code after the project is completed. Provide installation and launch instructions. Mandatory experience in developing similar automation systems. When responding, please send examples of similar projects.
Hello! Task: Develop and place an agent on a WordPress page (the programmer will insert the code into WordPress). The user should be able to communicate with the AI agent in text or voice format (if possible) based on a specific uploaded topic (content: texts, photos). Functionality: The user visits the website page. Sees the AI agent interface: chat + voice communication button (if possible). Can request text. Can speak, and the agent should recognize the speech and respond. The agent responds only based on the uploaded materials on the specific topic. If the question goes beyond the topic, the agent should correctly inform that it can only respond based on materials related to Skovoroda. Responses should be lively, understandable, and educational. The administrator should be able to upload and update materials: texts, PDFs, images, audio, links. Interested in the cost and timeline for developing the agent.