Skip to content

lammoth/ambrosio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages