This set of python code reads in data from Evergreen ILS, creates a Web site featuring new books, and sends emails notifying folks on campus when books in their disciplines arrive
Here's how to get this running for yourself:
- Make sure that Python 2.7.x is running on your computer
- Install the correct libraries.
pip install email lxml pyyaml
- Correctly configure all the YAML files in the
conf
directory - Move the
public
directory to a directory that might be served up by a web server.
- Sign in to GitHub.
- Click "Fork" to make your own working copy of the repo.
- Follow the installation instructions.
- Make your changes.
- Submit a pull request to get your changes incorporated. This sounds complicated, but it's actually pretty simple:
- Go to your forked repository.
- Click the pull requests tab
- Click New Pull Request.
- Verify your changes, then click "Create pull request".