Find Jobs
Hire Freelancers

Python Developer for Telegram Bot and ZennoPoster Template Enhancement

$30-250 CAD

Lezárt
Kiadva ekkor: 7 hónappal ezelőtt

$30-250 CAD

Teljesítéskor fizetve
I am looking for a Python developer who can help me with two specific tasks: enhancing a Telegram bot and improving a ZennoPoster template. The existing zennoposter template that works without the telegram bot will be provided. (Any improvements or optimizations will be appreciated). Here is how to implement the solution, already made solutions are done: [login to view URL] [login to view URL] Responsibilities: 1. Enhancing an existing Python script and ZennoPoster template for a bot that communicates with the Onlyfans platform via an AI API linked to "oobabooba." 2. Integrating the Python script with ZennoPoster using post/get requests, and ensuring seamless data flow between the two. 3. Developing and refining a Telegram bot that introduces a four-option control stage before sending every reply on OnlyFans. 4. Implementing logic tied to the four options on the Telegram bot: "Accept" (send the AI-generated reply), "Cancel" (abort sending the reply), "Regenerate" (re-generate a new reply), and "Manually Edit" (edit the reply manually). 5. On option selection in the Telegram group, signaling the script and ZennoPoster template to execute the corresponding action, before moving to respond to the next OnlyFans message. 6. Collaborating closely with the team to understand the project requirements, make the bot more interactive, and effectively introduce the new control stage. 7. Regularly testing, debugging, and optimizing the bot to ensure reliable performance and enhancing the user experience. Requirements: 1. Proficient in Python, with a solid understanding of object-oriented programming. 2. Experience with ZennoPoster or similar web automation tools. 3. Familiarity with creating and managing bots on Telegram. 4. Experience in using post/get requests for inter-service integration. 5. Previous experience working with APIs, specifically AI APIs for generating message responses. 6. Good understanding of the Onlyfans platform will be an advantage. 7. Exceptional debugging skills, problem-solving ability, and aptitude for understanding and implementing project requirements. 8. Excellent communication and teamwork skills are essential. 9. Ability to work on pre-existing codebase and templates, and add new features while preserving existing functionalities. Telegram Bot: - I need the bot to integrate with external APIs. This means it should be able to communicate with other platforms and retrieve data from them. - The bot should also be able to send automated messages to users and receive and process their input. ZennoPoster Template Enhancement: - The main purpose of this enhancement is to automate web tasks. I want to improve the efficiency of my ZennoPoster template by automating various web tasks and processes. - The developer should have experience in web scraping and parsing web data. Timeline: - The project needs to be completed within 1-2 weeks. Ideal Skills and Experience: - Strong proficiency in Python programming. - Experience working with Telegram API and integrating external APIs. - Familiarity with ZennoPoster and web automation tools. - Knowledge of web scraping and data parsing techniques. Sample python script that could be used: This is a simplified version to illustrate how it could be done. Depending on the API you would like to integrate with, you will need to modify this appropriately. import requests from telegram import InlineKeyboardButton, InlineKeyboardMarkup, Update from [login to view URL] import Updater, CommandHandler, CallbackQueryHandler, CallbackContext ZENNOPOSTER_PROJECT_URL = "http://your-zenno-poster-url" # Replace with your ZennoPoster project URL def run_project(url_to_process): payload = {"input_url": url_to_process} response = [login to view URL](ZENNOPOSTER_PROJECT_URL, data=payload) return [login to view URL] def start(update: Update, context: CallbackContext) -> None: keyboard = [ [InlineKeyboardButton("Accept", callback_data='1'), InlineKeyboardButton("Cancel", callback_data='2')], [InlineKeyboardButton("Regenerate", callback_data='3'), InlineKeyboardButton("Manually Edit", callback_data='4')], ] reply_markup = InlineKeyboardMarkup(keyboard) update.message.reply_text('Please choose an option:', reply_markup=reply_markup) def button(update: Update, context: CallbackContext) -> None: query = update.callback_query [login to view URL]() url_to_process = [login to view URL] if [login to view URL] == '1': query.edit_message_text(text="Selected option: Accept") result = run_project(url_to_process) update.message.reply_text('Received and processed message: {}'.format(result)) elif [login to view URL] == '2': query.edit_message_text(text="Selected option: Cancel") context.bot.send_message(chat_id=[login to view URL], text="Operation cancelled.") elif [login to view URL] == '3': query.edit_message_text(text="Selected option: Regenerate") result = run_project(url_to_process) update.message.reply_text('Regenerated and processed message: {}'.format(result)) elif [login to view URL] == '4': query.edit_message_text(text="Selected option: Manually Edit") context.bot.send_message(chat_id=[login to view URL], text="You can manually edit the response now.") def main() -> None: updater = Updater("your-telegram-token") # Insert your Telegram token here dispatcher = [login to view URL] dispatcher.add_handler(CommandHandler('start', start)) dispatcher.add_handler(CallbackQueryHandler(button)) updater.start_polling() [login to view URL]() if name == 'main': main() ``` In this script, the run_project method makes a POST request to the ZennoPoster project URL and sends a payload containing the URL to process. It returns the data received as a response from the ZennoPoster project. The actual HTTP requests would depend upon the ZennoPoster API documentation. Please modify the URL and data accordingly.
Projektazonosító: 37292928

