python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Scraping Yelp review content displaying different tags using Beautiful Soup
I'm practicing web-scraping and trying to grab the reviews from the following page: https://www.yelp.com/biz/jajaja-plantas-mexicana-new-york-2?osq=Vegetarian+Food
This is what I have so far after ins...
exlo
Votes: 0
Answers: 1
Python requests POST file with multipart form and cookies
I need to upload a file with some information about the file using cookies. A command line as below works fine:
curl -v -X -POST -F file=@"path_to_file/my_file.xml; type=text/xml" -F rowData...
Tristan Tran
Votes: 0
Answers: 1
How to submit delete, update, post requests in insightly
I've been trying to get the insightly api to work with python requests however I'm only able to successfully do get requests. If I try to delete an opportunities tags by supplying a key and value like...
Stefan Larson
Votes: 0
Answers: 1
Count number of retries for each request
I use package requests together with urllib3.util.retry.Retry() to send tens of thousands of queries. I seek to count the number of queries and the number of necessary attempts until I successfully re...
Jhonny
Votes: 0
Answers: 1