python-requests tag

5 questions


1 answers
283 views
0
I want to PUT the csv file in S3 in the requests module.

I am thinking of using Python requests module to PUT the csv file stored in AWS S3 (the file contains Japanese and needs to be converted from utf8 to Shift_jis).Please let me know what kind of code I ...


1 answers
145 views
0
Yahoo Search Scraping Can't Get Only Ads

I'm currently learning scraping at Python 3 and I know it's a gray zone to scrape Yahoo searches when I've tried various sites, but when I tried it (I don't use anything), I couldn't get an ad, so I w...


1 answers
107 views
0
Python scraping doesn't work.

https://ntp.msn.com/edge/ntp?locale=jaMicrosoft Edge ↑ I took the news from this URL and tried to display it, but an error occurred to see if BeautifulSoup was working properly.import requestsfrom bs4...


1 answers
90 views
0
Want to speed up Python programs that retrieve results from APIs

What do you want to solveThis is my first time to write a proper code, but sometimes it takes 5 minutes to execute, and I thought there might be a place where I can do it faster depending on how I wri...

1 years ago

1 answers
106 views
0
bf4 in python gets an error while scraping

I made a crawler with Python, but sometimes I get errors when I crawl and get the title of the web page.However, I don't know which page in the crawl gets the error, so I don't know the cause.There ar...


© 2024 OneMinuteCode. All rights reserved.