Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

thisgeek/topiCal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

topiCal

A simple python script for producing a new chatroom topic using data from a calendar.

To use, create a config.yaml file in the following format:

calendar: "http://example.com/cal.ics" # the url to an ical formatted calendar

irc:
  chatroom: "#chatroom_name"
  server: "irc.server.net" # e.g. irc.freenode.net
  topic: "topic template" # e.g. Next Meeting {datetime} @ {location}

date_format: "%b %e %l%p" # the datetime format, e.g. Nov  2  7pm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages