Commit Graph

286 Commits

Author SHA1 Message Date
Frank Becker 0738e78e0d handle login error 2020-02-06 23:09:24 +01:00
Frank Becker 299548b41f minor cleanup and a fix for the type mapping of matrix_message parameters 2020-02-06 21:59:29 +01:00
Frank Becker 93f8c65d0c extract BotModule class 2020-02-06 21:58:40 +01:00
Frank Becker 9f274e1cc7 reduce size of docker image 2020-02-06 21:47:45 +01:00
plocki 665007a4bb Merge branch 'feature/cleanup' into 'master'
add stop and start message to BotModule class

See merge request cfdisk/hemppa!7
2020-02-06 20:11:14 +00:00
Frank Becker 59d9fad9ef add stop and start message to BotModule class 2020-02-06 20:56:53 +01:00
plocki c50b8209f2 Merge branch 'feature/disable-enable-modules' into 'master'
disable / enable modules

See merge request cfdisk/hemppa!6
2020-02-06 00:03:04 +00:00
plocki be1652db4a Merge branch 'feature/error-handling' into 'master'
check environment variables. handle invalid access token

See merge request cfdisk/hemppa!5
2020-02-05 23:51:50 +00:00
plocki 3a21a96e59 Merge branch 'feature/smaller-docker-image' into 'master'
reduce size of docker image

See merge request cfdisk/hemppa!4
2020-02-05 23:51:25 +00:00
plocki 54f73f2013 Merge branch 'ancho/cleanup' into 'master'
implement proper shutdown. only show the last 16 digits of access token

See merge request cfdisk/hemppa!3
2020-02-05 23:51:15 +00:00
Frank Becker 0ffb4d681f enable / disable bot module
use !bot enable <module_name> oder !bot disable <module_name> to enabel
or disable a module.

to get a list of available modules and see if they are enabled run !bot
modules
2020-02-06 00:19:45 +01:00
Frank Becker 5b6e21fcc2 check environment variables. handle invalid access token 2020-02-05 00:54:27 +01:00
Frank Becker bcc9e5f292 reduce size of docker image 2020-02-04 23:20:33 +01:00
Frank Becker e1cb8db154 implement proper shutdown. only show the last 16 digits of access token 2020-02-04 19:25:13 +01:00
plocki ad4d66e900 Merge branch 'ancho/cleanup' into 'master'
minor cleanup and a fix for the type mapping of matrix_message parameters

See merge request cfdisk/hemppa!2
2020-02-03 21:45:14 +00:00
Frank Becker 1e35be27cd minor cleanup and a fix for the type mapping of matrix_message parameters 2020-02-03 21:45:14 +00:00
plocki f42e759b4a Merge branch 'master' into 'master'
extract BotModule class

See merge request cfdisk/hemppa!1
2020-02-03 19:17:07 +00:00
Frank Becker 16ade59c0c extract BotModule class 2020-02-02 22:09:09 +01:00
plocki 78901ea505 umbenannt: modules/googlecal.py -> modules/off/googlecal.py
umbenannt:      modules/ig.py -> modules/off/ig.py
umbenannt:      modules/metar.py -> modules/off/metar.py
umbenannt:      modules/notam.py -> modules/off/notam.py
umbenannt:      modules/taf.py -> modules/off/taf.py
umbenannt:      modules/teamup.py -> modules/off/teamup.py
umbenannt:      modules/twitter.py -> modules/off/twitter.py
umbenannt:      modules/url.py -> modules/off/url.py
neue Datei:     modules/ping.py (check web urls)
2020-02-01 22:48:35 +01:00
plocki 166aa957b9 changed blacklist to whitelist 2020-01-31 21:26:01 +01:00
plocki 041ac0e976 weather.py für ansiweather 2020-01-30 21:56:03 +01:00
plocki bef686bd29 weather.py für ansiweather 2020-01-30 21:54:59 +01:00
Ville Ranki 80f125683f
Merge pull request #32 from tswfi/url_get_settings
add setting methods for url module, fixes #31
2020-01-29 20:07:47 +02:00
Tatu Wikman b2641068ed
add setting methods for url module, fixes #31 2020-01-29 12:34:22 +02:00
Ville Ranki 760100bf51
Merge pull request #30 from tswfi/url_use_BeautifulSoup_for_parsing
Use Beautiful Soup for content parsing
2020-01-29 11:49:10 +02:00
Tatu Wikman 3df9c52512
Use Beautiful Soup for content parsing
This will help with pages that have broken html..

