Open Source Resources

Free Scripts & Code Snippets for Developers.

SFWeb contributes to the developer community in Canada and beyond. Download battle-tested Python and PHP scripts for database recovery, blockchain analysis, and automated backups.

// MIT Licensed // Python 3+ // PHP 8+

Downloads

Popular Utilities

Tools we use internally at SFWeb, open-sourced for the community.

Python

Dump Corrupted MySQL DB

Emergency tool to extract readable data strings from corrupted `ibdata1` files when MySQL service fails to start.

View Script
Python

Bitcoin Wallet Dumper

Extract private keys and addresses from unencrypted `wallet.dat` files. Essential for legacy wallet recovery.

View Script
PHP

Auto MySQL Backup

A simple, robust PHP script to automate MySQL database dumps, compress them, and rotate old files.

View Script

Need a custom automation script?

We build bespoke scrapers, API connectors, and data processors for businesses in Montreal & Toronto.

Get a Quote

Usage & Licensing

Are these scripts free?

Yes. All scripts listed here are free to download and use under the MIT license.

Do you offer support?

These are provided "as-is". For paid support or customization, please contact us.

How do I run the Python scripts?

You need Python 3.x installed. Specific dependencies (like `re` or `binascii`) are standard libraries or noted in the script header.