A projektről

24 ajánlat
Távolról teljesíthető projekt
Aktiválva: 6 hónappal ezelőtt

Szeretne pénzt keresni?

A Freelancer oldalán történő árajánlatadás előnyei

Határozzon meg költségvetést és időkeretet
Kapja meg fizetését a munkáért
Vázolja ajánlatát
Ingyen regisztrálhat és adhat árajánlatot munkákra
24 szabadúszó adott átlagosan $181 CAD összegű árajánlatot erre a munkára
Felhasználó avatár
Hello, I am an experienced Web Crawler expert, George, and I believe I am suited to complete the tasks for this job. My experience in Python development, ZennoPoster, and Telegram bot creation will make me a strong asset to your project. I understand that you want to have an existing ZennoPoster template that works without the Telegram Bot, as well as integrate the Python Script and ZennoPoster template with post/get requests. I am confident I can successfully develop and refine the Telegram bot to introduce the four-option control stage before sending out replies on OnlyFans. I am proficient in Python, with experience in object-oriented programming and web automation tools, as well as familiarity with creating and managing bots on Telegram. I have also dealt with post/get requests for inter-service integrations. I have also successfully worked on pre-existing codebases and templates in the past, as well as added new features while preserving existing functionalities. Questions: 1. How long have you been working with Zennoposter and python script for this project? 2. Do you have experience working with AI APIs for generating message responses? 3. What debugging and optimization techniques do you use to ensure reliable performance and enhance the user experience? 4. What web scraping and parsing web data techniques have you used in the past? 5. What is the timeline for this project and what is the estimated budget?
$680 CAD 3 napon belül
5,0 (168 értékelés)
8,1
8,1
Felhasználó avatár
Hello! As an experienced Python developer, I specialize in Telegram Bot development and ZennoPoster template enhancement. I'll optimize your bot's functionality and streamline ZennoPoster templates for improved automation. Let's enhance your project's capabilities and efficiency through tailored Python solutions. Feel free to contact me for further details. Thank you-
$120 CAD 4 napon belül
4,9 (264 értékelés)
7,3
7,3
Felhasználó avatár
Hello I have thoroughly reviewed your project description and am confident in my ability to assist you in completing it successfully. I believe it would be highly beneficial to delve deeper into the specifics of the job to determine the most effective way forward. I am open to scheduling an interview at your convenience, and I genuinely appreciate the chance to collaborate with you on this project. Your response is eagerly anticipated, and I'm excited about the prospect of working together. Thank you for considering my proposal. Looking forward to your prompt reply! Best regards Apurva!!
$220 CAD 7 napon belül
4,9 (31 értékelés)
6,2
6,2
Felhasználó avatár
Hello Ali! I hope you're well. I'm a senior Scraper developer with experience in developing scraper using scrappy and headless browsers. I can deal with bypassing IP throttling limit, ban and captcha solve, storing the result in JSON, CSV and excel files. I've delivered more than 100 projects over time with 5* rating. Here are some of my skills necessary for this task. ➢ Python: Deep understanding of Python and libraries like Scrappy, Proxy, Beautifulsoup, lxml, Captcha ➢ Tools: Headless Browser, Selenium, Playwright ➢ Databases: MySQL, Postgres, Oracle, MongoDB ➢ Source Code Management: Git, GitLab, Bit-bucket, SVN ➢ Cloud Providers: AWS, GCP and Azure ➢ Containerisation: Docker, Kubernetes Best, Sonu
$250 CAD 14 napon belül
4,9 (64 értékelés)
6,2
6,2
Felhasználó avatár
Hi there, I am thrilled to express my interest in your Python Developer for Telegram Bot and ZennoPoster Template Enhancement project. Leveraging a rich background spanning 4-5 years in Web Scraping, JavaScript, PHP, Software Architecture and Python, I am well-equipped to bring substantial value to your initiative. Please note the initial bid is provisional. A final quote will be shared post a thorough discussion on the project requirements or after reviewing any detailed documentation you can provide. May I request any available detailed documentation? Additionally, I am open for further discussions to delve deeper into specific aspects of the project. I encourage you to review my profile, which showcases my portfolio, past jobs, and client reviews, reflecting the quality and professionalism I infuse in every project, always striving to offer a competitive budget without compromising on quality. Thank you for considering my proposal. I am eagerly looking forward to the opportunity to collaborate and contribute to your project's success. Please let me know if you require any additional information. Best regards, Rashid Amjad.
$250 CAD 8 napon belül
5,0 (28 értékelés)
5,9
5,9
Felhasználó avatár
Greetings, I have gone through your project description. I find myself as a perfect fit for this job. I am working as a Python Developer from last 2 year. Some of my expertise is in the fields: 1. Web Scraping/Web Automation - Selenium, Scrapy, Requests, Beautifulsoup 2. AI and ML 3. Web Designing 4. Wordpress 5. Data Science 6. C/C++ 7. SQL I will be available 24/7 to assist you during the project. So lets discuss more about it over chat. Yours Faithfully, Jaibhan Singh Gaur,
$50 CAD 3 napon belül
4,8 (78 értékelés)
5,4
5,4
Felhasználó avatár
Dear Client, I am writing to express my interest in the position of a Python developer for enhancing a Telegram bot and improving a ZennoPoster template for your project. Your project's complexity and the need to streamline communication between platforms have intrigued me, and I am confident that I have the skills and experience to meet your requirements. Your project presents an exciting challenge, and I look forward to discussing the specifics with you. Should you have any questions or require further information, please do not hesitate to reach out. Thank you for considering my application. Best Regards, Lalit
$220 CAD 7 napon belül
5,0 (40 értékelés)
5,3
5,3
Felhasználó avatár
Hello, script looks understandable, thanks for posting this project. I have expirience with python development and integration with various API's so onlyfans api should not be a issue here. Also created Telegram bot for different projects mainly MQTT based. Looking forward to hear from you. Cheers, G.
$200 CAD 7 napon belül
5,0 (22 értékelés)
4,2
4,2
Felhasználó avatár
Hello there! My name is Zohaib and I am a Professional Python Developer with extensive experience in the field of Full Stack Web Technologies. I understand that you are looking for a Python developer who can help you with two specific tasks - enhancing a Telegram bot and improving a ZennoPoster template. I believe that I am the perfect fit for this project due to my strong proficiency in Python programming, experience working with APIs and integrating external APIs into projects. Moreover, I have the necessary skills to tackle any type of project - from web scraping to web automation and Android app development. I am confident that my expertise will be invaluable when it comes to developing your project. Please feel free to contact me if you would like to discuss further or need any additional information about me or the project.
$140 CAD 7 napon belül
5,0 (6 értékelés)
3,3
3,3
Felhasználó avatár
I have previously integrated external APIs, enabling seamless communication with other platforms. Additionally, I have experience in sending automated messages and processing user input. I understand the importance of reliable and efficient communication between different services. Regarding the ZennoPoster template, I am well-versed in web scraping and data parsing techniques. I can optimize the template to automate various web tasks and processes, improving its overall efficiency. Lets connect to have detailed discussion. Regards Raza
$140 CAD 7 napon belül
5,0 (1 értékelés)
3,0
3,0
Felhasználó avatár
Hello there! I am a specialist FULL-STACK developer with over 8+ years of experience in website and mobile app development. From my portfolio, you can see that I have worked on multiple projects with different clients all over the world to deliver quality-driven bug-free websites and mobile applications. I understand that you are looking for someone to add a checkout form to your Wordpress website and I believe I am the best fit for this project. With my extensive experience in eCommerce development and other related areas such as HTML, PHP, WordPress and eCommerce systems, I am confident that I can deliver an awesome solution that meets your needs. Specifically, I have a strong knowledge of core technologies such as HTML, CSS, WordPress, PHP (Magento, Cakephp, Codeigniter), Javascript (MEAN+MERN) and React.js which is required for the project along with eCommerce systems such as Woo+BigCommerce, Shopify etc...
$140 CAD 7 napon belül
4,5 (4 értékelés)
3,2
3,2
Felhasználó avatár
Hi, I'm a seasoned Python developer with 3+ years of web scraping and automation expertise. My toolbox includes requests, BeautifulSoup, Selenium, and Scrapy, all honed through a portfolio of successful projects. Key Strengths: Proficient in Python Proven web scraping skills Automation guru API integration expert Impeccable debugging What I Offer: Seamless Telegram bot integration with external APIs Enhanced ZennoPoster template for automated web tasks Reliable performance and a superior user experience Timeline: I can meet your 1-2 week project deadline. Let's discuss how I can elevate your project! Best regards, Deyaa
$200 CAD 3 napon belül
5,0 (2 értékelés)
3,0
3,0
Felhasználó avatár
Hi, Ali. By the job description, I noticed you're looking for someone who can help you with two specific tasks: enhancing a Telegram bot and improving a ZennoPoster template. I've confirmed your requirements and worked with another client in this space. I am fully available to start your project immediately and you might find it's very interesting to have a chat with me about the project details. Thanks.
$100 CAD 7 napon belül
5,0 (3 értékelés)
2,4
2,4
Felhasználó avatár
I understand that you are looking for a Python developer who can help you with two specific tasks: enhancing a Telegram bot and improving a ZennoPoster template. I believe I am the perfect fit for this project because of my strong Python knowledge, experience working with APIs and web automation tools, as well as my ability to collaborate closely with the team to understand requirements and effectively introduce new control stages into the bot. I am confident that my skillset makes me an excellent choice for this project. If given the opportunity to bring my skills to bear on your project, I guarantee that results will be delivered within the timeline specified in the project description. Please feel free to contact me if you have any questions or would like more information about me or my services.
$150 CAD 5 napon belül
5,0 (2 értékelés)
1,7
1,7
Felhasználó avatár
I have extensive experience in developing and enhancing Python scripts and templates for bots. With my expertise in the field, you can be sure that your project will be completed within the timeline specified without any issues. I understand that you are looking for a Python developer who can help you with two specific tasks - enhancing a Telegram bot and improving a ZennoPoster template. The existing zennoposter template that works without the telegram bot will be provided (any improvements or optimizations will be appreciated). I am confident that my skillset makes me the perfect fit for this project - let me know if you would like more information or would like to discuss further?
$100 CAD 2 napon belül
0,0 (0 értékelés)
0,0
0,0
Felhasználó avatár
Hi Mate Ali Reza D., Good morning! I am professional Laravel developer with skills including JavaScript, Web Scraping, Python, PHP and Software Architecture. Please send a message to discuss more about this project. Many thanks
$100 CAD 4 napon belül
0,0 (0 értékelés)
0,0
0,0
Felhasználó avatár
I understand that you are looking for a Python developer who can help you with two specific tasks: enhancing a Telegram bot and improving a ZennoPoster template. I believe I am the perfect fit for this project because of my extensive experience in both Python and web automation tools like ZennoPoster. I have the necessary skills and expertise to complete the tasks at hand. My strong proficiency in Python coupled with experience working with Telegram API and integrating external APIs makes me an excellent choice for this project. Additionally, my familiarity with web scraping and data parsing techniques make me an ideal person for the Template Enhancement portion of the project. I would be delighted to work on your project. Please feel free to contact me if you have any further questions or would like more information about me or my services.
$250 CAD 5 napon belül
0,0 (0 értékelés)
0,0
0,0
Felhasználó avatár
We're excited to offer our expertise in Python development to enhance your Telegram bot and improve your ZennoPoster template for efficient web automation. Our proposal encompasses: Proficient Python Development Seamless Integration ZennoPoster Expertise Efficient Communication Responsive Timeline Ideal Skills We look forward to collaborating closely to refine your automation processes and enhance your bot's capabilities. Best regards, Priti Saha GMT 85959 23420
$140 CAD 9 napon belül
0,0 (0 értékelés)
0,0
0,0
Felhasználó avatár
Hello there! My name is Viktor and I am a Python developer with extensive experience in software architecture and web scraping. I understand that you are looking for someone to help you enhance a Telegram bot and improve a ZennoPoster template, and I believe that I am the best fit for the job due to my skillset. I have the necessary expertise to tackle this project - specifically in object-oriented programming, Python, software architecture, web scraping and inter-service integration. Additionally, I have experience working with APIs before and using post/get requests for inter-service integration. I am confident that I can deliver a solution for your project within the timeline requested (1-2 weeks), as well as provide exceptional service during the process. If you would like to discuss further please feel free to reach out to me directly; otherwise thank you for your consideration and I look forward to hearing from you soon!
$140 CAD 7 napon belül
0,0 (0 értékelés)
0,0
0,0

Az ügyfélről

CANADA zászlója
Burnaby, Canada
4,9
26
Fizetési mód hitelesítve
Tagság kezdete: jún. 2, 2014

Ügyfél-hitelesítés

Köszönjük! E-mailben elküldtük a linket, melyen átveheti ajándék egyenlegét.
E-mailje elküldése során valami hiba történt. Kérjük, próbálja újra.
Regisztrált Felhasználók Összes Közzétett Munka
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Előnézet betöltése
Hozzáférést adott a helymeghatározáshoz.
Belépési munkamenete lejárt, és kijelentkeztettük. Kérjük, lépjen be újra.