now all the pages show number of unread beside requests and notifications link in sidebar.
import string,randomdef get_key(): """ return a 10 character random key. """ return ''.join([ random.choice(string.uppercase+string.digits) for i in range(10)])