Steps to run this codebase:
- Make sure you have Pandoc installed and its CLI added to the PATH
pip install -r requirements.txt
(installs dependencies)- run
python convert_to_excel.py
to generate aprojects.xlsx
or bring your own xlsx sheet to process later on - generate articles using
python gen_article.py --projects-file your/sheet.xlsx
(--projects-file ...
is optional, by default it looks forresources/projects.xlsx
) - upload articles to wiki using
python upload_articles.py
NOTE: Ensure you have a .env
file properly set up based on the .env.example
file before running the scripts.
This project is licensed under the terms of the CC BY 4.0 License.