- A simple bot that take content from wikipedia, and use a narrator to read the content.
Linux:
python3 -m venv env
source ./env/bin/activate
pip3 install -r requirements.txt
deactivate
Windows:
python3 -m venv env
.\env\Scripts\activate
pip3 install -r requirements.txt
deactivate
git clone https://github.com/Alanghj/Web-scraping.git
.- You will have to run the file:
python3 webCast.py
. - Do no forget to Install dependencies.
- See the LICENSE file for license rights and limitations (MIT).
Alanghj |