https://github.com/hi-tech-ai/scraping-headless_mode
Simple web scraping from public website using headless mode.
https://github.com/hi-tech-ai/scraping-headless_mode
headless headless-browser python selenium selenium-webdriver web-scraping
Last synced: about 1 year ago
JSON representation
Simple web scraping from public website using headless mode.
- Host: GitHub
- URL: https://github.com/hi-tech-ai/scraping-headless_mode
- Owner: hi-tech-AI
- Created: 2023-12-30T01:31:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T14:14:16.000Z (over 1 year ago)
- Last Synced: 2025-03-30T10:33:49.840Z (over 1 year ago)
- Topics: headless, headless-browser, python, selenium, selenium-webdriver, web-scraping
- Language: Python
- Homepage: https://www.worldometers.info/geography/alphabetical-list-of-countries/
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Healess mode web scraping
This code can scrape countries list from https://www.worldometers.info/geography/alphabetical-list-of-countries/ without opening a browser.
The browser runs into backend mode.
To run this code, you should install selenium library in your PC.
```bash
pip install selenium
```
Then run the bot.
```bash
python headless.py
```