Budget: 800 EUR Deadline: 10 days
I`m ready, i have experience at rust servers for sure ........................................
Budget: 800 EUR Deadline: 10 days
I`m ready, i have experience at rust servers for sure ........................................
Budget: 1200 EUR Deadline: 15 days
Hello
I can take on this project. I play Rust myself and have experience playing on modded servers, so I understand well how mods, shops, UI visuals, and the overall server logic are usually implemented.
I can set up a turnkey server, deployment on Linux, mods (uMod/Oxide), shop, visual plugins, stable server operation, and integration with Discord.
I also want to ask a couple of questions:
Do you need to select a server?
What format of server do you want: vanilla, modded x2–x5, PvE, RP?
Are there examples of servers to use as a reference (especially regarding the shop and UI)?
Budget: 1500 EUR Deadline: 14 days
Hello. Just what I am 100% familiar with.
I have launched and set up my own Rust server from scratch, so I fully understand the scope of work. I know the technical part perfectly: installing Oxide/Carbon, configuring plugins (rates, loot, stacks), creating kits and privileges.
I will provide you with a complete "turnkey" solution:
1. The server itself (I will configure it to avoid lag).
2. The store (I will connect Tebex or Gamestores, set up products).
3. Discord (I will design the channels, connect bots for synchronization with the server).
Since I have already gone through this in my experience, I can not only "press buttons" but also advise on how to better balance things to keep players interested. Write to me, and we will discuss your project concept. I just need your vision for the project; perhaps you will want a custom map and mods instead of vanilla. Feel free to reach out :)
Budget: 1800 EUR Deadline: 15 days
Good day, I play Rust myself, it would be an interesting experience to set up a server, to understand this topic, with a Discord channel everything is much easier.
Budget: 2000 EUR Deadline: 10 days
Good day.
Your project is quite interesting, to be honest. It is a novelty for me. I have not done anything like this before. I understand that this may be intimidating, and I realize that it could be a key factor in determining that I am not suitable for this project. I even admit to myself that I am not sure if I am the one you need for this, but if you are willing to give me a chance to try to help you with the implementation, I will put in all the effort I can to successfully realize the project.
In general, I work in many areas: websites, mobile applications, Telegram bots, server work, server configuration, and much more that falls on the shoulders of not only front-end and back-end developers but also DevOps specialists. Therefore, essentially, I could try to implement this.
If you are ready to discuss, please write to me privately. We can agree on the stages of work, how to proceed, and what to do. If I still do not suit you, you can decline my offer.
Have a good day.
Budget: 3000 EUR Deadline: 31 days
📌Hello.👋
⭐️My name is Andrey.
⭐️I am the founder of Juicy-ART Digital Agency
⭐️My work experience: 12 years+
• ➡️I can show works specifically on creating Rust servers
• 🎨Portfolio: Freelancehunt
• ✅Work rating on Behance (over 500,000 views)
• 💼More works here: Dribbble
Budget: 500 EUR Deadline: 5 days
Do you need a server for Rust that works flawlessly? Let's solve this together! I focus on results, so I will create optimal conditions for your project. Experience in server setup and service integration guarantees you a smooth launch of your store and Discord channel. With the ability to quickly master new technologies, I will implement your requirements "turnkey." I will be happy to provide solutions that exceed expectations and help you achieve success. I look forward to our dialogue to discuss all the possibilities of your project!
Technical assignment for the client search automation system in Telegram Development 1. General task It is required to create an MVP system for automatic client search in Telegram chats with the provision of found users to sales department operators. The system should consist of: user bots based on Telethon; Telegram bot for operators; Telegram bot (or a separate administrative section within the bot) for the administrator; PostgreSQL database; Docker configuration for deployment in configuration. A web panel is not required at this stage. 2. Working with multiple Telegram accounts The system must not be limited to one Telegram account. It is necessary to ensure support for multiple accounts (for example, 5 or more) with the ability to increase their number without changing the configuration. For each account, there should be the ability to: authorize via Telethon; maintain its own session; connect a new account; disconnect an account; replace an account without losing the database. The administrator should be able to independently connect new Telegram accounts. 3. Distribution of chats among accounts The system will use a large number of Telegram chats (approximately 800 or more). All chats are included in a single system. The system should automatically: manage chats among connected accounts; observe Telegram restrictions; Handle the need to transfer a chat to another account; Prevent duplication of one chat by multiple accounts (unless specifically included). It is desirable to ensure load balancing among accounts. 4. Managing the chat list The administrator should be able to do this without the developer's involvement: connect a chat; delete a chat; import a list of chats from a file; bulk upload chat costs; enable or disable monitoring of individual chats; restart history collection for a selected chat. After adding a new chat, the system automatically includes it in one of the key accounts. 5. Data collection For each connected account, it is necessary to implement: Initial parsing After adding a chat: loading message history for the specified period; saving all available information. Monitoring After the initial loading is completed: constant tracking of new messages; saving new users; saving new activity of existing users. 6. Handling Telegram blocking requires proper handling: FloodWait; PeerFlood; temporary Telegram restrictions; erroneous connections; connection breaks; possible reconnections; temporary unavailability of the account. If one account is temporarily blocked by a restriction, the rest of the work continues. 7. User data storage. For each user, the following should be saved: Telegram ID; first name; last name (if available); username; profile link; list of all chats; message text; date and time of the message; link to the message (if obtainable from Telegram). User merging is performed exclusively by Telegram ID. If a user has written in 20 chats — they display one card. 8. User card The operator should see: first name; username; Telegram ID; profile link; list of all chats; messages; activity date. Example: User: Ivan Ivanov ID user : 123456789 Chat "Business": Message: "Good day, interested in advertising" Date: 01.03.2026 12:15 Chat "Marketing": Message: "Who is handling promotion?" Date: 05.03.2026 18:42 9. Operator work The system should automatically form a queue of clients. After receiving a client: the user is assigned to an operator; the second operator cannot receive the same client; maintain a history of actions. Statuses: Took the client; Unavailable; Could not reach; Refusal; In progress; Call back; Delete. After selecting a parameter, the next client will automatically open. 10. Reissuing users There should be an option to configure user reissuance. For example: never; after 30 days; after 60 days; after 90 days; arbitrary period. 11. Administrative section The administrator should be able to: Account management add an account; delete an account; view account status; view account restrictions; replace an account. Chat management add; delete; import; export; disable monitoring; disable monitoring. Operator management add; delete; block; change rights. Parser management start collection; stop collection; rebuild history; view current status. Statistics View: number of users; number of messages; number of processed clients; number of active operators; number of connected accounts; number of active chats. 12. Database Use PostgreSQL. It is necessary to store: users; messages; chats; activity; Telegram accounts; operators; processing statuses; processing history; distribution of chats among accounts. 13. Scalability The architecture should provide the ability to: connect 10, 20 or more Telegram accounts; connect thousands of Telegram chats; handle load; export data; work with CRM; connect new features without a complete project overhaul. 14. Docker The executor should set up: docker-compose.yml; Dockerfile; launch instructions; update instructions; database backup instructions. The system should manage the command as one.
Good day. Our company has encountered a problem with the hacking of one of our websites, which is built on Joomla 3. After the hack, we restored the site from a backup from a month ago. After that, we changed user passwords, added two-factor authentication, changed the database and FTP passwords, and added a list of prohibited actions in the php.ini settings. But the next day, the site was hacked again. We need help with securing the website.
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.
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.
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.