Giter Club home page Giter Club logo

on9wordchainbot's Introduction

On9 Word Chain Bot

On9 Word Chain Bot logo

(Epic icon by @AdriTheDreamer)

On9 Word Chain Bot hosts games of word chain in Telegram groups.

Telegram Links

Roadmap

  • Make required letter game more reasonable
  • Group leaderboard
  • Hyphenated words?
  • Switch from Markdown to HTML completely
  • Add support for other languages in ClassicGame
  • i18n for text strings

Installation

Requirements

Python 3.7+
PostgreSQL 11+
2 Telegram bots

It is highly recommended that you turn off privacy mode for On9 Word Chain Bot via @BotFather, which is on by default. Otherwise, leaving privacy mode on, the bot will only receive players' answers when they reply to the bot.

Configuration

Rename config_format.json to config.json and edit the following constants:

  • TOKEN*: A Telegram bot token.
  • ON9BOT_TOKEN*: Another Telegram bot token for the virtual player bot.
  • DB_URI: A PostgresSQL database URI.
  • PROVIDER_TOKEN*#: A Telegram payment provider token.
  • OWNER_ID: Telegram user id of the bot owner.
  • ADMIN_GROUP_ID^: Telegram group id of the bot admin group. Error messages and word addition requests are sent here.
  • OFFICIAL_GROUP_ID^: Telegram group id of the official group of the bot.
  • WORD_ADDITION_CHANNEL_ID^: Telegram channel id of the channel to announce word additions.
  • VIP: A list of Telegram user ids designated as VIPs.
  • VIP_GROUP: A list of Telegram group ids designated as VIP groups.

*: Obtained via BotFather.
#: Optional if payment-related functions are commented out.
^: Set to the same throwaway group if these features are not used.

Table Creation

Create the required tables in your PostgreSQL database by running init.sql.

Deployment

Install and update dependencies with pip install -U -r requirements.txt.
Run python -m on9wordchainbot.

on9wordchainbot's People

Contributors

jonowo avatar

Stargazers

 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.