Alanghj / Web-scraping

Bot that search and read the text to user.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web-scraping

Overview

  • A simple bot that take content from wikipedia, and use a narrator to read the content.

Virtual environment and Libraries in Linux/Windows:

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

First start

  • 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.

License

  • See the LICENSE file for license rights and limitations (MIT).

🎓 Author

Image Alanghj
Alanghj

Made by Alanghj

About

Bot that search and read the text to user.

License:MIT License


Languages

Language:Python 100.0%