JOIN THE GITTER ROOM: https://gitter.im/Control-Yourself/Lobby Control yourself is a software which helps you reduce distractions by blocking several non-productive websites.
Currently, the array of websites is hardcoded into the respective JavaScript and Python scripts. I wanted to provide a way to modify data without having to modify the scripts themselves, so I created a way to do so by reading data in the form of a JSON object from a file store in the data directory.
Currently, the array of websites is hardcoded into the respective JavaScript and Python scripts. I wanted to provide a way to modify data without having to modify the scripts themselves, so I created a way to do so by reading data in the form of a JSON object from a file store in the
data
directory.