Skip to content

Instantly share code, notes, and snippets.

@Videonauth
Videonauth / list.asc
Last active August 10, 2018 15:40
List for AutoComment tool on SE Sites.
###[Q] More than one question asked
It is preferred if you can post separate questions instead of combining your questions into one. That way, it helps the people answering your question and also others hunting for at least one of your questions. Thanks!
###[Q] Duplicate Closure
This question will probably be closed as a duplicate soon. If the answers from the duplicates don't fully address your question please edit it to include why and flag this for re-opening. Thanks!
###[A] Answers just to say Thanks!
Please don't add "thanks" as answers. Invest some time in the site and you will gain sufficient [privileges](//$SITEURL$/privileges) to upvote answers you like, which is the $SITENAME$ way of saying thank you.
###[A] Nothing but a URL (and isn't spam)
#!/usr/bin/env python
from sys import argv
from time import sleep, time
from gi import require_version
import subprocess
import dbus
require_version('Notify', '0.7')
from gi.repository import Notify