A web-scraping tool for verge and techradar
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 4 Jahren
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>