Added reading article support from Socializer wall posts

This commit is contained in:
2021-02-25 14:06:33 -06:00
parent 273f25c24f
commit 1f575f0311
7 changed files with 137 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
""" Session object for Socializer. A session is the only object to call VK API methods, save settings and access to the cache database and sound playback mechanisms. """
from __future__ import unicode_literals
import os
import logging
import warnings