Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ambrosio

A XMPP bot to serve us

Ambrosio treats to serve us in the common daily tasks.

To install it, you need (On Debian based systems):

sudo apt-get install ejabberd
pip isntall pexpect
pip isntall sleekxmpp
pip isntall keepassx

In order to use keepassx, we make some changes in order to work with it. Once you installed keepassx, follow the next steps:

$ vim .../lib/python2.7/site-packages/keepassx/main.py

# Add Username and Password columns t = PrettyTable(['Title', 'Uuid', 'GroupName', 'Username', 'Password'])
# Add username and password in order to show t.add_row([entry.title, entry.uuid, entry.group.group_name, entry.username, entry.password])
# Hide title, username, url and notes only show password field default_fields = ['password']

About

A XMPP bot to serve us

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages