Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

A small python script to automatically update License files

License

Notifications You must be signed in to change notification settings

NukaWorks/NutDevs.org-Licence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nutdevs.org opensource License Updater

Scrutinizer Code Quality GitHub repo size GitHub file size in bytes Lines of code .github/workflows/main.yml

A small python script to automatically update License files

Install for manual utilisation

  1. Download the files from the repository
git clone https://github.com/NutDevs-org/NutDevs.org-Licence
  1. Install the required python packages
python -m pip install requirements.txt
  1. Create a file named .env in project root as the .env.example template.

  2. Run the script

python -m main.py

Install as github Action

  1. Copy the github_action.yml.example into .github/workflows.main.yml

  2. Go to your repository setting and add a value TOKEN with your account token in the secrets section.

The workflows should update every day but you can run it manually

Get a github token

Go in your account setting, developers settings, personal access token and create a new token

DO NOT SHARE IT WITH ANYONE !

About

A small python script to automatically update License files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages