A web-scraping tool for verge and techradar
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 jaren geleden
4 jaren geleden
123456789101112131415161718192021
  1. # Verge Scrapper
  2. This software can be used to access news websites, grap their articles, and translate them into Russian automatically!
  3. # Installation
  4. You need to install python3 and pip3 in order for the software to work.
  5. After that, please install the dependencies with:
  6. ```shell
  7. chmod +x dependencies.sh
  8. ./dependencies.sh
  9. ```
  10. # Usage
  11. To use the tool, just launch the .pyw executable with python3.
  12. <b>Warning! YANDEX.PYW USES YANDEX TRANSLATION API, WHILE GOOGLE.PYW USES GOOGLE TRANSLATE</b>