Φίλτρο

Οι πρόσφατες αναζητήσεις μου
Φιλτράρισμα κατά:
Προϋπολογισμός
σε
σε
σε
Είδος
Δεξιότητες
Γλώσσες
    Κατάσταση Δουλειάς
    2,000 curl autologin δουλειές που βρέθηκαν, με τιμές EUR

    I need a small project for gmail auto read email I need below functionality 1. Open a Firefox Profile Supplied in Configuration setting & open (Gmail is already autologin in this profile So no need to enter Username & password). 2. Select all email in spam and move to inbox & refresh & repeat it for Y number of times here Y is a variable supplied in configuration setting. 3. like select all email from inbox & mark as read. & go to next page & Select all & mark read reap this process for N number of times N is a variable supplied in configuration setting. 4. Close the profile(browser).

    €3 / hr (Avg Bid)
    €3 / hr Μέση Προσφορά
    3 προσφορές

    I've done registration wizard form. I want show alerts if error or success message from API and if success "true" then redirects to home. I call API via curl POST method. API is created in LARAVEL. I add files what I've done and in has API validation information and how much needed to be done. Im using Font awesome 4.7.0 and bootstrap 4.0.0

    €22 (Avg Bid)
    €22 Μέση Προσφορά
    10 προσφορές

    Here you have the link, create your own developer portal As first step you need to define the routes. Please use the php-curl while integrating the endpoints and make sure headers and parameters are passed as variable because after Sandbox we need to jump to production mode where each user will have his own parameters. Please note you also need to add up validations for the input types before passing to api endpoint. If something went wrong with api response(faulty data(json response to user will be created for each data separately), no response from bank server or unwanted response in that case you need to return json response "something went wrong we are looking for it") In case if user miss any parameter it should guide the user properly. For variable

    €462 (Avg Bid)
    €462 Μέση Προσφορά
    1 προσφορές

    ...day. a scheduler should start an ec2 instance and the code should begin executing. when the crawl is finished for the day, the ec2 instance should be terminated. also, if the IP address ever gets blocked by the website being crawled, then that ec2 instance should be shut down, and a new one started (with a unique IP address) all required data is held in the page source accessible with a simple curl or GET of a url. no clicking is necessary for this web scraping project. QUESTIONS - YOU MUST ANSWER ALL. please number your answers for clarity 1. we need to use the aws serverless sql-based db. what is it called? 2. how would you start the ec2 instances automatically each day? 3. how would you terminate the ec2 instances when the crawl was completed? 4. visit https://www....

    €560 (Avg Bid)
    Προεξέχον
    €560 Μέση Προσφορά
    10 προσφορές
    CURL Update Post Έχει λήξει left

    ...stream_context_create($options); $result = file_get_contents($url, true, $context); if ($result === FALSE) { echo "Error"; /* Handle error */ } echo $id.': '; echo $result; echo "<br>"; **************************************************** THIS METHOD DONT WORK ANYMORE BECOUSE ARE ADDED 2 MORE INPUT __RequestVerificationToken inc_csrf_token NOW I WANT TO MAKE IT WORK AGAIN I NEED CURL EXPERT...

    €166 (Avg Bid)
    €166 Μέση Προσφορά
    12 προσφορές

    Login to other sites and access features (PHP curl) I need PHP to log in to a site, save the logged session as a file, and use the functionality while logged in to the site. However, because the site is encrypted, it is a tricky task. For more details please chat with me.

    €181 (Avg Bid)
    €181 Μέση Προσφορά
    19 προσφορές

    Need adapt a code call a remote SOAP server using C#. I dont have any C# skills. Code uses WSHttpBinding and WSHttpSecurity my idea is adapt this code to call SOAP URL and i will pass to this script arguments using GET AND POST methods and this will return to me json. I will pass this arguments using CURL with PHP or a REST CLIENT. TO A C# script hosted on core if is possible on linux or .net framework if not is possible on a windows machine this will serve as bind bridge to one solution to another. PHP REQUEST (GET/POST) -> ASP.NET /CORE SERVER GET/POST C# code -> FINAL SOAP SERVICE. Test enviroment no have certificate and in http and prod env have a certificate i dont have it. On past i do it with php and works nice add wsse headers but i can trust it if the server...

    €21 (Avg Bid)
    €21 Μέση Προσφορά
    5 προσφορές
    autologin and submit billing -- 2 Έχει λήξει left

    need auto loggin in and submit invoices need python and web scrapping in skill?

    €444 (Avg Bid)
    €444 Μέση Προσφορά
    16 προσφορές

    Cake php, Ajax, CURL, UI/UX (IFrame) experienced required also work on design and Iframe integration.

    €83 (Avg Bid)
    €83 Μέση Προσφορά
    35 προσφορές

    We are a pet-sitting C2C website based in the Netherlands. Oursusers can bommunicate via our chat system to send booking requests, message each other, and cancel, decline, edit pay etc for bookings. Our chat system is currently using to power our C2C chat system, which is written in react....our DB (read / not read) 4. Fix some existing bugs. 5. Add a couple of extra functions You need to: - Be very experienced with React.js and be able to point us to projects that you have done which demonstrate this. - Be very experienced with Webpack and be able to point us to projects that you have done which demonstrate this. - Have good working knowledge of PHP and in particular have used Curl previously. Experience building a chat system is a plus. Experience with Sendbird is a big plu...

    €497 (Avg Bid)
    €497 Μέση Προσφορά
    21 προσφορές
    PHP/CURL Data scraping required Έχει λήξει left

    Hello, I need someone who is experienced in writing data scraping tools. I have 2 x websites that I need to scrape. Ideally PHP/CURL to either CSV, DB or a table output. Please message me for more details. Thanks, Mark

    €163 (Avg Bid)
    €163 Μέση Προσφορά
    33 προσφορές
    Write PHP curl array for this json Έχει λήξει left

    Hi All, I need someone to write the PHP curl array for the attached json so I can do this: $data = array("Url" => $value1); $data_string = json_encode($data); Keep in mind the $value items are coming in from a html form the rest are static. Thank you, Mina

    PHP
    €61 (Avg Bid)
    €61 Μέση Προσφορά
    29 προσφορές

    ...--output text) FROM THE ABOVE COMMAND WE MAY GET MULTIPLE OUTPUTS, THIS OUTPUTS ARE AWS INSTANCES ID, SO THIS ID HAVE TO RETRIVE PRIVATE IP address private__ip = $(aws ec2 describe-instances --instance-id $instance_id --query 'Reservations[*].Instances[*].[PrivateIpAddress]' --output text) THE PRIVATE IP OUT IS DERIVED 
