Added some code for starting

This commit is contained in:
2016-02-13 17:06:36 -06:00
parent 364472da5c
commit 0266100d66
110 changed files with 6044 additions and 0 deletions

6
src/session.defaults Normal file
View File

@@ -0,0 +1,6 @@
[vk]
user = string(default="")
password = string(default="")
token = string(default="")
[general]
reverse_timelines = boolean(default=False)