https://github.com/mfa/acl-feed
generate Atom feed for people on ACL Anthology
https://github.com/mfa/acl-feed
acl atom-feed flask python3
Last synced: about 2 months ago
JSON representation
generate Atom feed for people on ACL Anthology
- Host: GitHub
- URL: https://github.com/mfa/acl-feed
- Owner: mfa
- Created: 2021-06-03T22:51:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-27T19:03:50.000Z (12 months ago)
- Last Synced: 2025-06-27T20:19:54.014Z (12 months ago)
- Topics: acl, atom-feed, flask, python3
- Language: HTML
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## ACL Anthology People Feed
[](https://github.com/mfa/acl-feed/actions/workflows/tests.yml)
[](https://github.com/mfa/acl-feed/actions/workflows/deploy.yml)
### about
Return an Atom feed for people on https://aclanthology.org until there is an official feed[^1].
deployed version: https://acl-feed.madflex.de/
[^1] https://github.com/acl-org/acl-anthology/issues/358
### development
```
python -m pip install -r requirements.txt
FLASK_APP=app.main flask run
```
### deployment on fly.io
(needs flyctl cmdline tool)
```
flyctl deploy
```
### deployment on google cloudrun
```
gcloud builds submit --tag eu.gcr.io//acl-feed
gcloud run deploy acl-feed --image eu.gcr.io//acl-feed --allow-unauthenticated
```
### run tests
```
python -m pytest
```