Find Jobs
Hire Freelancers

Part time job in C#, Java or Python (your choice)

$8-15 USD / hour

Kapalı
İlan edilme: yaklaşık 5 yıl önce

$8-15 USD / hour

You will be creating an application that fetches data from traffic information and weather report webpages and delivers them as a post in a facebook group that I own. The preferred language is C# and if you are more skilled in Java or Python I am open to letting you code in that language instead. Background: During the last year I have updated friends and peers in my neighborhood about the traffic situation in the morning. I have created a facebook group which has grown much lately. In order to maintain its value I need to work ca 30 minutes every morning in order to collect information about the weather and the traffic situation and post it in my facebook group. I now want to automate this process. This is how the application will work: 1. The application starts by it self every morning and opens some webpages to fetch data. Examples of webpages it will enter are: [login to view URL] [login to view URL] [login to view URL] [login to view URL] 2. Whenever something of predefined value occurs the application will log in to my facebook account and go to the facebook group. 3. The application will then post an autogenerated facebook post about the situation. 4. In the noon the application will stop fetching data from the webpages and quit it self. The application is divided into four layers. See the attached image for a diagram. Here are how the four layers will work: - Data source: We will be letting our application extract data from the human-readable UI from the above mentioned websites. - Domain model: We create a simple model of the data extracted from the previous layer. - Decision engine: Depending on what information is in the model, we need to know if we are supposed to create a post or not. For example, if it is very rainy, this might interfere with traffic and then we might make a post about that. If it's sunny, no post is required. - Execution: The execution tool will take care of the interaction between the application and facebook in order to log into facebook and do the posting in my facebook group. You will work part time. It's a long time project where you'll sometimes work more and sometimes less, depending on need and budget. You will be taking on assignments from me and working with them on weekly sprints. We will be using Gitflow in our cooperation. You may be working with other programmers, or alone during different periods of the project. Key skills needed: * Programming and working structured * Following naming conventions * Good commenting * Reusing code * Using git & version control * getting the whole picture with general instructions * Finding improvements of current code - for future time saving, security and code quality A successful engagement would be when you * Always keep your promises, such as deadlines * Ask when you don't understand * Come with suggestions when you see improvements * Are open with your strengths and weaknesses This is an opportunity to get an interesting part time job, where you will have a lot of influence and will be able to see a project grow and improve. Please answer the following questions at the very top of your job application: 1) Do you have suggestions to make this project run successfully? 2) What questions do you have about the project? 3) What are the biggest challenges to this job? Please motivate your answer. 4) How can the datasource and execution engine be done as easily as possible? Can we reuse any code or framework that you know about? If you don't answer these questions, and put them at the top of your letter, I won't hire you. I'm also not interested in reading anything about your past experiences. I'm looking forward to reading your job application. If you have any other questions or comments about the project, put them in the job application.
Proje No: 19246323

Proje hakkında

20 teklif
Uzaktan proje
Son aktiviteden bu yana geçen zaman 5 yıl önce

Biraz para mı kazanmak istiyorsunuz?

Freelancer'da teklif vermenin faydaları

