Scraping the Russian-Kazakh translation website. Requires your terminal to work with UTF-8 symbols
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

sozdik.sh 259 B

hace 3 años
1234567
  1. #! /bin/bash
  2. agent="Mozilla/5.0 (Windows NT 10.0; x86_64; rv:67.0) Gecko/20100101 Firefox/67.0"
  3. while true
  4. do
  5. read -p "Translate what word: " word
  6. python3 GOOGLE.pyw -i "$(echo "https://sozdik.kz/ru/dictionary/translate/ru/kk/"$word"/")" | html2text
  7. done