Giter Site home page Giter Site logo

cbrgm / steamscout Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 14 KB

A telegram bot to share game information from your messenger

Home Page: https://t.me/steamscoutbot

Python 79.63% Dockerfile 6.11% HTML 14.26%
telegram bot steam steambot python game

steamscout's Introduction

SteamScout

This bot can help you find and share game information. It works in any chat, just write @steamscoutbot in the text field.

Usage

This Steam search bot automatically works in all your chats and groups, no need to add it anywhere. Simply type @steamscoutbot in any chat, then type your query (without hitting 'send'). This will open a panel with game suggestions so you can choose the right.

Security

Add a readonly user to the database:

r.db('rethinkdb').table('users').insert({id: 'readonly', password: 'changeme'})
r.db('steam').table('products').grant('readonly', {read: true, write: false, config: false});

Docker / Podman

docker run -itd --name steamscout \
	-e BOT_TOKEN=changeme \
	-e BOT_DB_HOST=rethink.cbrgm.net \
	-e BOT_DB_PORT=28015 \
	-e BOT_DB_USER=readonly \
	-e BOT_DB_PASSWORD=changeme \
	-e BOT_DB_NAME=steam \
	quay.io/cbrgm/steamscout:latest

Environment Vars

  • BOT_TOKEN : The Telegram bot token
  • BOT_DB_HOST : The backend database host
  • BOT_DB_PORT : The backend database port
  • BOT_DB_USER : The database user
  • BOT_DB_PASSWORD : The database user password
  • BOT_DB_NAME : The database instance to be used

steamscout's People

Contributors

cbrgm avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.