Skip to content

skeapskeap/network_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

network_bot

telegram bot for communication with network equipment

settings.py example

API_KEY = 'api_key'
SW_COMMUNITY = 'public'
UPS_COMMUNITY = 'public'
SNMP_PORT = 161
SWITCH_USERNAME = 'user_name'
SWITCH_PASSWORD = 'password'

USER_EMOJI = [':tiger:', ':chicken:']
USER_LIST = {'<tg_user_id>': 'John Conor',
             '<tg_user_id>': 'Thomas Anderson'			
            }

usage

to interact with switches

to interact with UPS

to ping!

About

bot for communication with network equipment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published