Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjasghar/dod-sponsorship-email
https://github.com/jjasghar/dod-sponsorship-email
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jjasghar/dod-sponsorship-email
- Owner: jjasghar
- License: other
- Created: 2023-08-10T22:58:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T15:16:13.000Z (about 1 year ago)
- Last Synced: 2023-10-23T16:29:49.915Z (about 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dod-cfp-sponsorship email
## Scope
This ~~app~~ script goes through our hugo instance, and finds the open CFPs and
sponsorships available, and creates an bootstrap html that we can email out to
our marketing email list.## Usage
1. Have a `venv` python environment working
```bash
git clone [email protected]:jjasghar/dod-sponsorship-email.git
cd dod-sponsorship-email/
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
```
2. Checkout the [devopsdays-web][web] repo.
```bash
git clone [email protected]:devopsdays/devopsdays-web.git
```
3. Run the main script
```bash
python main.py
```## License & Authors
If you would like to see the detailed LICENSE click [here](./LICENSE).
- Author: JJ Asghar
```text
Copyright:: 2023- IBM, IncLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```[web]: https://github.com/devopsdays/devopsdays-web/