WE NEED TO DO TEST NOW check1= curl 'http://'$private__ip':80/health' | jq '.status' | tr -d '"' check2= curl 'http://'$private__ip':80/health' | jq '.version'| tr -d '"' wait until ( check1 == “OK” && check2 == “$inputversion” ) (HERE IT HAS TO SLEEP TILL THE OUTPUTS ARE RIGHT) (IF THE OUT PUT IS SUCCESS, WE HAVE TO...

    €26 (Avg Bid)
    €26 Μέση Προσφορά
    14 προσφορές

    Need to log into a company site and post several form fields using PHP and curl. Would like someone to start on this right away.

    €119 (Avg Bid)
    €119 Μέση Προσφορά
    27 προσφορές

    I Own a website which uses CURL in Class PHP its for fetching facebook video posts but not all URL working because some security check in some urls for example ** All URLS includes /POSTS/ or / appear [ security check ] like below ** any URL include /Video/ or /watch/ can be fetched easy like below the 3 example url for the same video I want any solution to be able to fetch all URLS without security check

    €173 (Avg Bid)
    €173 Μέση Προσφορά
    11 προσφορές

    ... file seem to fail, and even if the script finishes I'm unable to run the website locally. Job is to fix any problems with vagrant and/or the , and demonstrate how to get everything working once more so I can resume development. You must be comfortable with working in Linux (as is essentially just a long list of shell commands), with an emphasis on yum, and curl. All of the code is available in a private github repository, so winning bidder will need to be familiar with git, and have a github account. Folks, be aware of the following requirements: - you must be able to run a VM on your machine. This means you need to have control over ports. If you don't have control of the ports on your workstation, do not bid! - you must have a decent internet connection

    €120 (Avg Bid)
    €120 Μέση Προσφορά
    2 προσφορές

    Hi everyone. i need to get specific data from site: with php curl/read_file/whatever u use. It need's to be made perfectly so it dont brake down in few day's. User browser agent in php for sure and so on. I need to get Platinum/Palladium/Rhodium prices from "The World Spot Price - Asia/Europe/NY markets" table, the last column /high/. Make Your offer, tell word KCT as start of Your brief so i know u have readed description. Cheers, Kalev

    €128 (Avg Bid)
    €128 Μέση Προσφορά
    18 προσφορές
    €19 Μέση Προσφορά
    9 προσφορές
    €18 Μέση Προσφορά
    3 προσφορές

    Hi! Do you work with Shopify? I have a project that uses Shopify and I have an already written, fully functional PHP cURL function that displays data from a 3rd party website using their API. I need this to be worked into Shopify, and since Shopify doesn't use PHP, this needs to be created in a custom private app. I've been told you can use an iframe to contain the PHP and call that into the webpage. I need assistance with this. I'm looking to have this completed within the next 24 hours. Less than $100 only.

    €108 (Avg Bid)
    €108 Μέση Προσφορά
    8 προσφορές
    Server Administator (Debian8) Έχει λήξει left

    Server Administator (Debian8) 1) Delete php5 2) Fix error 500 in prestashop 3) Fix group mail: mail so php mail server can send emails 4) Solution extension curl and intl 5) put "max_input_vars= 2000" parameter in the file to allow submission of the product form. YOU WILL MAKE ALL THIS BY TEAMVIEWER

    €60 (Avg Bid)
    €60 Μέση Προσφορά
    15 προσφορές
    Need PHP API expert -- 2 Έχει λήξει left

    we are looking for a PHP expert who can work on curl and API to find solution of implenetation which is not getting done properly a very short work it is you must be able to work on github lowest bidder get work

    €123 (Avg Bid)
    €123 Μέση Προσφορά
    12 προσφορές
    Need PHP API expert Έχει λήξει left

    we are looking for a PHP expert who can work on curl and API to find solution of implenetation which is not getting done properly a very short work it is you must be able to work on github lowest bidder get work

    €18 (Avg Bid)
    €18 Μέση Προσφορά
    13 προσφορές

    I need to create many SSH accounts to Ubuntu with following criteria (or equivalent) (1) No shell access what so ever. (2) Only access to one port (like 3306 ) (3) Autologin to a given MYSQL account by user and password. - Instructions in English, when tested and working the money will be payed.

    €61 (Avg Bid)
    €61 Μέση Προσφορά
    8 προσφορές
    Python Script with Trello API Έχει λήξει left

    I need a python 3 script that executes a query on a postgresql view (I will provide query) and from the queried data post checklist tasks on a Trello board using their API (I will also provide all cURL requests needed and step by step roadmap) We are experienced buyers with clear expectations

    €45 (Avg Bid)
    €45 Μέση Προσφορά
    9 προσφορές

    Hello, I install everything but my bitpay payment system not working. when ı try checkout it still wait. hank you for reaching out to us regarding your implementation inquiry. Please ensure that you have completed the following: Ensure a valid SSL certificate is installed on your server. Also ensure your root CA certificate is updated. If your CA certificate is not current, you will see curl SSL verification errors. Verify that your web server and firewall are not blocking POSTs from unrecognized servers. Check the file for any errors during BitPay payment attempts. Check that the version of your plugin is on the official plugin repository. Make sure you are using the latest version of the plugin or integration. Your issue may have been addressed in a newer version. If the abo...

    €6 / hr (Avg Bid)
    €6 / hr Μέση Προσφορά
    9 προσφορές

    Need a curl php script to upload a mp3 file (as well as other information/fileds) to another php script waiting on the other side to store the mp3 file locally. I need both files and also need to check if the file size is more than 100MB return an error.

    €114 (Avg Bid)
    €114 Μέση Προσφορά
    19 προσφορές
    solution for recaptcha v3 (CURL) Έχει λήξει left

    I'm trying to solve the problem of locking the page by recaptcha. I am using CURL to move between pages. There are 2 recaptcha on the page (visible V2 and invisible V3). We need a solution for both and send 2 correct keys to the next page to accept them - the problem is too low for the token from recaptcha v3 (0.1 points). Probably need above 0.5. It is very possible that you also need appropriate headers sent to the page with the solution of both recaptch. I will send more details in a private message. If anyone has experience in this topic, please contact me - then I will give more data and the page I want. Best wishes

    €124 (Avg Bid)
    €124 Μέση Προσφορά
    14 προσφορές
    Wordpress link up mailchcump Έχει λήξει left

    need someone to link my wordpress site to mailchim without hositing details I keep receiving error Mailchimp says: API Request Error - 500 :: CURL error :: SSL certificate problem: unable to get local issuer certificate

    €15 (Avg Bid)
    €15 Μέση Προσφορά
    14 προσφορές

    I have successfully deployed my lambda function using cloudformation template. I have also added a "get" request through API gateway using AWS console. But I will like to automate API gateway integration part using cloudformation template. I have written the following code that d...cloudformation template. I have also added a "get" request through API gateway using AWS console. But I will like to automate API gateway integration part using cloudformation template. I have written the following code that does not work... I should be able to pass the number using curl or using http URL something like this... curl -d "mynumber=12345" -X POST

    €51 (Avg Bid)
    €51 Μέση Προσφορά
    4 προσφορές

    SPAM BIDS WARNING: Your bid will be rejected automatically if it appears to be generated by a bot: * it asks for more information without asking a *specific question*; or * it asks me to contact you to discuss the project without saying what information is required. Thank you for your understanding. --- I would like someon...default /my-account/) 5. the page to redirect to if the secret hash and email are incorrect (by default /). The plugin needs to be released on GitHub with a GPL licence, and on with sufficient documentation for someone to understand what it does and how to use it, including a screenshot of the settings screen. Note there is another plugin but this doesn't have the functionality I'm looking for.

    €92 (Avg Bid)
    €92 Μέση Προσφορά
    45 προσφορές

    I would like someone to create an open source and released/documented plugin to automatically log in users from a link. The link would look like and assuming the 'user' and 'secret' parameters are okay, the user should be redirec...default /my-account/) 5. the page to redirect to if the secret hash and email are incorrect (by default /). The plugin needs to be released on GitHub with a GPL licence, and on with sufficient documentation for someone to understand what it does and how to use it, including a screenshot of the settings screen. Note there is another plugin but this doesn't have the functionality I'm looking for.

    €13 / hr (Avg Bid)
    €13 / hr Μέση Προσφορά
    17 προσφορές

    Need urgently a sample api client in pure php (curl) to do the following. 1. Get events newer than a LastModified DateTime 2. Create an event --- with our ID --- Title, body (description) start/end, timezone --- multiple Attendees ---THE EVENT CAN BE FULLDAY OR NOT 3. OR Update an event id the event ID already exists on outlook Also, I need a page to Sign in users and acquire an access token. YOU HAVE TO REGISTER YOUR OWN APPLICATION AT MICROSOFT APPLICATION PORTAL FOR TESTING (IT'S FREE)

    €134 (Avg Bid)
    €134 Μέση Προσφορά
    11 προσφορές
    Fixes on legacy Symfony 1.4 website Έχει λήξει left

    We have a testing website made with an old version of Symfony. There are a number of things that need to be done before we can go live. Mostly html and php fixes in accordance with pdf designs. We also might need to update curl on the server. Skills needed are Symfony legacy version, php, and some server knowledge.

    €12 / hr (Avg Bid)
    €12 / hr Μέση Προσφορά
    22 προσφορές

    We need someone to review our source codes in order to be able to send a client side SSL certificate in PHP code using curl. We have PHP codes that use curl and RestTemplate to send parameters to an endpoint provided by a partner. In order to successfully connect with the endpoint, our partner has provided us with server SSL certificate that we should use while making the API calls to the endpoint. Below is the source code in php-curl: PHP CURL $base_url = 'xxxx'; $username = 'xxx'; $password = 'xxxxx’; $xml_input = "<ns2:paymentRequest xmlns:ns2="xxxxx">n<ns2:rraRef>$variable</ns2:rraRef>n<ns2:amount>$variable</ns2:amount>n <ns2:bankAccount>$variable</ns2:bankAccount>...

    €138 (Avg Bid)
    €138 Μέση Προσφορά
    17 προσφορές
    Python and Trello Script Έχει λήξει left

    I need a python 3 script that executes a query on a postgresql view (I will provide query) and from the queried data post checklist tasks on a Trello board using their API (I will also provide all cURL requests needed and step by step roadmap) We are experienced buyers with clear expectations

    €121 (Avg Bid)
    €121 Μέση Προσφορά
    17 προσφορές

    Hi All, We need someone that can write code for a lambda function in nodejs (must be nodejs) that can receive an AWS SNS message and forward to this to an api url, including api username, api password, api key. SNS message -> Lambda (nodejs) -> API URL you will receive SNS message and need to create a lambda function in nodejs that will do the equivalent of this: curl "" --request POST --header "Accept:application/json" --header "Content-Type:application/json" --data "{'first_name':'John','last_name':'Public','user_id':'','email':'@'}" --user 'admin':'admin' Here are guides to help you:

    €150 (Avg Bid)
    €150 Μέση Προσφορά
    34 προσφορές

    We need a PHP script that takes a list of keywords from a mysql database & searches Google, Yahoo & Bing for the specified URL (also from database). It would find the rank of that URL & It would need to save these ranks for each keyword back into the database to be displayed later. This script should be simple. I already have a functional JS script that only works in Google but I need it in PHP and for it to work with the other two search engines. It will also need to randomly select a proxy from a hard coded list of proxies (provided upon acceptance) and use a new proxy with each new search (keyword).

    €55 (Avg Bid)
    €55 Μέση Προσφορά
    11 προσφορές
    a little PHP help Έχει λήξει left

    ...code to only allow 50 results per page SO now I am having issues getting to the second page of data.... please adjust my code to get the second page of data... current code: $curl = curl_init(); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($curl, CURLOPT_HEADER, 1); curl_setopt($curl, CURLOPT_POST, false); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.1.2) Gecko/20090729 Firefox/3.5"); curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true); curl_setopt($curl, CURLOPT_COOKIEFILE, $cookie_file); curl_setopt($curl, CURLOPT_COOKIEJAR, $cookie_file); // SAME cookiefile $fromday = date('d', strtotime(...

    €22 (Avg Bid)
    €22 Μέση Προσφορά
    17 προσφορές

    Task needs an expert in Cake PHP and PHP CodeIgniter. Also able to sort HTML and Wordpress small design work. You need to understand Curl to create a connection with third parties. the month-long task will pay a fix fee.

    €261 (Avg Bid)
    €261 Μέση Προσφορά
    128 προσφορές

    I can access after Logon to my pool contol over the browser. i want to send a command over my webserver with a php script --> curl to switch on and of the heating but i don´t know the command. you can have a look to the controller over TeamViewer.

    €31 (Avg Bid)
    €31 Μέση Προσφορά
    4 προσφορές

    I am retrieving api data via curl and have decoded the json data into an array. I'm looking for someone to add on to the script so that it'll take that decoded json array and turn those results into php variables for further processing and use.

    €113 (Avg Bid)
    €113 Μέση Προσφορά
    35 προσφορές
    IPFS Specialist Έχει λήξει left

    This role is an interesting role working with IPFS and the emerging BTFS. The task is to create a client based node which can connect to a service to register the node as being available so the node can receive benefits for hosting files. Key skills - 1. IPFS, Bitswap, IPLD, DAG, Merkle Tree, IPFS APIs 2. Curl, Ubuntu, CLI, netstat 3. BTFS (desirable) 4. IPFS commands (add, cat, ls) 5. Knowledge of protocols 6. Language to implement a client based service, eg Go. You should understand how IPFS works in terms of data moving between file nodes, and how a client software could run on a local machine to register the already existing IPFS node on that machine with a new service (in effect a protocol). You need experience in CLIs, Ubuntu, SSH, and all basic Linux based commands, a...

    €25 / hr (Avg Bid)
    €25 / hr Μέση Προσφορά
    5 προσφορές

    I have two projects (each for less than $...A) get 4 URLs from 4 products (in catalog in different websites), combine them in one product catalog web page (iframe or embedded object) and then we call our REST API to back end. If you prove you can do it, next we make it a longer project to design/ develop professional product catalog which allows one to source products from many web sites. Project B) I have 9 API test programs in PHP using Curl (each is less than 100 lines). Each test program works fine on command line and uses hardcorded key=value pair parameters to pass to end point as part of REST API. I want to combine all 9 programs in one script which takes input at run time and executes all programs one after another. We modify output at the end to show final results, overal...

    €23 (Avg Bid)
    €23 Μέση Προσφορά
    2 προσφορές

    Hi Freelancer i want Scraping the data using PHP Curl or Python. i have to develop one stage but for button click and click on report my curl not of the ipindiaonline website built in .NET . only serious Developer who can work for this Api please help me

    €66 (Avg Bid)
    €66 Μέση Προσφορά
    19 προσφορές
    Adding ccs and js files inner file Έχει λήξει left

    We have Curl and ajax file needs to insert CSS and js files inner file. After fixing the files inner file test with WordPress and HTML make sure not cause any CSS or js issues with the exsitign platform.

    €22 (Avg Bid)
    €22 Μέση Προσφορά
    13 προσφορές
    curly hair blogger Έχει λήξει left

    I own a curl specialising salon, I'm after a great writer/ blogger who is creative. need one blog fortnightly. hopefully our website will give insight on what we do. wordpress knowledge is a plus.

    €11 / hr (Avg Bid)
    €11 / hr Μέση Προσφορά
    30 προσφορές
    Resolve SSL Certificate Έχει λήξει left

    Requirement: Fix SSL Certificate - guide below. Error message: Download failed. cURL error 51: Unable to communicate securely with peer: requested domain name does not match the server's certificate.

    €9 (Avg Bid)
    €9 Μέση Προσφορά
    9 προσφορές

    Encountering a little problem sending data over the api. Only APPLY if you worked with something like this BEFORE. (requires cURL knowledge, PHP, and API Communication)

    €38 (Avg Bid)
    €38 Μέση Προσφορά
    5 προσφορές