Server for the CookieDB database
Project description
CookieDB Server
The CookieDB Server was created to provide remote access to the CookieDB database through a socket server, increasing security and maintaining your databases available when you need it. To access this server, use the CookieDB Client for Python.
Install the cookiedb-server
using the PIP Package Manager:
pip install cookiedb-server
Or manually download by cloning the repository and running the install:
git clone https://github.com/jaedsonpys/cookiedb-server.git
python3 setup.py install
Configure the server
Configuration is simple, you just need to specify the password to access the server after running the cookiedbserver
command on the command line. The input looks like this
[?] Set a password:
After setting your password, just run the cookiedbserver
command again to run your server which can be accessed by CookieDB Client for Python.
License
Apache License Version 2.0
Copyright 2023 Jaedson Silva
This project uses the Apache 2.0 License. Please see the license file to more informations.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.