Skip to content

jedisct1/iacr-events-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Usage

Install pipenv – the python dependency manager, use python three and then execute the following:

pipenv run scrape

Use shell redirection to mask debug output or write to a file.

pipenv run scrape > iacr-events.ics 2>/dev/null

Copying

Copyright (C) 2021 by Karolin Varner. Licensed under CC0 V1.0. You may copy and use in any way but entirely on your own risk.

About

Scrape https://iacr.org/events/ and export an ICS file for your calendar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%