download8866 / siren

Telegram bot notifying you whenever BongaCams, Chaturbate and Stripchat models are online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Русский

Telegram bot notifying you whenever BongaCams, Chaturbate, Stripchat and xHamster Live models are online

Build Status GoReportCard

Telegram bot notifies you whenever your favorite BongaCams, Chaturbate or Stripchat models are online. The bot queries models statuses every minute.

Installation

Commands

  • add model_ID — Add model
  • remove model_ID — Remove model
  • remove_all — Remove all models
  • list — Your model subscriptions
  • online — Your models online
  • donate — Donation instructions
  • feedback text — Send feedback
  • source — Show source code
  • language — This bot in other languages
  • help — Command list

You can find a model ID in an address line of your browser.

Running your own bot

Create and setup your bot using @BotFather bot.

You need an SSL certificate and a key for your bot. You can obtain a certificate in Let's Encrypt or other certificate authority. Or you can build self-signed one using the script buildkeys.

The bot uses webhooks to receive updates.

Create JSON configuration and JSON translation files. A configuration is described in config.go. An example of translation is in bongacams-translation.json.example.

Build cmd/bot. Run this executable with a path to config file as an argument.

Donations

  • Bitcoin: 1PG5Th1vUQN1DkcHHAd21KA7CzwkMZwchE
  • Ethereum: 0x95af5ca0c64f3415431409926629a546a1bf99fc

About

Telegram bot notifying you whenever BongaCams, Chaturbate and Stripchat models are online

License:MIT License


Languages

Language:Go 99.6%Language:Shell 0.4%