This project contains the sample code for a small utility to pull and store the priority dates from the monthly USCIS Visa Bulletins. It is based on series of articles on Community.aws.
Articles:
To run the project locally, you will need:
- Git installed
- Python 3.11
- Pip
After cloning the repo, you can run the app with the following:
cd src
python3 -m venv package
source package/bin/activate
pip3 install -r requirements.txt
python3 local_test.py
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.