https://github.com/koraa/iacr-events-scraper
Scrape https://iacr.org/events/ and export an ICS file for your calendar
https://github.com/koraa/iacr-events-scraper
calendar crypto scrape
Last synced: 6 months ago
JSON representation
Scrape https://iacr.org/events/ and export an ICS file for your calendar
- Host: GitHub
- URL: https://github.com/koraa/iacr-events-scraper
- Owner: koraa
- License: cc0-1.0
- Created: 2021-05-02T17:10:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T21:39:26.000Z (over 2 years ago)
- Last Synced: 2024-04-14T22:35:14.904Z (about 1 year ago)
- Topics: calendar, crypto, scrape
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# IACR Events Scraper
This scrapes https://iacr.org/events/ and exports it as a calendar file.
I host a version of this for myself under https://arrrr.cupdev.net/iacr-events/iacr-events.ics
(No warranty for accuracy or availability).IACR now offers calendar on the [event site](https://iacr.org/events/). You might still
want to use this as this scraper produces submission and notification dates in the event description
and uses shorthand names for conferences, providing long names in the description.The IACR calendar also gives some weird year long events (e.g. IFIP Summer School starting in 2020 ending in 2021)
which are clearly artifacts.# Usage
Install [pipenv](https://pipenv.pypa.io) – the python dependency manager, use python three
and then execute the following:```sh
pipenv install
pipenv run scrape
```Use shell redirection to mask debug output or write to a file.
```sh
pipenv run scrape > iacr-events.ics 2>/dev/null
```# Copying

Copyright (C) 2021 by Karolin Varner. Licensed under [CC0 V1.0](http://creativecommons.org/publicdomain/zero/1.0/).
You may copy and use in any way but entirely on your own risk.