# Product #20: SPFYUserlyzer


![](https://cdn.hashnode.com/res/hashnode/image/upload/v1646049024006/9k2YO8vT6G.png)

**Name**: SPFYUserlyzer  
**Usage**: Export Data Storage in Salesforce  
#Scripts #FreeApp #OpenSource #Python  
  
**Description**:  
\- The python script screen scrapes the data storage by record, by user (based on SOQL) in  Salesforce org and export the results to an Excel spreadsheet.  
\- Works only in Salesforce classic but can be extended for lightning as well.  
\- The script scrapes the data from the URL https://<salesforce org  URL>/setup/user/userstorageusage.jsp?id=005r0000005BrMAAU, where 005r0000005BrMAAU is the    user Id.  
\- Uses simple-salesforce, selenium and chromedriver libraries for automation.  
  
**Favourite** **Feature**:  
\- Provides flexibility to configure the SOQL based on which the export is generated.  
  
**Repo**: [SPFYUserlyzer](https://github.com/ekenigsberg/SPFYUserlyzer)  
[Modified version](https://github.com/ManinderSfdc/SPFYUserlyzer) of the original app with instructions. Created by me :)

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1646049026542/AbPuR7Fs4.png)

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1646049029199/tgkR3gri9.png)

