Skip to content

Zledme/dbown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dbown

dependencies

  1. python3

also install requests library:

 pip install requests

Login

User: Admin

Password: NewPassword

Usage

cd dbown

#for login , use the user and password given at first
python main.py --login
#you can only use other command if the user is logged in


#for getting data with longitude and latitude
python main.py --getbyll 52 22

#for getting data with city name
python main.py --getbycn nanital

command to use

-h, --help : show this help message and exit

--login : to login

--logout : to logout

--create : create new user

--update : update user

--delete : delete user

--showall : show all users

--getbyll lon lat: get the data through longitude and latitude

--getbycn city : get the data through cityname

made and tested it on only linux so don't know if there will be problem when using in windows

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages