Automated system to generate academic credential visualizations from Mexico's SEP professional certificate database.
This project was developed for educational purposes only. It is not intended for production use without proper security, performance, and best practices considerations.
- Create new repository (do not fork) HERE
Navigate to: Settings > Secrets and variables > Actions
Add three repository secrets:
NAME: First name(s)APAT: Paternal surnameAMAT: Maternal surname
Edit .github/workflows/ci.yml:
- name: Configure Git
run: |
git config --global user.email "your-email@domain.com"
git config --global user.name "your-username"- Go to Actions tab
- Enable GitHub Actions if prompted
- Push to
mainbranch to trigger workflow
├── templates/main.txt
├── templates/card.txt
├── generate.sh
├── .github/workflows/ci.yml
└── outputs/ (auto-generated)
- Manual trigger: Actions tab > CI > Run workflow
- Automatic trigger: Push to main branch
- Output:
outputs/academic_trajectory.svg
Add to your README.md:
Replace USERNAME and REPOSITORY with your GitHub details.
- Valid Mexican professional certificates
- Repository secrets configured
- GitHub Actions enabled
This application requires personal information to function properly. By using this software, you consent to provide and allow the use of such information for the application's operation only.
No data is collected or stored permanently.
This project is distributed under the MIT License.
You are free to:
- Use commercially
- Modify
- Distribute
- Use privately
No warranties: The software is provided "as is", without warranties of any kind.