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

https://github.com/rayhanyulanda/website-checker-from-excel-list

Website Status Checker From Excel List
https://github.com/rayhanyulanda/website-checker-from-excel-list

excel python python-excel pythonexcel website website-checker website-checklist websites

Last synced: over 1 year ago
JSON representation

Website Status Checker From Excel List

Awesome Lists containing this project

README

          


 

Website Checker From Excel List


Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars


🚀 Website Checker From Excel List... 🚀



About   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About

🚀🚀🚀Program helps you to checking the status of website from excel list.

## :sparkles: Logic

:heavy_check_mark: 1.
Read from excel

:heavy_check_mark: 2.
Check the website url

:heavy_check_mark: 3.
Write to the output excel

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Python🐍](https://www.python.org) installed.

## :checkered_flag: Starting

```bash
# Clone this project
$ git clone https://github.com/RayhanYulanda/Website-Checker-From-Excel-List

# Access
$ cd /Website-Checker-From-Excel-List

# Install dependencies
$ `pip install -r requirements.txt` or `pip3 install -r requirements.txt`
```

## :rocket: Running

### NOTE: Place your website lists in the "Website Url" columns

```bash
# Command
$`python main.py` or `python3 main.py`
```

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by RayhanYulanda

 

Back to top