Commit graph

277 commits

Author SHA1 Message Date
Kasım 45b771d358
compile tr 2019-11-07 08:42:48 +03:00
Kasım 1bcad5db28
compile tr 2019-11-07 08:38:23 +03:00
Kasım 826941c094
Merge pull request #2 from kutsaltotem/kutsaltotem-patch-2
tr lang name
2019-11-07 09:29:09 +04:00
Kasım 9ed05d06a1
tr lang name 2019-11-07 08:26:48 +03:00
Kasım 60aa821cb0
tr lang name 2019-11-07 08:07:07 +03:00
Kasım 53bc9a68ff
Merge pull request #1 from kutsaltotem/kutsaltotem-patch-1
Turkish language
2019-11-07 04:42:55 +04:00
Kasım 3f5debcdf0
Turkish language 2019-11-06 20:13:36 +04:00
Flowiee 93f547c57b
Update simple_commands.py 2019-10-18 15:47:22 +02:00
Flowiee 22c454e149
Update utils.py 2019-10-18 15:28:48 +02:00
Flowiee c6e1dcacb3
Update results.py 2019-10-18 15:27:47 +02:00
Flowiee 5bea31676a
Update results.py 2019-10-18 15:27:28 +02:00
Flowiee 39aad0cc9f
Update utils.py 2019-10-17 16:58:11 +02:00
Flowiee fd075a8535
Update results.py 2019-10-17 16:53:56 +02:00
Flowiee 38443490ee
Update card.py 2019-10-15 17:56:30 +02:00
Flowiee 17cd46c4f5
Update simple_commands.py 2019-10-14 20:09:48 +02:00
Flowiee 7d3be19196
Update results.py 2019-10-14 20:08:16 +02:00
Flowiee d5a3376eff
Update card.py 2019-10-14 20:05:32 +02:00
Flowiee ef8955bf49
Update bot.py 2019-10-14 20:03:35 +02:00
Jannes Höke 85b4d671c4
🔀 Merge pull request #74 from Flowiee/patch-2
Update bot.py
2019-10-13 21:32:40 +02:00
Flowiee 3af7b58d37
Update bot.py 2019-10-13 21:29:51 +02:00
Jannes Höke 6f3da7b373
🔀 Merge pull request #73 from Flowiee/patch-1
Added an useful button
2019-10-13 21:01:03 +02:00
Flowiee 67d836eaa2
Added an useful button
Added "Make your choice!" button for start game message and next player message
2019-10-13 18:24:47 +02:00
Jannes Höke 8d0f8cf887
Merge pull request #72 from pan93412/pan93412-patch-1
feature, l10n, i18n: Add pipenv support, let more strings translatable and some improves.
2019-10-07 12:28:39 +02:00
pan93412 d030c5854f
fix: `alphabetically' 2019-08-28 21:40:27 +08:00
pan93412 1936d00f2a
i18n: logger messages shouldn't be translatable.
Co-authored-by: Jim Chen <jimchen5209@gmail.com>
2019-08-28 15:44:06 +08:00
pan93412 e283d7af10 feature: add myself to contributors list 2019-08-28 15:13:23 +08:00
pan93412 b797b350cd l10n: update the zh_TW translations.
I've retranslated and update with the latest templates.

Co-authored-by: Jim Chen <jimchen5209@gmail.com>
2019-08-28 15:07:37 +08:00
pan93412 ddc9ac3d22 i18n: add pot generator and ...
- let more strings translatable.
- regenerate the pot file.
- let plural forms can be extracted properly.

Co-authored-by: Jim Chen <jimchen5209@gmail.com>
2019-08-28 15:07:20 +08:00
pan93412 9be06826c8 feature: add pipenv support. 2019-08-27 18:42:53 +08:00
Matthias Hoffmann 777201bba2 Check for correct path in compile.sh 2019-08-13 09:25:05 +02:00
Jannes Höke 77aa0d8e7b
🐛 Fix bluffing for +4s that have been played before (#67) 2019-06-10 20:53:10 +02:00
Jannes Höke 94ea61e941 Revert "new (temp) stickers for r_8 and g_9"
This reverts commit 187cc6f4ea.
2018-01-30 14:37:17 +01:00
JerryXiao 1c713de46d Add /kick command and remove botan support (#38)
* kick handler test

* Add authentication and fix bugs

* Add help text

* minor fix

* Remove useless comments

* Get user object from reply first.

* Update bot.py

* minor fix

* update help text

* Update AUTHORS.md

* Remove old /kick implementation

* minor fix

* Manually merge upstream changes

* No need to accept args

* remove unused chat_setting.py

* botan

* import botan from submodule for compatibility with python-telegram-bot 8.1+

* fix typo

* Update requirements.txt

* delete submodule

* Drop botan support completely

* Refine the way of getting config

* Bug fix
2017-12-07 09:27:51 +01:00
Jannes Höke 187cc6f4ea new (temp) stickers for r_8 and g_9 2017-11-27 18:32:34 +01:00
Jannes Höke 5d60f8c853 renaming files 2017-11-27 18:02:55 +01:00
Jannes Höke 2ad1c253d0 add webp_lowsat 2017-11-27 18:02:29 +01:00
Jarv ea881cf520 Added gamemodes. New mode: Fast. (#44)
* Changes for possible bug

* New sanic mode wip

* More changes for fast mode, WIP

* Fast mode is playable (code is ugly tho)

* Fixed skip error

* Fixed fast mode error

* Bug fixing

* Possible fix for the /leave bug before the game starts

* Update README to include Codacy badge

* Fixing error prone code

* Removing code smells

* Removing more code smells

* How long can this go on? (More smells according to Codacy)

* Compile locale fixed for Linux. Small es_ES fix.

* Major refactoring

* Wild mode finished. Changed emojis for text in log.

* Removing test prints, back to emojis

* Code cleaning and fix for player time in fast mode

* Changing help to not override builtin function

* Decreased bot.py's complexity

* Default gamemode is now Fast. Added a bot configuration file

* back to random

* Moved logger to shared_vars

* Added MIN_FAST_TURN_TIME to config and fixed 'skipped 4 times' message

* Pull review changes

* More review changes

* Removing codacy badge linked to my account for pull request

* Fixed first special card issue, logger back to how it was (with just one logging init)

* Renamed gameplay config file to gameplay_config.py.
2017-11-27 17:59:19 +01:00
Jannes Höke 9a652011db add webp 2017-11-27 17:58:41 +01:00
Jannes Höke f2e760e321 Update requirements.txt 2017-10-23 14:02:15 +02:00
Jarv a4c742bc00 Pull request with compile.sh and TRANSLATORS.md change (#41)
* Added a bash script to simplify the locale compilation

* Updated TRANSLATORS to include myself
2017-09-19 23:37:47 +02:00
Jarv 80fc59f124 Improved most messages in spanish (#39) 2017-09-19 17:40:14 +02:00
jimchen5209 94bfea3a09 Remove @unobot in some of the translation. (#37) 2017-09-15 02:24:28 +02:00
Jannes Höke ed9084b5c4 install requirements 2017-08-21 21:44:30 +02:00
Jannes Höke 09d01d001b add cached admin check 2017-08-19 00:08:55 +02:00
Jannes Höke 63bf9e4035 fix import of database models, botan 2017-08-18 23:57:18 +02:00
jimchen5209 b430b26360 Add translater (#31)
* Update TRANSLATORS.md

* Update TRANSLATORS.md
2017-08-18 23:36:51 +02:00
Simon Shi 783e010956 python-telegram-bot v7 compatability + more (#35)
* Remove import of telegram.Emoji

* Using a list of filters in MessageHandler is getting deprecated

* Update requirements

Proudly upgrades to latest python-telegram-bot

* Refine readme

* Test kill command

* Another implement

* Add /kill command

* initial config support

* json config

* Add token into json

* Typo

* Add Admin list

* Refine admin & starter

* Fix an exception

* Fix typo

* refine readme

* Update help
2017-08-18 23:36:30 +02:00
Jannes Höke 8be4bc688d add missing } 2017-07-19 17:05:19 +02:00
Karho 01640d1df9 Update README.md 2017-02-24 13:26:58 +08:00
Karho 284eb91633 Merge pull request #23 from jimchen5209/patch-2
Update unobot.po
2017-02-04 13:56:46 +08:00