소스 검색

cleaned junk

pull/1/head
root 3 년 전
부모
커밋
75d1a06899
4개의 변경된 파일17개의 추가작업 그리고 3개의 파일을 삭제
  1. +16
    -2
      dependencies.sh
  2. +0
    -0
      scrape.py
  3. +1
    -1
      sozdik.sh
  4. +0
    -0
      theMostPoupularInNews

+ 16
- 2
dependencies.sh 파일 보기

@@ -1,2 +1,16 @@
pip3 install tkinter
pip3 install bs4
echo "Your distro? ( 1)Arch, 2)Debian): "
read distro
if [ $distro -eq 1 ]
then
sudo pacman -S python3 python-pip html2text
pip install bs4
chmod +x ./sozdik.sh
elif [ $distro -eq 2 ]
then
sudo apt install python3 python3-pip html2text
pip3 install bs4
chmod +x ./sozdik.sh
else
echo "You typed in: $distro"
echo "Wrong input, please type one of the two: (1/2)";
fi

GOOGLE.pyw → scrape.py 파일 보기


+ 1
- 1
sozdik.sh 파일 보기

@@ -3,5 +3,5 @@ agent="Mozilla/5.0 (Windows NT 10.0; x86_64; rv:67.0) Gecko/20100101 Firefox/67.
while true
do
read -p "Translate what word: " word
python3 GOOGLE.pyw -i "$(echo "https://sozdik.kz/ru/dictionary/translate/ru/kk/"$word"/")" | html2text
python3 scrape.py -i "$(echo "https://sozdik.kz/ru/dictionary/translate/ru/kk/"$word"/")" | html2text
done

+ 0
- 0
theMostPoupularInNews 파일 보기


불러오는 중...
취소
저장