Budget: 5000 UAH Deadline: 5 days
Hello!
I am developing bots for Telegram on NodeJS. I am ready to take it on. Write to me, we will discuss.
Bot for tracking transactions to specified wallets on the platform https://gmgn.ai/
Bot Launch:
After launching, the bot asks the user to add a wallet to monitor.
Adding a Wallet:
The user sends the wallet address in the chat with the bot.
The address is saved, and the bot starts monitoring it, sending notifications about new transactions.
Removing a Wallet:
The user can remove a wallet from monitoring via a command.
After removal, the wallet will no longer be tracked.
Notification Format:
The message contains the type of action (buy or sell), token name, token address, market capitalization, transaction volume, and timestamp (converted to Kyiv time).
Check Frequency:
The parser checks each address once a minute for new transactions.
Performance:
The bot must support monitoring multiple wallets simultaneously without significant performance degradation.
Commands for the bot:
/start – start the bot, familiarize with the instructions.
/add_wallet {wallet} – add the wallet address to monitoring.
/remove_wallet {wallet} – remove the wallet address from monitoring.
/list_wallets – view all monitored wallets.
/help – instructions for using the bot.
User Notifications:
After adding a wallet, the bot informs the user about the start of monitoring.
After removing a wallet, the bot confirms the removal.
Notifications about new transactions arrive in the specified format.
Technologies:
Python for implementing the parser and Telegram bot.
The requests or httpx library for working with GMGN and Solscan APIs.
Telegram Bot API for user interaction.
Database (SQLite or other) for storing user data and wallet addresses.
Parser Implementation:
API requests to GMGN/Solscan for obtaining transaction information or parsing through the web interface.
Consider the possibility of using proxies to avoid server blocks.
Data processing to format the message in the required format.
Caching transactions to avoid duplicate notifications.
Time Settings:
All timestamps must be converted to local Kyiv time (UTC+2) and duplicate the original time.
Logging:
Logging bot events: adding and removing wallets, sending messages is separately recorded in a table in the database.
Logging errors and malfunctions to simplify debugging.
is separately recorded in a table in the database.
Exception Handling:
It is important to implement error handling during API requests, connection errors, or incorrect data formats.
Separation of Logic:
It is recommended to implement the parser and Telegram bot logic separately to ensure flexibility and scalability.
Testing:
Regression testing to check the parser's operation and the correctness of messages.
Performance testing when adding multiple wallet addresses.
Budget: 5000 UAH Deadline: 5 days
Hello!
I am developing bots for Telegram on NodeJS. I am ready to take it on. Write to me, we will discuss.
Budget: 5000 UAH Deadline: 3 days
Good evening!
I professionally develop bots in Telegram using third-party APIs on Python (Aiogram, FastAPI).
I am ready to implement such a bot for you + deploy it on a server
Message me in private, and we will clarify the details.
Budget: 16000 UAH Deadline: 1 day
Hello,
I am ready to take on your project for developing a transaction tracking bot on the platform https://gmgn.ai/. I have experience in developing scripts in Python and Telegram bots. I will be able to implement all functional and non-functional requirements mentioned in the project description, including working with the GMGN and Solscan APIs, data processing, and correct conversion of timestamps to local time in Kyiv.
My rate is $16 per hour. To start working, I need detailed information about the scope and requirements of the project.
Best regards,
Maxim
Budget: 5000 UAH Deadline: 3 days
Hello, I have reviewed your project and am ready to start working on it. I recently completed a similar project and can provide an example and suggest more convenient functionality. If you are interested, please reply in private messages, and we will discuss the details.
Budget: 5000 UAH Deadline: 4 days
Good day.
I can write a bot that will meet all your requirements.
I have experience in writing Telegram bots using Telebot, and scrapers using Scrapy, Selenium, and Beautiful Soup 4.
However, for your project, Scrapy would be more suitable due to the OOP and asynchronous capabilities that the framework uses.
I will complete the work in about 4-5 days.
I maintain constant feedback.
Feel free to reach out!
Budget: 6000 UAH Deadline: 10 days
Hello. I have previously created a transaction tracker on Solana) so I understand what you are talking about. Please message me privately.
Budget: 5000 UAH Deadline: 4 days
Hello, I am ready to develop.
Write to me in private messages to discuss the details.
Budget: 4800 UAH Deadline: 3 days
I propose the development of a Telegram bot for monitoring transactions for specified wallets on the GMGN.ai platform. The bot will allow adding and removing wallets from monitoring, as well as sending notifications about new transactions with complete information: action type, token name and address, market capitalization, volume, and time. Technologies: Python, GMGN/Solscan API, Telegram Bot API. The bot supports working with a large number of wallets and event logging for convenient monitoring.
Budget: 10000 UAH Deadline: 9 days
Hello, in the end, will you deploy the bot yourself or do we need to add ci/cd? I have experience in writing parsers and bots, and I suggest using Sentry for error logging, and running the parser through docker/docker-compose. For any additional questions, please send a private message. I would be happy to collaborate.
P.S. the evaluation time includes studying the documentation.
Budget: 5000 UAH Deadline: 10 days
Good day!
I am ready to create a Telegram Bot with integration of https://gmgn.ai/ API
in the programming language Python.
I have extensive experience in such tasks.
Thank you.
Bot for mirroring positions on Binance Futures (Python) A bot is needed that reads my positions on Hyperliquid (public API) and Bitget Futures (my read-only key) and proportionally replicates them on my Binance USDT-M Futures via API. Logic: opening, increasing, partial closing, full closing — everything is mirrored with a customizable size ratio. Polling every 5–10 seconds. Correct handling of partial closures and averaging is mandatory. Requirements: notifications in Telegram about trades and errors; config (pairs, ratio, limits); deployment on my VPS + instructions; source code is transferred to me. I will enter the keys myself. Stages: 1) Hyperliquid→Binance, test with small amounts; 2) Bitget→Binance. Payment through safe in stages. In your response, indicate your experience with exchange APIs and how you will handle a partial closure of 30% of the position by the leader.
Development of an Automation System for Finding Potential Clients on Telegram RequiredProject Description I am looking for a developer to create a system that will automatically find active users in Telegram chats and form a convenient queue for the sales department. Currently, managers manually review about 800 Telegram chats, searching for users who have recently shown activity, then open their profile and contact them via Telegram. This process needs to be maximally automated. I am interested not just in writing code, but in creating a reliable system that can be further expanded and refined.Main Task The system must automatically: monitor a large number of Telegram chats; collect users who have shown activity over a selected period; aggregate all activity of a single user; exclude duplicates; form a queue of operators; maintain a history of client processing.Data Source To obtain information, it is necessary to use the Telegram Client API. Preferably use: Telethon; or Pyrogram (if the developer considers this option more suitable). Using the Telegram Bot API to read third-party chats is not suitable. Work must be carried out through an authorized Telegram account (userbot).Chat Monitoring It is necessary to ensure operation with approximately 800 Telegram chats. The administrator must be able to independently: add new chats; remove chats; temporarily disable monitoring; re-enable monitoring; upload a list of chats from a file; view the list of connected chats. The Telegram account must be a member of these chats.Activity Collection The system must collect the maximum amount of information that Telegram technically allows. At a minimum, it is necessary to record: messages; comments; replies to messages; other publicly available user actions. If Telegram allows obtaining information about user reactions, it is desirable to implement this functionality as well. If there are limitations from Telegram, please describe them immediately and suggest the optimal implementation option.Operating Modes Two modes need to be implemented.1. History Collection The administrator selects a period. For example: from Saturday to Monday. After that, the system analyzes the message history for the selected period and forms a list of users.2. Automatic Monitoring After the initial launch, the system must automatically receive new Telegram events in real-time without re-analyzing the entire history.User Card Each user must be displayed only once. Aggregation should preferably be done by Telegram ID, not by username. The user card must display: first name; last name (if available); username; Telegram ID; link to profile; number of found activities. Below, the entire activity history should be displayed. For example: Chat #1 Message: “Hello, I am looking for a supplier of equipment” Date Time Chat #2 Message: “Interested in the price” Date Time Chat #3 Comment Date Time If a user has shown activity in several chats, the operator should see all information in one card.Exclusion of Duplicates If a user is found in several chats, they should be displayed only once. All found activity should be automatically aggregated.Operator Queue After forming the database, the system should create a queue of users. The operator opens the next card and immediately receives all information about the user. If several operators are working simultaneously: one user should not be assigned to two operators at the same time; the card should automatically be assigned to the operator during processing. After processing is completed, the next user is automatically opened.Processing Statuses After a call, the operator must select one of the statuses. It is necessary to implement: Took the client; Unavailable; Could not reach; Refusal; In progress; Call back; Delete. After selecting a status, the system automatically opens the next user.Reissue It is necessary to provide the ability to configure the reissue of processed users. For example: do not reissue; issue again after 30 days; after 60 days; after 90 days. The settings should be available to the administrator.Search A search is needed by: first name; username; Telegram ID.Filtering It is desirable to implement filtering: by statuses; by operator; by period; by chat.Statistics At a minimum, I would like to see: For each operator: how many clients have been processed; how many successful; how many refusals; how many missed calls; how many are in progress. Overall statistics: number of found users; number of new ones; number processed.Database PostgreSQL is preferred. It is necessary to store: users; activities; statuses; processing history; operator queue; list of monitored chats.Administration An administrative interface is desirable. This can be: a web panel; or an administrative section of the Telegram bot. Through it, it should be possible to: manage chats; manage operators; start collection; view statistics; change main settings.Scalability I would like the architecture to initially provide for further development. For example: connecting multiple Telegr
A Telegram bot needs to be created with a program that will monitor listings on three apartment rental websites (olx, lun, rieltor.ua) and send them structured in Telegram.
Essentially, a very simple bot that will send a certain text to people at my request. I will formulate all the details in private messages.
I need a specialist who can help me promote my Instagram page not through advertising, but through a creative approach. The theme is fitness. The location is the Italian countryside. Additionally, I am considering selling mini products through a Telegram bot and need someone to create it for me.