A web-scraping tool for verge and techradar
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 4 roky
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>