Skip to content

Alanghj/Web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages