Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jitinkaligotla/web-srapping-using-python
We are doing Web scraping on the website below
https://github.com/jitinkaligotla/web-srapping-using-python
beautifulsoup4 python requests-library-python selenium-webdriver
Last synced: about 2 months ago
JSON representation
We are doing Web scraping on the website below
- Host: GitHub
- URL: https://github.com/jitinkaligotla/web-srapping-using-python
- Owner: JitinKaligotla
- Created: 2024-08-16T04:07:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T04:53:10.000Z (5 months ago)
- Last Synced: 2024-10-11T05:40:58.577Z (3 months ago)
- Topics: beautifulsoup4, python, requests-library-python, selenium-webdriver
- Language: Python
- Homepage: http://automated.pythonanywhere.com/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hey, Hello everyone!.
We are doing web scraping on the website that I have provided. You don't need to install any python interpreters , You can run it on repl itself, But my
advice is to run on vs-code. It works very well on vs code and Before running the code don't forget to install the Selenium , requests package by using pip install method,
other are build in packages you don't need to worry.
Last advice from my side is don't waste your time by memorizing all the methods of all the data structures,Just have a breif idea about python syntax and methods like where to use which method , Even if you don't remember just google it and you need to know python basics like syntax , functions , data structures.
Thank you , Happy learning