https://github.com/anthesevenants/sylvia
Generate RSS-based event calendars
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.8%) to scientific vocabulary
Repository
Generate RSS-based event calendars
Basic Info
- Host: GitHub
- Owner: AntheSevenants
- License: agpl-3.0
- Language: Python
- Default Branch: main
- Size: 104 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
sylvia
Generate RSS-based event calendars
Usage with docker compose
For use in production:
``` version: "3"
services: python: build: context: . dockerfile: .docker/Dockerfile ports: - "80:8080" environment: RSSURL: https://www.arts.kuleuven.be/ling/events/events/rss CACHEDIR: cache/ MAXCACHEFILES: 5 CALENDARTITLE: "Agenda OE Taalkunde" CALENDARNOTICE: "
! De OE-agenda wordt in principe op maandag uitgestuurd. Gelieve activiteiten die men in de agenda wil vermeld zien telkens uiterlijk zondagavond in te sturen bij XXX. Activiteiten die XXX later bereiken zullen pas de week nadien in de agenda opgenomen worden.
" EMAIL_TO: "XXX@XXX.BE" TZ: "Europe/Brussels" PYTHONUNBUFFERED: 1 volumes: - ./cache/:/usr/app/src/cache ```For development:
``` version: "3"
services:
python:
build:
context: .
dockerfile: .docker/Dockerfiledev
ports:
- "8080:8080"
environment:
RSSURL: https://www.arts.kuleuven.be/ling/events/events/rss
CACHEDIR: cache/
MAXCACHEFILES: 5
CALENDARTITLE: "Agenda OE Taalkunde"
CALENDARNOTICE: " ! De OE-agenda wordt in principe op maandag uitgestuurd. Gelieve activiteiten die men in de agenda wil vermeld zien telkens uiterlijk zondagavond in te sturen bij XXX. Activiteiten die XXX later bereiken zullen pas de week nadien in de agenda opgenomen worden.
Save as docker-compose.yml, then run docker compose up or docker-compose up. Depending on the configuration you chose (production/dev), sylvia will be available at port 80 or 8080.
Owner
- Name: Anthe Sevenants
- Login: AntheSevenants
- Kind: user
- Location: Leuven, Belgium
- Company: KU Leuven
- Website: anthe.sevenants.net
- Repositories: 39
- Profile: https://github.com/AntheSevenants
AI & linguistics master. Linguistics PhD candidate @QLVL
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1