language-detector
This software detects the language of the url list provided and saves the url + language in an excel sheet
It uses the detectlanguage API from https://detectlanguage.com. Sign up and get a free api key for yourself to integrate in the software
To install the packages
pip install -r requirements.txt
How to run the code?
python app_one_at_a_time.py
This software really needs some multi-threading / multi-processing functionality.
Please look at the subprocess module for multi-processing or simply go with concurrent.futures.