closes #29
2020-01-29 11:43:23 +02:00
Ville Ranki 1e97742e13 Various fixes, added bot leave command, handle left rooms in polling modules. 2020-01-26 19:20:03 +02:00
Ville Ranki 5b81671691 Added NOTAM module. Fixes #22 2020-01-26 18:17:07 +02:00
Ville Ranki 81af6599cd Rename room variable due to name collision 2020-01-21 00:17:15 +02:00
Ville Ranki d2a505257d Merge branch 'master' of github.com:vranki/hemppa 2020-01-20 23:54:15 +02:00
Ville Ranki 80c1bc3f95 Fixed slow polling service issue, some minor tuning. Fixes #16. 2020-01-20 23:54:10 +02:00
Ville Ranki c6adf105f5
Merge pull request #15 from tswfi/url_title_spam
New url module
2020-01-20 23:34:39 +02:00
Tatu Wikman 5dffd2db50
Remove old todo comment 2020-01-20 23:32:26 +02:00
Tatu Wikman ab9265bd4d
Fix readme
fix a typo with the old module name and add information about the default setting for a room.
2020-01-20 23:31:35 +02:00
Ville Ranki 9665b60da3
Merge pull request #17 from ptman/patch-1
Slimmer docker image
2020-01-20 22:27:19 +02:00
Paul Tötterman 82ac63f7a7
Slimmer docker image
Also, have you considered python:3-slim or python:3-alpine?
2020-01-15 14:10:04 +02:00
Tatu Wikman 9113aa19e5
blackened 2020-01-11 02:01:41 +02:00
Tatu Wikman a2f4d7c999
renamed to url
Added different on off statuses
* title, spams titles
* description, spams descriptions
* both, spams both
* off, dont spam

And a bit of refactoring
2020-01-11 01:59:07 +02:00
Tatu Wikman f3d42aa1ed
New module, url titles
If activated in a room this will spit out the titles of urls mentioned in the room.
2020-01-11 00:11:35 +02:00
Ville Ranki 0723dea55e fix twitter account setting and catch exceptions 2020-01-10 22:19:49 +02:00
Ville Ranki a37938fbff Added twitter, refactored polling services to own class. Fixed \!bot reload losing settings. 2020-01-10 21:59:59 +02:00
Ville Ranki 69ae607c2a Deleted uptime (moved functionality to bot), added stats and reload commands to bot module. 2020-01-06 00:33:42 +02:00
Ville Ranki 4f40c50c62 More timedelta fixes 2020-01-05 22:12:35 +02:00
Ville Ranki 9aa17e389e Fix datetime calling 2020-01-05 21:52:39 +02:00
Ville Ranki 6cf40488d4 Added initial bot module for bot mgmt commands. 2020-01-05 00:28:57 +02:00
Ville Ranki 7ac37e1831 Moved exception handling to poll_account, fix #10 really? 2020-01-05 00:03:37 +02:00
Ville Ranki d8d38415d1 ig: survive exceptions by ig library - fixes #10. loc: allow multi-word search strings 2020-01-04 23:28:07 +02:00
Ville Ranki 325e1e623c
Merge pull request #12 from tswfi/pylint
lint evertyhing
2020-01-04 23:08:50 +02:00
Tatu Wikman 6b8e6bfbcd
and flake8 conf (mainly long lines) 2020-01-02 14:27:48 +02:00
Tatu Wikman 2b51544f07
flake8 passes 2020-01-02 14:27:29 +02:00