This program get your accounts and stores them into database.
it connect you to bdormhot.co with one of your available account and check your connection all the time.
This program is written by Ahmad Abdollahzade . Use it , make it better and share it.
##Usage : First run these commands on terminal :
sudo apt update
sudo apt install python-pip
pip install BeautifulSoup
pip install requests
###Install:
cd bdorm-connection-master
./install.sh
###run this program by :
python bdorm.py
or
./bdorm.py
###Adding to linux command: add this in the end of ~/.bashrc:
export PATH=$PATH:/home/ahmad/bdorm/
####Options :
valid args:
'--help' show you all of options.
'-a' for add new account.
'-b' for to bdorm.
'-c' for check all added account.
'-d' delete one of your account.
'-u' update password of your account.
python index.py -option
or
./index.py arg -option