Skip to content

blha303/IRCCloud-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IRCCloud-logger

Project discussion: irc://irc.irccloud.com/#logger (webirc)

Python program for producing text logs from IRCCloud's stream and backlog.

Currently saves log names as base64, because, come on, if you need the filenames, you can parse the name. Nicknames can contain characters that don't work in filenames, and converting the filename to base64 removes that problem.

Authentication and backlog-loading issues solved by moving to websocket instead of https. Many thanks to @l1am9111 for doing this.

Contributing

  • Please make all code conform to PEP8, including the 80 character limit per line. Use the tool pep8 available from pip if needed.

About

Python program for getting logs from IRCCloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages