| layout | title | permalink |
|---|---|---|
checklist_page |
The Side Project Marketing Checklist |
/marketing-checklist/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python3 | |
| # Usage: | |
| # - Fill in the settings, then run with `python3 ImmowebScraper.py`. | |
| # - First run won't send any mails (or you'd get dozens at once). | |
| # Requirements: | |
| # - python3 | |
| # - selenium | |
| # - phantomjs | |
| import sqlite3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/ruby -w | |
| require 'csv' | |
| require 'active_support/core_ext' | |
| class Parser | |
| attr_accessor :input_folder | |
| attr_accessor :output_folder | |
| attr_accessor :filename |