P
P
Pythonchik32020-08-10 13:05:29
Python
Pythonchik3, 2020-08-10 13:05:29

How to parse data from personal account (python)?

Hello!
I'm not very good at parsing and site design, the following question arose: how to parse information from the site's personal accounts? Wouldn't want to use Selenium. There are logins and passwords for the sites, so everything is legal. I will be grateful for any help.
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
datka, 2020-08-10
@Pythonchik3

1) Download Python
2) Install Beautifulsoup pip install bs4. as well as requests pip install requests, via Win+R or cmd
3) Here is the BeautifulSoup documentation , here is requests . Here are some code examples.
4) Write code through trial and error.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question