simple script to scrape all phones from phonedb.net, an extensive database with a plethora of information about different devices, by providing the specific instruction set. used in conjunction with another program to spoof mobile phone device fingerprints via the 'navigator.platform' javascript setting.

creates a textfile containing all the phones returned from the database.

Example: python phonedb.py Armv8 50 [OPTIONAL: true (new text file)]

required libraries: python-bs4 | beautifulsoup4