MadhavBahl / Control-Yourself

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.
MIT License
17 stars 14 forks source link

Read from json #52

Closed aaditkamat closed 1 day ago

aaditkamat commented 3 years ago

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.