Budget: 15000 UAH Deadline: 15 days
Hello to you.
I’m developing bots for telegram on NodeJS. Ready to take. Let’s write, we will discuss.
My stick: NodeJS (Express, Telegraf) and MongoDB.
Budget: 12000 UAH Deadline: 15 days
Good morning, take your project, it looks very interesting! I have 2 years of development experience in Python, the main specialization is telegram bots. In my portfolio you can see a bot with payment function. To implement your project, I will use Python, Aiogram, PostgreSQL.
Budget: 12000 UAH Deadline: 10 days
I have had experience with these bots. In my work I use Python - aiogram. For BD you can use SQLite or MySQL (depending on that BD should be available online or locally possible).
Budget: 12000 UAH Deadline: 10 days
Hello to you! I am pleased to implement this project.
Stack: python(aiogram), bd - according to the project requirements, we will discuss in ls.
Budget: 17777 UAH Deadline: 15 days
Welcome to
Ready to write such a bot on Python (aiogram) with PostgreSQL base
Proposals are currently absent
Current freelance projects in the category Bot Development
Telegram bot for trading signals and registration automationIt is necessary to develop a Telegram bot for a trading project that automates the user journey from registration to receiving trading signals.Main functionality: user registration via Telegram; redirecting to registration via a partner link; receiving and storing the trading account ID; automatic verification of registration and deposit via API / Postback / Webhook, if supported by the platform; granting access to signals after the necessary conditions are met; sending trading signals in Telegram; displaying the asset, direction, entry time, and expiration; ability to specify the result of the signal WIN / LOSS; automatic notifications to users; admin panel for managing users, signals, and accesses; statistics on registrations, deposits, and active users; mailing system.It is preferable to implement the project in Python + aiogram + PostgreSQL with the possibility of further scaling.Before starting work, it is necessary to assess the integration capabilities with the trading platform and propose the optimal method for automatic verification of registrations and deposits.In your response, please indicate: development cost; estimated timelines; technologies; examples of similar Telegram bots; whether you have experience with API, Postback, and Webhook.
Hello! I am looking for an experienced programmer (Python / Node.js) to create a private bot that monitors new listings on the OLX and Otomoto portals (optionally others) with an automatic contact feature.Key project assumptions: Monitoring and Filters: The bot should continuously check selected categories in a specified location (e.g., city + radius X km). I am only interested in offers with a price below the market average (details of the average calculation algorithm or fixed price ranges to be determined). Sending the first message: Upon detecting an opportunity, the bot should automatically send the first message prepared by me to the seller. Important: I do not care about sending it instantly in a fraction of a second (on the contrary – I want the bot to simulate human behavior and send the message, for example, after 2-5 minutes to avoid immediate bans from the anti-bot systems of the portals). Intelligent Auto-responder (AI): If the seller replies to the first message, the bot must be able to respond to basic questions on its own (e.g., confirmation of intent to purchase, request for reservation, providing my phone number). I would prefer integration with the OpenAI API (ChatGPT) with a properly written contextual prompt. Account security: The system must support proxy rotation and mechanisms to prevent automation detection (e.g., Puppeteer-Extra-Stealth or Playwright, appropriate delays, simulating mouse movements).Technical requirements: Preferred language: Python (e.g., Scrapy, Selenium/Playwright, integration with OpenAI) or Node.js. A simple management panel (could even be a web script, Telegram Bot as an interface, or configuration in a .env file), where I can change links to categories, budget, and the content of the first message. Operational stability (resistance to minor changes in the HTML structure of the pages).Please submit applications containing: An initial estimate or hourly rate. Estimated completion time. Information on whether you have already completed similar projects related to scraping and automating actions on user accounts (portfolio/GitHub is welcome).
I need to create an automated SEO system based on n8n that will collect data from various services, combine it, and send it to ChatGPT for analysis. It is necessary to connect Ahrefs Google Search Console Google Analytics 4 Google Ads The first stage is a minimum viable version Connect Google Search Console. Connect GA4. Connect Ahrefs, if my plan and API allow it. Store daily data. Send it to ChatGPT. Send one daily report to Telegram or email. Set up analysis for the site viarcanvas.com and the competitor picturehappy.lv. After verifying the functionality, add Google Ads, additional countries, competitors, and extended reports. What needs to be obtained from Ahrefs For the site viarcanvas.com and selected competitors: organic keywords; current positions; position changes; search volume of queries; estimated traffic; pages that receive organic traffic; new and lost keywords; new and lost backlinks; competitor pages that have increased traffic; new competitor keywords; Content Gap between our site and competitors. The list of competitors should be editable without changing the n8n script itself.What needs to be obtained from Google Search Console clicks; impressions; CTR; average position; queries; pages; countries; devices; changes in metrics by days and periods. It is important that the data can be analyzed separately for each language version: /lv/ /lt/ /ee/ /pl/ /de/ A separate analysis of specific pages is also needed, for example: https://viarcanvas.com/lv/new/canvasWhat needs to be obtained from Google Analytics 4 users; sessions; organic traffic; landing pages; purchases; leads; revenue; conversion rate; engagement; countries and devices. It is necessary to link SEO traffic not only to visits but also to leads, orders, and revenue.What needs to be obtained from Google Ads spending; clicks; impressions; CTR; CPC; conversions; cost per conversion; revenue; ROAS; search queries; data on campaigns and countries. Google Ads should be analyzed separately from organic SEO but included in the overall marketing report.What ChatGPT should analyze ChatGPT should automatically determine: which keywords have increased; which keywords have decreased; which pages have lost traffic; which pages have started to grow; where impressions have decreased; where CTR has decreased; where the average position has worsened; which pages are in positions 4–15 and have the potential to reach the TOP; which keywords have impressions but few clicks; which competitor pages are growing faster than ours; which queries competitors have that we do not; which articles should be written; which existing pages should be updated; where query cannibalization is possible; where internal linking is needed; which pages should be strengthened with external links; which changes require urgent attention. ChatGPT should not just list numbers. It should explain the likely reasons for changes and provide a specific action plan.
https://docs.google.com/document/d/1TpVG_3eorqptb4MCf5XmcvwXJMuAA56UFyusw_7wAfI/edit?tab=t.q8f7pv3dj31d
Technical specification for a Telegram bot Goal: Create a Telegram bot that will: 1. Take posts from one channel (source). 2. Repost them to one or several other channels (receivers) on behalf of the Telegram account. 3. Support: • Text. • Up to 10 photos. • Premium emojis. 4. Replace links in posts according to specified rules. 5. Add inline buttons according to special scripts in the text. 6. Support link and button binding for each receiver separately. Working with links: • There may be links in the post text that need to be replaced. • For each receiver channel, the bot should use its own link. • Example: if the post contains the link https://site.com, then: • For Channel A replace with https://site.com/a • For Channel B replace with https://site.com/b Working with buttons: • The text may contain scripts like: [contact], [website], [order]. • The bot should: • Remove the script from the text. • Add a button with the required text and the required link. • Buttons are configured separately for each receiver channel.