Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

proxy.laosky.tk/phpgeeks-club/admin-bot

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxy.laosky.tk/phpgeeks-club/admin-bot

Go Modules
Version
v0.0.0-20250807020251-488885db9542
Version published
Created
Source

Geeksonator Bot for PanteleevGroup chats

Go Report Card Audit GitHub release (with filter) License

Install

curl -O https://raw.githubusercontent.com/phpgeeks-club/admin-bot/master/install.sh
chmod +x install.sh
./install.sh
rm ./install.sh

Also, the bot must disable Privacy mode (in BotFather) before being included in groups (otherwise it will not have access to messages to do reply)

Defaults

  • GEEKSONATOR_TELEGRAM_BOT_TOKEN = ""
  • GEEKSONATOR_TELEGRAM_TIMEOUT_SECONDS = 15
  • GEEKSONATOR_DEBUG_MODE = false
  • GEEKSONATOR_DEBUG_TELEGRAM_BOT_TOKEN = ""

Run in debug mode

  • In file ~/.geeksonator set variables:
    GEEKSONATOR_DEBUG_MODE="true"
    GEEKSONATOR_DEBUG_TELEGRAM_BOT_TOKEN="debug_bot_token_here"
    
  • Run:
    docker run -d --env-file ~/.geeksonator --name geeksonator.app ghcr.io/phpgeeks-club/geeksonator:latest
    

Run in development mode

  • Create file .env from .env.example
  • Set variables
    GEEKSONATOR_DEBUG_MODE="true"
    GEEKSONATOR_DEBUG_TELEGRAM_BOT_TOKEN="debug_bot_token_here"
    
  • Build image
    make docker_build
    
  • Run image
    make docker_run
    

Comments

  • The use of fmt.Errorf("error: %v", err) instead of fmt.Errorf("error: %w", err) is due to the fact that this error is not unwrapped anywhere above.

FAQs

Package last updated on 07 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts