A web-scraping tool for verge and techradar
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

4 лет назад
4 лет назад
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>