Skip to content

dickymuliafiqri/DeadSnake

Repository files navigation

DeadSnake

DeadSnakeBanner

Telegram userbot using tgSnake based on GramJS

TypeScript
GitHub Workflow Status GitHub Repo Size Node Version

WARNING!

Maybe your account will be banned if you login using this framework. I don't know what caused it to happen. I am not responsible if your account is banned!

Installation and Deployment

Local Machine

  1. Clone this repository
  2. Copy or rename sample_config.env to config.env
  3. Fill all required field on config.env
    • Run generator.js to get your STRING_SESSION
  4. Run npm run build
  5. Run your bot with npm start
    • npm test also provided to test your bot

Docker

  1. Clone this repository
  2. Copy or rename sample_config.env to config.env
  3. Fill all required field on config.env
    • Run generator.js to get your STRING_SESSION
  4. Run docker build . --tag deadsnake
  5. Let's get awesome with docker run deadsnake

Heroku

Deploy


Credits