An open API service indexing awesome lists of open source software.

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.

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
```