https://github.com/dickymuliafiqri/deadsnake
Telegram userbot using tgSnake based on GramJS
https://github.com/dickymuliafiqri/deadsnake
gramjs javascript telegram-userbot tgsnake typescript userbot userbot-telegram
Last synced: about 1 month ago
JSON representation
Telegram userbot using tgSnake based on GramJS
- Host: GitHub
- URL: https://github.com/dickymuliafiqri/deadsnake
- Owner: dickymuliafiqri
- License: mit
- Created: 2021-11-26T01:31:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T09:11:13.000Z (over 3 years ago)
- Last Synced: 2025-03-26T13:45:34.130Z (about 2 months ago)
- Topics: gramjs, javascript, telegram-userbot, tgsnake, typescript, userbot, userbot-telegram
- Language: TypeScript
- Homepage:
- Size: 988 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeadSnake
Telegram userbot using tgSnake based on GramJS



> ### 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
[](https://heroku.com/deploy)
### Credits
- [dickymuliafiqri](https://github.com/dickymuliafiqri) - writing this bot
- [butthx](https://github.com/butthx) - tgSnake
- [painor](https://github.com/painor) - GramJS