|
9c008d5923
|
Pass only supported arguments to async_wrapped coroutines
|
2019-07-16 23:58:56 +02:00 |
|
|
b0149da520
|
Example showing how to run more bots together
|
2019-07-15 18:06:44 +02:00 |
|
|
a6105e4fb1
|
Added information in webhook guide
|
2019-07-15 17:24:06 +02:00 |
|
|
d640a21a5d
|
Webhook guide
|
2019-07-15 17:07:57 +02:00 |
|
|
be8d06169d
|
Example showing how to develop a simple bot with davtelepot
|
2019-07-15 15:36:01 +02:00 |
|
|
4c25c935bb
|
New version
|
2019-07-15 13:17:54 +02:00 |
|
|
f689d9b95a
|
get_me method needed for legacy mode
|
2019-07-14 20:01:07 +02:00 |
|
|
0ac4553591
|
Documentation
|
2019-07-13 18:26:12 +02:00 |
|
|
fc7da6d1bd
|
telepot-powered functions replaced with new ones
telepot repository was archived in may 2019
|
2019-07-13 16:44:13 +02:00 |
|
|
9fccdcc51c
|
custom_join function added
It joins elements of a list using a joiner and a final custom joiner
|
2019-06-24 16:17:52 +02:00 |
|
|
b6f4465880
|
Import dependency
|
2019-06-07 21:30:26 +02:00 |
|
|
0bace2824a
|
Version
|
2019-06-07 21:13:46 +02:00 |
|
|
18fb69dff8
|
Instantiate dataset.Database object once and return it without re-instantiating it.
|
2019-06-05 12:49:47 +02:00 |
|
|
0fae3d305a
|
Typo in doc string
|
2019-05-30 15:40:12 +02:00 |
|
|
e906fc8c3a
|
davteutil dependency removed since it is now included as submodule
|
2019-05-28 17:17:22 +02:00 |
|
|
b9f826a2d0
|
davteutil.utilities imported
davteutil stand-alone repository will be deleted
|
2019-05-28 16:52:32 +02:00 |
|
|
8a524a4e55
|
Added a method to create views in bot's database
Given a list of dictionaries with `name` and `query` elements, overwrite
or create a view.
|
2019-05-23 18:41:25 +02:00 |
|
|
a2e1b0c11a
|
Move repository to gogs.davte.it
|
2019-05-16 12:18:53 +02:00 |
|
|
9f06157234
|
New version
|
2019-03-28 20:05:33 +01:00 |
|
|
213a6ead1a
|
Look for configuration file in script folder, not in working directory
|
2019-03-28 14:19:06 +01:00 |
|
|
10cc0bbb2d
|
Handle location updates
|
2019-02-13 17:27:54 +01:00 |
|
|
5aa51f7e8a
|
Talk panel arguments sorted differently
|
2018-12-03 17:33:04 +01:00 |
|
|
7a52498939
|
Allow auto-naming of pictures
|
2018-11-28 19:07:01 +01:00 |
|
|
11b319d0a5
|
Bot().save_picture defined
|
2018-11-27 22:46:00 +01:00 |
|
|
d988998198
|
Parentheses again
|
2018-11-26 18:37:45 +01:00 |
|
|
ac40c16bea
|
Parenthesis!
|
2018-11-26 18:34:56 +01:00 |
|
|
7881a97a73
|
Parentheses
|
2018-11-26 18:30:09 +01:00 |
|
|
2ab0712036
|
Talking sessions are now ready.
|
2018-11-26 17:32:21 +01:00 |
|
|
1a784b2b08
|
Typo; todos
|
2018-11-25 10:56:35 +01:00 |
|
|
085f473257
|
'string' != string
Log message edited
|
2018-11-25 01:09:47 +01:00 |
|
|
787fa7d164
|
Pass format kwargs to get_message
|
2018-11-25 01:07:24 +01:00 |
|
|
39147326d1
|
Version
|
2018-11-25 01:05:26 +01:00 |
|
|
b0d97265b5
|
Coroutines must be awaited!
Accept format keyword arguments.
|
2018-11-25 00:56:59 +01:00 |
|
|
269f167be5
|
Bugs fixed
|
2018-11-25 00:49:18 +01:00 |
|
|
54e81f57df
|
Working on /talk command
|
2018-11-25 00:37:12 +01:00 |
|
|
6f6edfdae9
|
Undefined names
|
2018-11-24 18:48:15 +01:00 |
|
|
4ef0648892
|
Import error fixed
|
2018-11-24 18:44:57 +01:00 |
|
|
5a7fb42017
|
admin_tools: Talk to users
|
2018-11-24 18:41:06 +01:00 |
|
|
3e9bea1a95
|
Better interaction in manual mode
|
2018-11-24 15:45:52 +01:00 |
|
|
12a5537291
|
Cannot use_stored if type(photo) is not str
|
2018-11-24 15:42:00 +01:00 |
|
|
73b44a05d2
|
use_stored set to False
|
2018-11-24 15:27:45 +01:00 |
|
|
a2cd9ce626
|
Let user change bot
|
2018-11-24 15:21:30 +01:00 |
|
|
ada5458368
|
COALESCE to avoid null rows from null fields
|
2018-11-21 19:29:23 +01:00 |
|
|
accdd373d8
|
Manual mode implemented
|
2018-11-21 19:18:39 +01:00 |
|
|
121e3c370c
|
Git-ignore test.py.
davteutil should be considered third party module since it is homed in a
separate repository.
|
2018-11-20 20:08:06 +01:00 |
|
|
51b27e2a0d
|
Stupid me! This code should have never been added to repository.
Tokens revoked.
|
2018-11-20 19:48:47 +01:00 |
|
|
c6fd334428
|
Version
|
2018-11-17 12:07:28 +01:00 |
|
|
6922deb989
|
Version
|
2018-11-13 22:11:42 +01:00 |
|
|
c0f57fbef4
|
Logging configuration
|
2018-11-08 22:51:40 +01:00 |
|
|
228f5103cf
|
self.get_me , not get_me
|
2018-11-08 15:00:59 +01:00 |
|