Bütçenizi ve zaman çerçevenizi belirleyin
Çalışmanız için ödeme alın
Teklifinizin ana hatlarını belirleyin
Kaydolmak ve işlere teklif vermek ücretsizdir
20 freelancer bu proje için ortalama $15 USD/ saat teklif veriyor
Kullanıcı Avatarı
Hello, We have a team of Skilled Java-J2EE professionals with experience up to 8 years. ===== Our Expertise in Java / J2EE : * Desktop Applications : Swing, Eclipse Rich Client Platform, AWT, SWT, RMI * Frameworks: Spring, Spring MVC, Spring Boot, Microservice, Spring Security, Spring Social, Struts, Hibernate ,JPA, Lucerne, Quartz, Ant, jUnit, DbUnit, Mybatis * Web Technology : JSP, JSTL, JSF, JQuery, Ajax, JavaScript, DWR, FCK Editor, Extjs * Application Servers : JBoss, WebLogic, WebSphere, Apache Tomcat, Glassfish * Databases : MySQL 4.x/5.x, Oracle 8i/9i/10g/11g, Postgre SQL * Web Services : SOAP, WSDL, RESTFUL Web Services, Apache Axis * IDE : Eclipse, Net Beans, Web Ratio (Model Based Application Development IDE) , Spring IDE * Payment Gateway : PayPal Integration [Experienced in integrating other payment gateways too] * Project Management : SDLC, AGILE ===== We are available from Monday To Friday, 9 hours a day. Our timezone is GMT+5.30. Please initiate chat, so we can reply to your questions in project details and also to check our understandings and queries. You will be able to communicate directly with the expert working on your project. We look forward to have long term engagement on the basis of quality of our work evinced in this project. Thanks
$15 USD 45 gün içinde
4,9 (347 değerlendirme)
8,3
8,3
Kullanıcı Avatarı
Dear Client. How are you? I am expert in Flask & Django python framework area and I can move your project perfectly & successfully. I have gone through your initial requirements and I have full experience in this field and confidence on this project to provide best quality result with high satisfaction. I have developed front-end and back-end base on Python, Node and PHP. I can work on your business timezone so I am always available to you. I will do my best to work to complete this project without relax until the project is done. I worked in many teams and some major skills are like below: team cooperation using git, gitlab, bitbucket. Deployment on GCloud, AWS. Working with JIRA, TRELLO, ASANA backend: python(flask, django), nodejs, php, java(spring) database: mysql, mangodb, nosql frontend: reactjs, angularjs 2/4/5 Looking forward to work with you. Thanks for your checking. Regards.
$16 USD 40 gün içinde
5,0 (69 değerlendirme)
7,5
7,5
Kullanıcı Avatarı
Dear Hiring Manager, I have 9+ years experience in .net platform , MVC , .net core and SQL Server I have built multiple projects based on .net and later using .net core sql server , entity framework , entityframework core , jquery , angular 5 and 6 also built real time apps based on google products
$15 USD 40 gün içinde
5,0 (32 değerlendirme)
6,9
6,9
Kullanıcı Avatarı
Hi Question 1 I would recommend using Python (My chosen language) as it comes with more prebuilt analysis libraries than most systems. Question 2 Have you checked the relevant sites you want to scrape and Facebook to obtain permission to extract the said data and to write to them. I can code extracts and writes via a browser engine like selenium, but they tend to be slow and heavy. Question 3 Same as question 2 really. The sites you want to scrape from, may have code in place to disallow scraping, and the same goes for facebook, though I think they do have an nice API that can be used to post items. I would also have to add in the decision Engine here as there are not details given so I have no idea how or what you intend to use there. Questions 4 In python the 'requests' library is a great lib for page and API interaction. There is also the Beautiful Soup library that is used to serialize and read html for data extracts. If the amount of data is large we could use the Pandas library to sort and define answers, and the NLTK library can be used for text analysis
$22 USD 40 gün içinde
4,9 (13 değerlendirme)
6,0
6,0
Kullanıcı Avatarı
Question 1: C# is the best language because I know it and it's possible to do anything. Question 2: I Wonder if we could do a list of different scenarios to post or not in order to compare with the extracted data. Question 3: Extract information from Google Maps I think is the biggest challenge. Question 4: We could execute some code over C# with a Task on Windows. Or doing a service on C# to do this automaticly. And scraping to read the current information in the websites. Regards.
$16 USD 25 gün içinde
5,0 (37 değerlendirme)
6,0
6,0
Kullanıcı Avatarı
Hello There, I am found myself suitable for this job. I would like to do your project. 1) Do you have suggestions to make this project run successfully? Yes, Actually i can help you in deciding architecture of product. 2) What questions do you have about the project? Whether it will run from server or from your own computer? 3) What are the biggest challenges to this job? Please motivate your answer. I don't think so. 4) How can the datasource and execution engine be done as easily as possible? Can we reuse any code or framework that you know about? I think, there are lot of weather api's, which we can use.
$12 USD 40 gün içinde
4,8 (20 değerlendirme)
4,4
4,4
Kullanıcı Avatarı
I am experienced on programming for about 10 years and i am using selenium on c# for automated programs works with data on web sites.
$8 USD 40 gün içinde
5,0 (5 değerlendirme)
4,2
4,2
Kullanıcı Avatarı
hello there, i really liked the idea what u are doing. i would like to help with this project. i have several projects such as data decisions or data parsing from websites so in this project it will be nice to combine my knowledges. here is my suggestions or plan to do it. in the begginng , i can write scripts in python which parse the data from those website. this will be easy going. i can use several libraries depends on the websites such as requests, selenium .. and then i ll create the decision part. maybe in the begginng i can just create easy structure like : if it s sunny or if it s foggy do this.. but maybe in the future we can implement some machine learning and teach the code which kind of situation how effecting the trafic and can predict with maybe percentage. and then posting part is coming. we can use api of the facebook to post. then is a easy going as well. maybe also like later later improvement can be with machine learning as well to write creative posts with machine learning but it will need also time to teach the script and coding. hope to talk to you soon cheers Amadeus
$12 USD 40 gün içinde
5,0 (11 değerlendirme)
4,1
4,1
Kullanıcı Avatarı
I am got adapter to every new technology and project. I am whole hearted worker. I will work as the client needs and requires.
$12 USD 40 gün içinde
0,0 (0 değerlendirme)
0,0
0,0
Kullanıcı Avatarı
I have read your project and I can say with confidence I can deliver what you need. I have java, python ,.net and ionic experience. I can create the app you need very easily. I would love the opportunity to talk more and answer any questions you have. am looking for this kind of work where I can use my skills and improve them more. my first suggestion is python scraper that interacts with the .net or java application. for sure as we discuss more I can think of better solutions
$16 USD 15 gün içinde
0,0 (0 değerlendirme)
0,0
0,0
Kullanıcı Avatarı
I have exhaustive amounts of C# programming experience that would make creating and running this application easy. I'll be sure to create the application to your specifications and collaborate with you whenever updates or additional features are required.
$11 USD 18 gün içinde
0,0 (0 değerlendirme)
0,0
0,0
Kullanıcı Avatarı
Hi, I have carefully looked into the job detail and find it interesting to be involved. I have been in IT for around 15 years and last 8+ years experience in .Net with full stack experience for last 2 years. My other experience also includes around 4 years in Java and 1+ year in Python. I have experience with integrating Web services from various sources with UI. I believe this is one of your primary requirement. With my experience in C#, Java and Python along with API and the front end using Angular or ReactJs with HTML and CSS, I feel this is right project where I can come up with feasible solutions to meet your requirements. I look forward hearing from you and after initial discussion or completing a trial work, I can get started with the assignments right away.
$16 USD 40 gün içinde
0,0 (0 değerlendirme)
0,0
0,0
Kullanıcı Avatarı
i am new freelancer i want to work with you i am working in C# programming language i am new freelancer i want to work with you i am working in C# programming language
$14 USD 40 gün içinde
0,0 (0 değerlendirme)
0,0
0,0

Müşteri hakkında

   SWEDEN bayrağı
Nacka, Sweden
0,0
0
Ödeme yöntemi onaylandı
Nis 5, 2019 tarihinden bu yana üye

Müşteri Doğrulaması

Teşekkürler! Ücretsiz kredinizi talep etmeniz için size bir bağlantı gönderdik.
E-postanız gönderilirken bir şeyler yanlış gitti. Lütfen tekrar deneyin.
Kayıtlı Kullanıcı İlan Edlien Toplam İş
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Ön izleme yükleniyor
Coğrafik konum için izin verildi.
Giriş oturumunuzun süresi doldu ve çıkış yaptınız. Lütfen tekrar giriş yapın.