Skip to content

Export nodes from Drupal 6 site to Word documents with BeautifulSoup and pypandoc

License

Notifications You must be signed in to change notification settings

eivankin/drupal6-nodes-to-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Функции

Скрипт позволяет экспортировать контент с сайта на Drupal 6 в документы формата .docx (или любые другие, поддерживаемые pandoc). Протестировано на развёрнутом локально сайте с темой "Pushbutton".

Зависимости

Для работы скрипта необходим заранее установленный pandoc и Python версии >= 3.6

Установка зависимостей

Остальные зависимости перечислены в файле reuqirements.txt. Установить их можно следующей командой:

pip install -r requirements.txt

Перед запуском

Переименовать файл .env.example в .env и заполнить данные для авторизации

Запуск

Скрипт запускается следующей командой:

python main.py

About

Export nodes from Drupal 6 site to Word documents with BeautifulSoup and pypandoc

Topics

Resources

License

Stars

Watchers

Forks