PROJECT (event_scrapers)
SPIDER (rowayton)
2026-08-12 00:20:42 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-12 00:20:42 [scrapy.utils.log] INFO: Versions:
{'lxml': '6.0.2',
'libxml2': '2.14.6',
'cssselect': '1.3.0',
'parsel': '1.10.0',
'w3lib': '2.0.0',
'Twisted': '25.5.0',
'Python': '3.12.3 (main, Jun 19 2026, 12:46:00) [GCC 13.3.0]',
'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)',
'cryptography': '46.0.3',
'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'}
2026-08-12 00:20:42 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-12 00:20:42 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-12 00:20:42 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-12 00:20:43 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-12 00:20:43 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-12 00:20:43 [scrapy.extensions.telnet] INFO: Telnet Password: 294ecac6377a817f
2026-08-12 00:20:43 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.logcount.LogCount',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats']
2026-08-12 00:20:43 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x7d6e86d2f380>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/rowayton/e17e4b8995d211f1bfc10050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-12 00:20:43 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-12 00:20:43 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-12 00:20:43 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-08-12 00:20:43 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware']
2026-08-12 00:20:43 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-12 00:20:43 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:41: ScrapyDeprecationWarning: EventScrapersPipeline.open_spider() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
self._check_mw_method_spider_arg(pipe.open_spider)
2026-08-12 00:20:43 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
self._check_mw_method_spider_arg(pipe.process_item)
2026-08-12 00:20:43 [scrapy.core.engine] INFO: Spider opened
2026-08-12 00:20:43 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.rowayton.ListingSpider defines the deprecated start_requests() method. start_requests() has been deprecated in favor of a new method, start(), to support asynchronous code execution. start_requests() will stop being called in a future version of Scrapy. If you use Scrapy 2.13 or higher only, replace start_requests() with start(); note that start() is a coroutine (async def). If you need to maintain compatibility with lower Scrapy versions, when overriding start_requests() in a spider class, override start() as well; you can use super() to reuse the inherited start() implementation without copy-pasting. See the release notes of Scrapy 2.13 for details: https://docs.scrapy.org/en/2.13/news.html
warn(
2026-08-12 00:20:43 [rowayton] INFO: Sending scraped events to prod API
2026-08-12 00:20:43 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-12 00:20:43 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-12 00:20:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/news-events/> (referer: None)
2026-08-12 00:20:43 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://www.rowayton.org/news-events/news-events?month=2026-10-01>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
2026-08-12 00:20:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-12 00:20:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-12 00:20:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-12 00:20:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/news-events/news-events?month=2026-08-01> (referer: None) ['zyte-api']
2026-08-12 00:20:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/news-events/news-events?month=2026-09-01> (referer: None) ['zyte-api']
2026-08-12 00:20:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/mah-jongg-free-play-8-31-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/early-childhood-music-and-movement-with-ms-deirdre-8-24-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/tech-help-8-22-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/storytime-8-24-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/high-altitudes-and-high-stakes-a-miss-marple-mystery-with-lucy-foley/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1835
2026-08-12 00:20:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/mah-jongg-free-play-8-31-26/>
{'event_url': 'https://www.rowayton.org/mah-jongg-free-play-8-31-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Mah Jongg Free Play<div '
'class="post_subtitle single_events_time">Monday, August 31, '
'2026</div><div class="post_subtitle single_events_time">1:00 '
'p.m. to 3:00 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p>Mad for Mah Jongg? Here’s your chance '
'to meet other players, benefit from consistent play, and build '
'your confidence. We have cards for people to use, but if you are '
'considering becoming a frequent player, please bring your own '
'2026 NMJL card (Available for purchase at\xa0<a '
'href="https://nationalmahjonggleague.org/" rel="noopener" '
'target="_blank">nationalmahjonggleague.org</a>).</p>\n'
'<p>You can just drop in!\xa0<strong><em>Please note that the '
'program is held on a\xa0first-come-first-serve\xa0basis as we '
'can only accommodate 16 people per afternoon.</em></strong></p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/10/Mashup.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3704
2026-08-12 00:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/early-childhood-music-and-movement-with-ms-deirdre-8-24-26/>
{'event_url': 'https://www.rowayton.org/early-childhood-music-and-movement-with-ms-deirdre-8-24-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Early Childhood Music and '
'Movement with Ms. Deirdre<div class="post_subtitle '
'single_events_time">Monday, August 24, 2026</div><div '
'class="post_subtitle single_events_time">3:30 to 4:00 p.m. & '
'4:15 to 4:45 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p><em><strong>Please refrain from '
'bringing snacks and drinks-the instruments get too '
'sticky!</strong></em></p>\n'
'<p><strong>Children ages 5 and under and their caregivers\xa0'
'</strong>are invited to come sing, play musical instruments and '
'dance to the beat! Be ready to participate in this highly '
'interactive program.</p>\n'
'<p>To better service more patrons,\xa0<em>Music and Movement '
'with Ms\xa0Deirdre</em>\xa0will now offer\xa0<strong>TWO (2) '
'30-minute sessions.</strong>\xa0The\xa0<strong>first session '
'will be from 3:30 p.m.- 4:00 p.m.</strong>, with a 15 minute '
'break followed by the\xa0<strong>second session from 4:15 p.m.- '
'4:45 p.m.</strong>\xa0This class will also change to\xa0'
'<strong>sign up class,</strong>\xa0with a cap of participants at '
'35 per session. This is to ensure the safety of the '
'children.</p>\n'
'<p>To sign up for the first session of Music and Movement '
'from\xa0<strong>3:30 p.m. to 4:00 p.m.</strong>,\xa0<strong><a '
'href="https://rowaytonlibrary.wufoo.com/forms/q72czuq1pdjcq1/">register '
'here.</a></strong></p>\n'
'<p>To sign up for the second session of Music and Movement '
'from\xa0<strong>4:15 p.m. to 4:45 p.m.</strong>,<strong>\xa0<a '
'href="https://rowaytonlibrary.wufoo.com/forms/q12sif231wc8h3z/">register '
'here.</a></strong></p>\n'
'<p><em><strong>Space is limited so please register!\xa0'
'</strong></em></p>\n'
'<p>With all these changes, we also wanted to include some '
'reminders on what to expect in\xa0<em>Music and Movement with '
'Ms\xa0Deirdre:</em></p>\n'
'<ul>\n'
'<li><strong>Being Present:</strong>\xa0Adults can model a '
'positive attitude and behavior toward music for children, '
'including music-making themselves.\xa0<strong>We ask that you '
'come in with the goal of participating</strong>, not standing '
'idle or engaging in side conversations . If you need to leave '
'for a moment, please come back into library (so long as your '
'child is not left unsupervised).</li>\n'
'<li><strong>No snacks:</strong>\xa0Eat before or after the '
'program . If children are eating, they’re unable to sing or play '
'with instruments. Also, it creates a mess, is distracting to '
'other children, and is risky due to allergies.</li>\n'
'<li><strong>Personal Space:\xa0</strong>We ask that patrons be '
'aware about personal space. Since the program has a lot of\xa0'
'<strong>young children, we ask the adults to be mindful of how '
'close their child is with others.</strong>\xa0We do not want any '
'injuries!</li>\n'
'</ul>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/12/Music-and-Movement.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1319
2026-08-12 00:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/tech-help-8-22-26/>
{'event_url': 'https://www.rowayton.org/tech-help-8-22-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Tech Help (CANCELLED)<div '
'class="post_subtitle single_events_time">Saturday, August 22, '
'2026</div><div class="post_subtitle single_events_time">11:00 '
'a.m. to 12:30 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p><em>This program is CANCELLED DUE TO '
'CONSTRUCTION.</em></p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/10/Tech-Help.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1400
2026-08-12 00:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/storytime-8-24-26/>
{'event_url': 'https://www.rowayton.org/storytime-8-24-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Storytime<div '
'class="post_subtitle single_events_time">Monday, August 24, '
'2026</div><div class="post_subtitle single_events_time">11:30 '
'a.m. to 12:00 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p>Young ones\xa0<b>ages 4 and '
'under</b>\xa0are invited along with their caregivers to listen '
'to stories, participate in rhymes and sing songs. Just drop '
'in!</p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/10/Storytime.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3635
2026-08-12 00:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/high-altitudes-and-high-stakes-a-miss-marple-mystery-with-lucy-foley/>
{'event_url': 'https://www.rowayton.org/high-altitudes-and-high-stakes-a-miss-marple-mystery-with-lucy-foley/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">High Altitudes and High '
'Stakes: A Miss Marple Mystery with Lucy Foley<div '
'class="post_subtitle single_events_time">Thursday, August 27, '
'2026</div><div class="post_subtitle single_events_time">2:00 '
'p.m. to 3:00 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><h2 class="pageHeading"><em>#1 New York '
'Times Bestselling Author of The Guest List and The Midnight '
'Feast</em></h2>\n'
'<p>Join us for a thrilling conversation with acclaimed author '
'Lucy Foley as we delve into her brand-new Miss Marple '
'mystery,\xa0<em>Murder at the Grand Alpine Hotel</em>. '
'<strong><a '
'href="https://libraryc.org/rowayton/186710/register">Register '
'here!</a></strong></p>\n'
'<p>High in the Swiss Alps, accessible only by a single, winding '
'railway, stands the luxurious Grand Alpine Hotel. With glorious '
'mountain views and exclusive access to powdery slopes, it draws '
'guests from far and wide.</p>\n'
'<p><em>The notorious actress.\xa0</em></p>\n'
'<p><em>The high-flying politician.\xa0</em></p>\n'
'<p><em>The society wife.\xa0</em></p>\n'
'<p><em>The reckless friend.\xa0</em></p>\n'
'<p><em>The shrewd doctor.</em></p>\n'
'<p>But not everyone is here for a winter holiday. Beneath the '
'champagne and furs, dark histories simmer; old grudges emerge '
'like cracks in the ice. And someone is watching from the '
'shadows. A polite, unassuming woman with an extraordinary mind: '
'Miss Marple. When a body is found and a blizzard cuts off all '
'escape, only Miss Marple can connect the clues before the killer '
'strikes again. Because it isn’t a question of who has a motive, '
'but who’s next…</p>\n'
'<p><strong>About the Author:</strong></p>\n'
'<p>Lucy Foley is a No.1\xa0<em>Sunday Times</em>,\xa0<em>Irish '
'Times</em>\xa0and\xa0<em>New York Times</em>\xa0bestselling '
'author. More than 10 million copies of her books are in print '
'worldwide, and several are currently being adapted for the '
'screen. She is a Waterstones Thriller of the Month author, a '
'three-time nominee at the British Book Awards, and\xa0<em>The '
'Guest List</em>\xa0was a Reese’s Book Club selection and winner '
'of the Goodreads Choice Award for Mystery Thriller. As a '
'life-long Agatha Christie fan, Lucy has drawn immeasurable '
'inspiration from the Queen of Crime. She was one of 12 writers '
'to contribute to\xa0<em>Marple</em>, a collection of short '
'stories featuring the beloved detective. And in\xa0<em>Murder at '
'the Grand Alpine Hotel,</em>\xa0she was inspired to transport '
'Miss Marple – her favorite Christie creation – to the glamorous '
'post-war setting of the Swiss Alps, in a mystery that feels '
'gloriously escapist yet utterly relevant to our times.</p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2026/06/lucyfoley.jpg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/tween-and-teens-dungeons-dragons-8-28-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/tech-help-8-21-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/mah-jongg-free-play-8-24-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/early-childhood-music-and-movement-with-ms-deirdre-8-21-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/tech-help-8-29-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/storytime-8-31-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/tech-help-8-28-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/notary-services-8-19-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/when-trees-testify-reclaiming-americas-black-botanical-legacy-with-beronda-montgomery/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/notary-services-8-26-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1924
2026-08-12 00:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/tween-and-teens-dungeons-dragons-8-28-26/>
{'event_url': 'https://www.rowayton.org/tween-and-teens-dungeons-dragons-8-28-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Tween and Teens Dungeons & '
'Dragons!<div class="post_subtitle single_events_time">Friday, '
'August 28, 2026</div><div class="post_subtitle '
'single_events_time">4:00 p.m. to 6:00 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p dir="ltr"><em>Due to the ongoing and '
'episodic nature of this program, sign up is only required '
'ONCE.\xa0\xa0</em></p>\n'
'<p dir="ltr">Embark on fantastical adventures from the comfort '
'of the Library!\xa0<strong>Tweens and Teens Ages 11+</strong>\xa0'
'can join a band of heroes in games of\xa0<em>Dungeons & '
'Dragons</em>. Books, Character Sheets, and Dice are provided. '
'This campaign is\xa0<i>Dragons of Stormwreck Isle.\xa0</i>Just '
'bring your wit and imagination!</p>\n'
'<p>Missed your chance to sign up? Be on the look out for the '
'next campaign, following the conclusion of\xa0<i>Dragons of '
'Stormwreck Isle.\xa0</i>Stay tuned!</p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2026/01/TweenTeen-DND-Poster-2.png"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1317
2026-08-12 00:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/tech-help-8-21-26/>
{'event_url': 'https://www.rowayton.org/tech-help-8-21-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Tech Help (CANCELLED)<div '
'class="post_subtitle single_events_time">Friday, August 21, '
'2026</div><div class="post_subtitle single_events_time">11:00 '
'a.m. to 12:30 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p><em>This program is CANCELLED DUE TO '
'CONSTRUCTION.</em></p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/10/Tech-Help.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1835
2026-08-12 00:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/mah-jongg-free-play-8-24-26/>
{'event_url': 'https://www.rowayton.org/mah-jongg-free-play-8-24-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Mah Jongg Free Play<div '
'class="post_subtitle single_events_time">Monday, August 24, '
'2026</div><div class="post_subtitle single_events_time">1:00 '
'p.m. to 3:00 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p>Mad for Mah Jongg? Here’s your chance '
'to meet other players, benefit from consistent play, and build '
'your confidence. We have cards for people to use, but if you are '
'considering becoming a frequent player, please bring your own '
'2026 NMJL card (Available for purchase at\xa0<a '
'href="https://nationalmahjonggleague.org/" rel="noopener" '
'target="_blank">nationalmahjonggleague.org</a>).</p>\n'
'<p>You can just drop in!\xa0<strong><em>Please note that the '
'program is held on a\xa0first-come-first-serve\xa0basis as we '
'can only accommodate 16 people per afternoon.</em></strong></p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/10/Mashup.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1409
2026-08-12 00:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/early-childhood-music-and-movement-with-ms-deirdre-8-21-26/>
{'event_url': 'https://www.rowayton.org/early-childhood-music-and-movement-with-ms-deirdre-8-21-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Early Childhood Music and '
'Movement with Ms. Deirdre (CANCELLED)<div class="post_subtitle '
'single_events_time">Friday, August 21, 2026</div><div '
'class="post_subtitle single_events_time">10:30 a.m. to 11:00 '
'a.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p><em>This program is CANCELLED DUE TO '
'CONSTRUCTION.</em></p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/12/Music-and-Movement.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1994
2026-08-12 00:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/tech-help-8-29-26/>
{'event_url': 'https://www.rowayton.org/tech-help-8-29-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Tech Help<div '
'class="post_subtitle single_events_time">Saturday, August 29, '
'2026</div><div class="post_subtitle single_events_time">11:00 '
'a.m. to 12:30 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p>Have an issue with one of your '
'devices? Technology proving to be more of a challenge than you '
'thought? We can help! Register for a 30-minute help session just '
'for you.</p>\n'
'<p>To register for the 11:00 a.m. to 11:30 a.m. session, '
'click\xa0<a '
'href="https://rowaytonlibrary.wufoo.com/forms/qioupvy1l6g4qi/" '
'rel="noopener noreferrer" target="_blank">here</a>.<br/>\n'
'To register for the 11:30 a.m. to 12:00 p.m. session, click\xa0'
'<a '
'href="https://rowaytonlibrary.wufoo.com/forms/qvg0e7n026net7/" '
'rel="noopener noreferrer" target="_blank">here</a>.<br/>\n'
'To register for the 12:00 p.m. to 12:30 p.m. session, click\xa0'
'<a '
'href="https://rowaytonlibrary.wufoo.com/forms/q4uf6o30al7l94/" '
'rel="noopener noreferrer" target="_blank">here</a>.</p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/10/Tech-Help.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1400
2026-08-12 00:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/storytime-8-31-26/>
{'event_url': 'https://www.rowayton.org/storytime-8-31-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Storytime<div '
'class="post_subtitle single_events_time">Monday, August 31, '
'2026</div><div class="post_subtitle single_events_time">11:30 '
'a.m. to 12:00 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p>Young ones\xa0<b>ages 4 and '
'under</b>\xa0are invited along with their caregivers to listen '
'to stories, participate in rhymes and sing songs. Just drop '
'in!</p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/10/Storytime.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1949
2026-08-12 00:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/tech-help-8-28-26/>
{'event_url': 'https://www.rowayton.org/tech-help-8-28-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Tech Help<div '
'class="post_subtitle single_events_time">Friday, August 28, '
'2026</div><div class="post_subtitle single_events_time">11:00 '
'a.m. to 12:30 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p>Have an issue with one of your '
'devices? Technology proving to be more of a challenge than you '
'thought? We can help! Register for a 30-minute help session just '
'for you.</p>\n'
'<p>To register for the 11:00 a.m. to 11:30 a.m. session, '
'click\xa0<a '
'href="https://rowaytonlibrary.wufoo.com/forms/q107kpid1j3fmnv/">here</a>.<br/>\n'
'To register for the 11:30 a.m. to 12:00 p.m. session, click\xa0'
'<a '
'href="https://rowaytonlibrary.wufoo.com/forms/q1iwqd1u1wcoh0c/" '
'rel="noopener noreferrer" target="_blank">here</a>.<br/>\n'
'To register for the 12:00 p.m. to 12:30 p.m. session, click\xa0'
'<a '
'href="https://rowaytonlibrary.wufoo.com/forms/q1h165bl1wouuwy/" '
'rel="noopener noreferrer" target="_blank">here</a>.</p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/10/Tech-Help.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1350
2026-08-12 00:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/notary-services-8-19-26/>
{'event_url': 'https://www.rowayton.org/notary-services-8-19-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Notary Services '
'(CANCELLED)<div class="post_subtitle '
'single_events_time">Wednesday, August 19, 2026</div><div '
'class="post_subtitle single_events_time">11:00 a.m. to 12:30 '
'p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p><em>This program is CANCELLED DUE TO '
'CONSTRUCTION.</em></p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2025/01/AdobeStock_243772479-scaled.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3837
2026-08-12 00:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/when-trees-testify-reclaiming-americas-black-botanical-legacy-with-beronda-montgomery/>
{'event_url': 'https://www.rowayton.org/when-trees-testify-reclaiming-americas-black-botanical-legacy-with-beronda-montgomery/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">When Trees Testify: Reclaiming '
'America’s Black Botanical Legacy with Beronda Montgomery<div '
'class="post_subtitle single_events_time">Tuesday, August 25, '
'2026</div><div class="post_subtitle single_events_time">2:00 '
'p.m. to 3:00 p.m. </div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><h2 class="pageHeading"><em>Award-Winning '
'Plant Biologist and Author</em></h2>\n'
'<p>Join us for a riveting conversation with award-winning '
'biologist Beronda Montgomery as we discuss her book,\xa0<em>When '
'Trees Testify: Science, Wisdom, History, and America’s Black '
'Botanical Legacy.\xa0</em></p>\n'
'<p><strong><a '
'href="https://libraryc.org/rowayton/186048/register">Register '
'today</a></strong> for this insightful discussion about Black '
'history and botanical mastery.</p>\n'
'<p>The histories of trees in America are also the histories of '
'Black Americans. Pecan trees were domesticated by an enslaved '
'African named Antoine; sycamore trees were both havens and '
'signposts for people trying to escape enslavement; poplar trees '
'are historically associated with lynching; and willow bark has '
'offered the gift of medicine. These trees, and others, testify '
'not only to the complexity of the Black American narrative but '
'also to a heritage of Black botanical expertise that, like '
'Native American traditions, predates the United States '
'entirely.</p>\n'
'<p>In\xa0<em>When Trees Testify</em>, award-winning plant '
'biologist Beronda L. Montgomery explores the ways seven trees, '
'as well as the cotton shrub, are intertwined with Black history '
'and culture. She reveals how knowledge surrounding these trees '
'has shaped America since the very beginning. As Montgomery '
'shows, trees are material witnesses to the lives of enslaved '
'Africans and their descendants.</p>\n'
'<p>Combining the wisdom of science and history with stories from '
'her own path to botany, Montgomery talks to majestic trees, and '
'in this unique and compelling narrative, they answer.</p>\n'
'<p><strong>About the Author:</strong></p>\n'
'<p>Beronda L. Montgomery, PhD, is a writer, researcher, and '
'scholar who pursues a common theme of understanding how '
'individuals perceive, respond to, and are impacted by the '
'environments in which they exist. Her primary laboratory-based '
'research has been focused on the responses of photosynthetic '
'organisms (i.e., plants and cyanobacteria) to external light '
'cues. Additionally, Beronda pursues this theme in the context of '
'effective mentoring and leadership of individuals, and the role '
'of innovative leaders in supporting success.</p>\n'
'<p>Beronda is author of two books\xa0<em>When Trees Testify: '
'Science, Wisdom, History, and America’s Black Botanical '
'Legacy</em>\xa0(2026, Henry Holt and Co.) and\xa0<em>Lessons '
'From Plants</em>\xa0(2021, Harvard University Press).</p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2026/06/berondamontgomery.jpg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2828
2026-08-12 00:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/notary-services-8-26-26/>
{'event_url': 'https://www.rowayton.org/notary-services-8-26-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Notary Services<div '
'class="post_subtitle single_events_time">Wednesday, August 26, '
'2026</div><div class="post_subtitle single_events_time">11:00 '
'a.m. to 12:30 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p>Do you need your paperwork notarized? '
'Our Notary Public is available to notarize your documents free '
'of charge. A Notary Public is a public servant appointed by '
'state government to witness the signing of important documents '
'and administer oaths. Please schedule an appointment for a '
'notarization.</p>\n'
'<p>To register for the 11:00 a.m. to 11:30 a.m. session, '
'click\xa0<a '
'href="https://rowaytonlibrary.wufoo.com/forms/q1gk00s61a3k1qg/" '
'rel="noopener noreferrer" target="_blank">here</a>.<br/>\n'
'To register for the 11:30 a.m. to 12:00 p.m. session, click\xa0'
'<a '
'href="https://rowaytonlibrary.wufoo.com/forms/qtd32wq0xcvqs6/">here</a>.<br/>\n'
'To register for the 12:00 p.m. to 12:30 p.m. session, click\xa0'
'<a '
'href="https://rowaytonlibrary.wufoo.com/forms/q578rwe1ebic14/">here</a>.</p>\n'
'<p><strong>Required Paperwork</strong><br/>\n'
'If you need something notarized, please bring two forms of ID '
'containing your signature, one of which must have a photo.</p>\n'
'<p><strong>Examples of Acceptable IDs</strong><br/>\n'
'• Valid Driver’s License<br/>\n'
'• Passport<br/>\n'
'• Credit Card with Signature</p>\n'
'<p><strong>Unacceptable IDs</strong><br/>\n'
'• Social Security Card<br/>\n'
'• Birth Certificate</p>\n'
'<p><strong>Before You Arrive</strong><br/>\n'
'Be sure the documents are complete and ready for signature. '
"Please don't sign the document(s) until you appear before the "
'Notary Public.</p>\n'
'<p>If you need legal advice, please consult an attorney. The '
'Notary Public is prohibited from helping you to prepare, '
'complete, or understand legal documents.</p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2025/01/AdobeStock_243772479-scaled.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/kids-tech-perler-beads-8-14-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/storytime-8-17-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/mah-jongg-free-play-8-17-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/women-and-money-roundtable-how-to-make-sense-of-todays-financial-markets-9-16-26/> (referer: https://www.rowayton.org/news-events/?month=2026-09-01)
2026-08-12 00:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/chair-dance-with-claudia-8-13-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/kids-tech-minecraft-mania-8-18-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/notary-services-8-12-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/tech-help-8-14-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/women-and-money-roundtable-how-to-make-sense-of-todays-financial-markets-8-12-26/> (referer: https://www.rowayton.org/news-events/?month=2026-08-01)
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1358
2026-08-12 00:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/kids-tech-perler-beads-8-14-26/>
{'event_url': 'https://www.rowayton.org/kids-tech-perler-beads-8-14-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Kids Tech: Perler Beads '
'(CANCELLED)<div class="post_subtitle single_events_time">Friday, '
'August 14, 2026</div><div class="post_subtitle '
'single_events_time">4:00 p.m. to 4:45 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p><em>This program is CANCELLED DUE TO '
'CONSTRUCTION.</em></p>\n'
'<p>\xa0</p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2025/02/IMG_3675-scaled.jpg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1317
2026-08-12 00:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/storytime-8-17-26/>
{'event_url': 'https://www.rowayton.org/storytime-8-17-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Storytime (CANCELLED)<div '
'class="post_subtitle single_events_time">Monday, August 17, '
'2026</div><div class="post_subtitle single_events_time">11:30 '
'a.m. to 12:00 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p><em>This program is CANCELLED DUE TO '
'CONSTRUCTION.</em></p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/10/Storytime.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1332
2026-08-12 00:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/mah-jongg-free-play-8-17-26/>
{'event_url': 'https://www.rowayton.org/mah-jongg-free-play-8-17-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Mah Jongg Free Play '
'(CANCELLED)<div class="post_subtitle single_events_time">Monday, '
'August 17, 2026</div><div class="post_subtitle '
'single_events_time">1:00 p.m. to 3:00 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p><em>This program is CANCELLED DUE TO '
'CONSTRUCTION.</em></p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/10/Mashup.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4379
2026-08-12 00:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/women-and-money-roundtable-how-to-make-sense-of-todays-financial-markets-9-16-26/>
{'event_url': 'https://www.rowayton.org/women-and-money-roundtable-how-to-make-sense-of-todays-financial-markets-9-16-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Women and Money Roundtable: '
"How to Make Sense of Today's Financial Markets<div "
'class="post_subtitle single_events_time">Wednesday, September '
'16, 2026</div><div class="post_subtitle single_events_time">1:00 '
'p.m.</div>\n'
'<div class="post_subtitle single_events_location">Online via '
'Zoom</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p class="yiv3511688506MsoNormal" '
'id="yui_3_16_0_ym19_1_1482439501712_6589">When it comes to the '
'financial and real estate markets, people aren’t always as '
'rational as you would think. Behavioral finance experts have '
'been studying the not-so-smart decisions people make. We will '
'reveal the fears, misperceptions and emotional needs people have '
'that sabotage their investment and home sale returns.</p>\n'
'<p>Join us for this monthly roundtable for women on money led by '
'financial professionals Julia Strayer and Liz Maccarone. This '
"series' discussion will focus on how to make sense of today’s "
'financial markets, is open to women with any level of financial '
'knowledge, and is an ongoing informational gathering to learn '
'and share.</p>\n'
'<p class="yiv3511688506MsoNormal">We’ll show you how to avoid '
'the mistakes and make decisions like the pros. We’ll cover the '
'latest market news and how that might affect your decision '
'making. We’ll also give you<b>\xa0</b>background and context for '
'understanding why market movement occurs and we’ll share '
'strategies for keeping ahead of what might come.</p>\n'
'<p class="yiv3511688506MsoNormal"><strong>\xa0Register\xa0<a '
'href="https://darienlibrary.zoom.us/webinar/register/WN_i4gI492qT661_ooqPUIWMA#/registration">here</a>!</strong></p>\n'
'<p><strong>Our Roundtable Leaders:</strong></p>\n'
'<p><strong>Julia Strayer, CPWA®, CIMA®, CRPC®<br/>\n'
'</strong><em>Senior Vice President, Wealth Management '
'Advisor</em></p>\n'
'<p>Prior to joining Merrill Lynch Wealth Management\xa0in 2000, '
'Julia was a vice president and private banker for BankBoston’s '
'Private Bank for 7 years, responsible for asset management and '
'trust services. Previously, Julia worked in marketing for 9 '
'years with Merrill. Julia has a BA from Ohio State University '
'and an MBA from New York University’s Stern School of Business. '
'Julia has appeared on the CNBC show “Power Lunch,” CBS “This '
'Morning,” WGCH’s “Women in Business,” in addition to featured '
'articles in USA Today.</p>\n'
'<p><strong>Liz Maccarone, CRPC®<br/>\n'
'</strong><em>Senior Financial Advisor</em></p>\n'
'<p>Liz joined Merrill Lynch Wealth Management in 2012. Liz works '
'closely with high-net-worth individuals and their families to '
'create personalized and comprehensive strategies that support '
'their goals, including investment management, retirement '
'planning, liability management, and multigenerational planning. '
'Liz values the importance of establishing and cultivating '
'relationships with families including the next generation. Liz '
'graduated from Fairfield University with a dual bachelor’s '
'degree in Finance and Marketing. She began her career working at '
'a boutique investment firm as a Business Development Associate, '
'specializing in commodities and futures trading.</p>\n'
'<p>The roundtable meetings will be conducted via Zoom. Visit '
'their website\xa0<a href="https://zoom.us/download" '
'rel="noopener" target="_blank">here</a>\xa0to find the '
'appropriate download instructions and download link for your '
'device.</p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2023/12/Women-and-Money.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1351
2026-08-12 00:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/chair-dance-with-claudia-8-13-26/>
{'event_url': 'https://www.rowayton.org/chair-dance-with-claudia-8-13-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Chair Dance with Claudia '
'(CANCELLED)<div class="post_subtitle '
'single_events_time">Thursday, August 13, 2026</div><div '
'class="post_subtitle single_events_time">1:00 p.m. to 1:45 '
'p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p><em>This program is CANCELLED DUE TO '
'CONSTRUCTION.</em></p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/10/Claudia-DeVita.jpg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1349
2026-08-12 00:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/kids-tech-minecraft-mania-8-18-26/>
{'event_url': 'https://www.rowayton.org/kids-tech-minecraft-mania-8-18-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Kids Tech: Minecraft Mania '
'(CANCELLED)<div class="post_subtitle '
'single_events_time">Tuesday, August 18, 2026</div><div '
'class="post_subtitle single_events_time">3:00 p.m. to 4:00 '
'p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p><em>This program is CANCELLED DUE TO '
'CONSTRUCTION.</em></p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/10/Minecraft.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1350
2026-08-12 00:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/notary-services-8-12-26/>
{'event_url': 'https://www.rowayton.org/notary-services-8-12-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Notary Services '
'(CANCELLED)<div class="post_subtitle '
'single_events_time">Wednesday, August 12, 2026</div><div '
'class="post_subtitle single_events_time">11:00 a.m. to 12:30 '
'p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p><em>This program is CANCELLED DUE TO '
'CONSTRUCTION.</em></p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2025/01/AdobeStock_243772479-scaled.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1317
2026-08-12 00:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/tech-help-8-14-26/>
{'event_url': 'https://www.rowayton.org/tech-help-8-14-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Tech Help (CANCELLED)<div '
'class="post_subtitle single_events_time">Friday, August 14, '
'2026</div><div class="post_subtitle single_events_time">11:00 '
'a.m. to 12:30 p.m.</div>\n'
'<div class="post_subtitle single_events_location">Rowayton '
'Library</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p><em>This program is CANCELLED DUE TO '
'CONSTRUCTION.</em></p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2024/10/Tech-Help.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4412
2026-08-12 00:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/women-and-money-roundtable-how-to-make-sense-of-todays-financial-markets-8-12-26/>
{'event_url': 'https://www.rowayton.org/women-and-money-roundtable-how-to-make-sense-of-todays-financial-markets-8-12-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Women and Money Roundtable: '
"How to Make Sense of Today's Financial Markets<div "
'class="post_subtitle single_events_time">Wednesday, August 12, '
'2026</div><div class="post_subtitle single_events_time">1:00 '
'p.m.</div>\n'
'<div class="post_subtitle single_events_location">Online via '
'Zoom </div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p class="yiv3511688506MsoNormal" '
'id="yui_3_16_0_ym19_1_1482439501712_6589">When it comes to the '
'financial and real estate markets, people aren’t always as '
'rational as you would think. Behavioral finance experts have '
'been studying the not-so-smart decisions people make. We will '
'reveal the fears, misperceptions and emotional needs people have '
'that sabotage their investment and home sale returns.</p>\n'
'<p>Join us for this monthly roundtable for women on money led by '
'financial professionals Julia Strayer and Liz Maccarone. This '
"series' discussion will focus on how to make sense of today’s "
'financial markets, is open to women with any level of financial '
'knowledge, and is an ongoing informational gathering to learn '
'and share.</p>\n'
'<p class="yiv3511688506MsoNormal">We’ll show you how to avoid '
'the mistakes and make decisions like the pros. We’ll cover the '
'latest market news and how that might affect your decision '
'making. We’ll also give you<b>\xa0</b>background and context for '
'understanding why market movement occurs and we’ll share '
'strategies for keeping ahead of what might come.</p>\n'
'<p class="yiv3511688506MsoNormal"><strong>\xa0Register\xa0<a '
'href="https://darienlibrary.zoom.us/webinar/register/WN_MMu4t574R0ePL0xrkKE3ww#/registration" '
'rel="noopener" target="_blank">here</a>!</strong></p>\n'
'<p><strong>Our Roundtable Leaders:</strong></p>\n'
'<p><strong>Julia Strayer, CPWA®, CIMA®, CRPC®<br/>\n'
'</strong><em>Senior Vice President, Wealth Management '
'Advisor</em></p>\n'
'<p>Prior to joining Merrill Lynch Wealth Management\xa0in 2000, '
'Julia was a vice president and private banker for BankBoston’s '
'Private Bank for 7 years, responsible for asset management and '
'trust services. Previously, Julia worked in marketing for 9 '
'years with Merrill. Julia has a BA from Ohio State University '
'and an MBA from New York University’s Stern School of Business. '
'Julia has appeared on the CNBC show “Power Lunch,” CBS “This '
'Morning,” WGCH’s “Women in Business,” in addition to featured '
'articles in USA Today.</p>\n'
'<p><strong>Liz Maccarone, CRPC®<br/>\n'
'</strong><em>Senior Financial Advisor</em></p>\n'
'<p>Liz joined Merrill Lynch Wealth Management in 2012. Liz works '
'closely with high-net-worth individuals and their families to '
'create personalized and comprehensive strategies that support '
'their goals, including investment management, retirement '
'planning, liability management, and multigenerational planning. '
'Liz values the importance of establishing and cultivating '
'relationships with families including the next generation. Liz '
'graduated from Fairfield University with a dual bachelor’s '
'degree in Finance and Marketing. She began her career working at '
'a boutique investment firm as a Business Development Associate, '
'specializing in commodities and futures trading.</p>\n'
'<p>The roundtable meetings will be conducted via Zoom. Visit '
'their website\xa0<a href="https://zoom.us/download" '
'rel="noopener" target="_blank">here</a>\xa0to find the '
'appropriate download instructions and download link for your '
'device.</p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2023/12/Women-and-Money.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/news-events/news-events?month=2026-10-01> (referer: None) ['zyte-api']
2026-08-12 00:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.rowayton.org/women-and-money-roundtable-how-to-make-sense-of-todays-financial-markets-10-14-26/> (referer: https://www.rowayton.org/news-events/?month=2026-10-01)
2026-08-12 00:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:20:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:20:51 [rowayton] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.rowayton.org/women-and-money-roundtable-how-to-make-sense-of-todays-financial-markets-10-14-26/>
{'event_url': 'https://www.rowayton.org/women-and-money-roundtable-how-to-make-sense-of-todays-financial-markets-10-14-26/',
'platform': 'rowayton',
'platform_hash': 'ee0046e95a0a73d7351f46c007e3fb61',
'raw_body': '<div class="content" id="primary">\n'
'<!-- Feature -->\n'
'<div class="container_page_title">Women and Money Roundtable: '
"How to Make Sense of Today's Financial Markets<div "
'class="post_subtitle single_events_time">Wednesday, October 14, '
'2026</div><div class="post_subtitle single_events_time">1:00 '
'p.m.</div>\n'
'<div class="post_subtitle single_events_location">Online via '
'Zoom</div></div>\n'
'<!-- Feature -->\n'
'<!-- Posts -->\n'
'<div class="content_main" id="content">\n'
'<div class="post_text"><p class="yiv3511688506MsoNormal" '
'id="yui_3_16_0_ym19_1_1482439501712_6589">When it comes to the '
'financial and real estate markets, people aren’t always as '
'rational as you would think. Behavioral finance experts have '
'been studying the not-so-smart decisions people make. We will '
'reveal the fears, misperceptions and emotional needs people have '
'that sabotage their investment and home sale returns.</p>\n'
'<p>Join us for this monthly roundtable for women on money led by '
'financial professionals Julia Strayer and Liz Maccarone. This '
"series' discussion will focus on how to make sense of today’s "
'financial markets, is open to women with any level of financial '
'knowledge, and is an ongoing informational gathering to learn '
'and share.</p>\n'
'<p class="yiv3511688506MsoNormal">We’ll show you how to avoid '
'the mistakes and make decisions like the pros. We’ll cover the '
'latest market news and how that might affect your decision '
'making. We’ll also give you<b>\xa0</b>background and context for '
'understanding why market movement occurs and we’ll share '
'strategies for keeping ahead of what might come.</p>\n'
'<p class="yiv3511688506MsoNormal"><strong>\xa0Register\xa0<a '
'href="https://darienlibrary.zoom.us/webinar/register/WN_bg4mgEn9Tk6cTdXuhYz3Mg#/registration" '
'rel="noopener" target="_blank">here</a>!</strong></p>\n'
'<p><strong>Our Roundtable Leaders:</strong></p>\n'
'<p><strong>Julia Strayer, CPWA®, CIMA®, CRPC®<br/>\n'
'</strong><em>Senior Vice President, Wealth Management '
'Advisor</em></p>\n'
'<p>Prior to joining Merrill Lynch Wealth Management\xa0in 2000, '
'Julia was a vice president and private banker for BankBoston’s '
'Private Bank for 7 years, responsible for asset management and '
'trust services. Previously, Julia worked in marketing for 9 '
'years with Merrill. Julia has a BA from Ohio State University '
'and an MBA from New York University’s Stern School of Business. '
'Julia has appeared on the CNBC show “Power Lunch,” CBS “This '
'Morning,” WGCH’s “Women in Business,” in addition to featured '
'articles in USA Today.</p>\n'
'<p><strong>Liz Maccarone, CRPC®<br/>\n'
'</strong><em>Senior Financial Advisor</em></p>\n'
'<p>Liz joined Merrill Lynch Wealth Management in 2012. Liz works '
'closely with high-net-worth individuals and their families to '
'create personalized and comprehensive strategies that support '
'their goals, including investment management, retirement '
'planning, liability management, and multigenerational planning. '
'Liz values the importance of establishing and cultivating '
'relationships with families including the next generation. Liz '
'graduated from Fairfield University with a dual bachelor’s '
'degree in Finance and Marketing. She began her career working at '
'a boutique investment firm as a Business Development Associate, '
'specializing in commodities and futures trading.</p>\n'
'<p>The roundtable meetings will be conducted via Zoom. Visit '
'their website\xa0<a href="https://zoom.us/download" '
'rel="noopener" target="_blank">here</a>\xa0to find the '
'appropriate download instructions and download link for your '
'device.</p>\n'
'</div></div>\n'
'<!-- Posts -->\n'
'<!-- Sidebar -->\n'
'<div class="content_sidebar" id="sidebar">\n'
'<img class="sidebar_image" '
'src="https://www.rowayton.org/wp-content/uploads/2023/12/Women-and-Money.jpeg"/><div '
'class="sidebar_newsletter">\n'
'<a '
'href="http://visitor.r20.constantcontact.com/d.jsp?llr=8obvwfqab&p=oi&m=1116883027419&sit=8yhvxstib&f=607f42f6-16e4-412c-9cd5-c04ea62b7176" '
'target="_blank">Join Our Newsletter</a>\n'
'</div>\n'
'</div>\n'
'<!-- Sidebar -->\n'
'</div>'}
2026-08-12 00:20:51 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-12 00:20:51 [scrapy.extensions.feedexport] INFO: Stored csv feed (25 items) in: output/2026/08/12/rowayton.csv
2026-08-12 00:20:51 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 15194,
'downloader/request_count': 29,
'downloader/request_method_count/GET': 29,
'downloader/response_bytes': 471240,
'downloader/response_count': 29,
'downloader/response_status_count/200': 29,
'elapsed_time_seconds': 8.83698,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 8, 11, 22, 20, 51, 923788, tzinfo=datetime.timezone.utc),
'httpcompression/response_bytes': 1189518,
'httpcompression/response_count': 26,
'item_scraped_count': 25,
'items_per_minute': 187.5,
'log_count/DEBUG': 107,
'log_count/ERROR': 1,
'log_count/INFO': 3,
'log_count/WARNING': 1,
'memusage/max': 99377152,
'memusage/startup': 99377152,
'request_depth_max': 2,
'response_received_count': 29,
'responses_per_minute': 217.5,
'scheduler/dequeued': 29,
'scheduler/dequeued/memory': 29,
'scheduler/enqueued': 29,
'scheduler/enqueued/memory': 29,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 3,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 3.42613173648715,
'scrapy-zyte-api/mean_response_seconds': 3.4996460489928722,
'scrapy-zyte-api/processed': 3,
'scrapy-zyte-api/request_args/httpResponseBody': 3,
'scrapy-zyte-api/request_args/httpResponseHeaders': 3,
'scrapy-zyte-api/request_args/url': 3,
'scrapy-zyte-api/status_codes/200': 3,
'scrapy-zyte-api/success': 3,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 8, 11, 22, 20, 43, 86808, tzinfo=datetime.timezone.utc)}
2026-08-12 00:20:51 [scrapy.core.engine] INFO: Spider closed (finished)
PROJECT (event_scrapers)
SPIDER (rowayton)