This should be up to the user.
> password *secret*
Password set
> login
+> notifications
1. 2019-08-13T19:40:17.000Z Joe Doe has liked your post I've started writing...
2. 2019-08-13T17:59:23.000Z Joe Doe commented on your post Please help me wi...
3. 2019-08-13T17:03:45.000Z Jane Doe has liked your post I've started writin...
`save` command.
Any further commands you put into the file are simple executed as if
-you were to type them every time you start the program.
+you were to type them every time you start the program. A simple
+change would be to add `notifications` as a command to the end of the
+file.
Notes
-----
pod = "https://%s" % self.pod, username = self.username, password = self.password)
try:
self.connection.login()
- self.onecmd("notifications")
except diaspy.errors.LoginError:
print("Login failed.")