Skip to content

Commit

Permalink
update 18 files and delete 2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
fdciabdul committed Feb 10, 2025
1 parent 5cc538f commit e6fc38c
Show file tree
Hide file tree
Showing 31 changed files with 5,527 additions and 3,227 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ package-lock.json
bin
tmp
.env
session
database.sqlite
bun.lockb
driver
/bun.lockb
/package-lock.json
/tmp
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@
Youtube Bot Auto Commenter Using Puppeter and NodeJS
</p>

New Version is developing ~
# Requerements

- Node 18+ / Bun Latest Version (bun is strongly recommended)
- Windows ( Currently this only support windows only for now)
# Installation

```bash
$ git clone https://github.com/tegal1337/YOMEN
$ cd YOMEN
$ bun start
```





5 changes: 5 additions & 0 deletions bootstrap.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require('module-alias/register');
require('ts-node').register({
project: './tsconfig.json', // Optional, specify the tsconfig if needed
});
require('./src/index.ts'); // Replace 'main.ts' with the path to your main TypeScript file
Binary file modified bun.lockb
Binary file not shown.
Empty file removed logs/__DIR__
Empty file.
Loading

0 comments on commit e6fc38c

Please sign in to comment.