Skip to content

RayhanYulanda/Website-Checker-From-Excel-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 

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


🎯 About

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

✨ Logic

✔️ 1. Read from excel

✔️ 2. Check the website url

✔️ 3. Write to the output excel

✅ Requirements

Before starting 🏁, you need to have Git and Python🐍 installed.

🏁 Starting

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

🚀 Running

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

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

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by RayhanYulanda

 

Back to top