Skip to content

✔Скачивание статей с Habr в .docx файл по URl.

License

Notifications You must be signed in to change notification settings

Jhnvlglmlbrt/habr-download-articles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Скачивание статей с Habr в .docx файл.


Требования

Для запуска проекта вам понадобятся следующие компоненты:

  • Go 1.20
  • Python 3.10.12
  • Lib python-docx

  1. Склонируйте репозиторий на вашу локальную машину:

    git clone https://github.com/Jhnvlglmlbrt/habr-download-articles
    
  2. Перейдите в директорию проекта:

    cd habr-download-articles/cmd
    
  3. Установите зависимости проекта:

    go get
    
  4. Установите библиотеку docx:

    pip install python-docx
    
  5. Запустите проект:

    go run main.go && python3 converter/converter.py