stefanbohacek / stefans-creative-bots-v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stefan's Creative Bots

Tweetin'

Built with the creative-bots project and powered by Glitch. See the showcase page for a list of bots.

FAQ and known issues

Bots that use puppeteer stopped working.

Be sure to update puppeteer to the latest version.

Notes

Support for node modules that need "require"

import { createRequire } from 'module';
const require = createRequire(import.meta.url);

Support for "__dirname"

import { dirname } from 'path';
import { fileURLToPath } from 'url';

const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);

About

License:MIT License


Languages

Language:JavaScript 95.7%Language:Handlebars 2.0%Language:HTML 1.8%Language:Dockerfile 0.3%Language:CSS 0.2%