Skip to content

tlendev/linger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linger

logo

The spiritual successor to lingus

Stack used

Instalation

Prerequisites:

  • Nodejs: ^16.13.2
  • Git ^2.33.0
  • Terminal emulator

Cloning the repository

git clone https://github.com/tlendev/linger.git cd linger

Installing dependencies

npm install or yarn

Creating a .env file

touch .env or just create the file using your preferred desktop environment

Setting the cookie

Open the .env file and add a field with your lingos autologin cookie. You should name the secret AUTO_LOGIN_COOKIE The content of the file should look like this:

AUTO_LOGIN_COOKIE=YOURCOOKIEVALUE

Launching the bot

npm run start or yarn start

Available scripts

  • start - start the bot
  • start:dev - start the bot in development mode
  • start:dev:head - start the bot in development mode (without headless mode)
  • watch - start the typescript compiler in watch mode

About

A simple bot for Lingos exercises automation written entirely in Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published