Skip to content

Instantly share code, notes, and snippets.

View SebConejo's full-sized avatar
😍
Building Mainfest 🦚

Sébastien Conejo SebConejo

😍
Building Mainfest 🦚
View GitHub Profile
@SebConejo
SebConejo / reddit-comment.mjs
Created March 18, 2026 02:11
OpenClaw scripts for autonomous social media monitoring and posting
#!/usr/bin/env node
/**
* reddit-comment.mjs
* Posts a comment on a Reddit thread using Puppeteer with your existing Chrome session.
*
* Usage:
* node reddit-comment.mjs --url "https://www.reddit.com/r/openclaw/comments/..." --comment "Your comment here"
*
* Requirements:
* npm install puppeteer-core
@SebConejo
SebConejo / AITool.md
Created July 23, 2025 14:30 — forked from localzet/AITool.md
AI Tool Master List
@SebConejo
SebConejo / OpenSourceBaas.md
Created July 31, 2024 18:58 — forked from PARC6502/OpenSourceBaas.md
List of open source, self hosted BaaS - Backend as a service

Backend as a Service

Supabase - ~52K stars

  • Designed explicitly as an open source firebase alternative
  • Typescript based
  • Docker support

Appwrite - ~32K stars

  • Written in JavaScript and PHP
  • Docker based
  • Realtime support across all services
@SebConejo
SebConejo / SassMeister-input-HTML.html
Created May 8, 2015 15:19
Generated by SassMeister.com.
<div class="message error">
<p>
Message error
</p>
</div>
<div class="message warning">
<p>
warning message
</p>
</div>
$base-font-size: 16px;
$base-line-height: 1.5;
// this value may vary for each font
// unitless value relative to 1em
$cap-height: 0.68;
@mixin baseline($font-size, $scale: 2) {