Skip to content

Instantly share code, notes, and snippets.

View floweb's full-sized avatar

Florian Le Frioux floweb

  • Seldon Finance
  • Basusarri, Euskal Herria, France
View GitHub Profile
@floweb
floweb / sync.py
Last active December 12, 2015 16:10
sync.py - 1000% sure its useless for everyone else
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Website: https://github.com/rndmh3ro/home_backup
# Author: Sebastian Gumprich http://zufallsheld.de
# Modified by: Florian Le Frioux
# Date: 2015
from datetime import datetime
import logging
@floweb
floweb / md2mb.py
Created January 18, 2015 20:23
maildir2mailbox
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Florian Le Frioux, 18 January 2015 - PEP8 compliant
Shane Dowling, 8 Feb 2013
Frédéric Grosshans, 19 January 2012
Nathan R. Yergler, 6 June 2010
This file does not contain sufficient creative expression to invoke
assertion of copyright. No warranty is expressed or implied; use at
your own risk.
@floweb
floweb / mail_sickbeard_sxxexx.py
Last active August 29, 2015 14:07
Mail some news about our sickbeard_sxxexx.py script
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Author : Florian Le Frioux
# Date : October 2014
# Version 1.0
# Mail some news about our sickbeard_sxxexx.py script
import email.utils
from email.mime.text import MIMEText
@floweb
floweb / ffpwdcracker.py
Created June 17, 2014 15:26
ffpwdcracker - Crack the passwords stored using Firefox browser.
#!/usr/bin/env python
# ffpwdcracker - Crack the passwords stored using Firefox browser.
# The script currently works only on Linux.
#
# usage: ffpwdcracker [paths_to_location_of_files]
# Run it with no paramters to extract the standard Passwords,
# from all Profiles of the current
# logged in User.
# Required files:
# + key3.db
@floweb
floweb / sickbeard_sxxexx.py
Last active February 14, 2017 16:38
Consume Sickbeard API to retreive wanted/missed/today's episodes and use sxxexx to download them via The Piracy Bay
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Author : Florian Le Frioux
# Date : October 2014
# Consume SB API to retreive wanted/missed/today's episodes
# and use sxxexx to download them via The Piracy Bay
# This script make use of:
# * Sickbeard API documentation: http://sickbeard.com/api/