Commit Graph

  • d1b0885dcd
    Merge 72c43753de into 4c7a6622d5 dependabot[bot] 2022-01-21 19:55:56 +0000
  • 72c43753de
    Bump ipython from 5.5.0 to 7.16.3 dependabot/pip/ipython-7.16.3 dependabot[bot] 2022-01-21 19:55:54 +0000
  • 829b0ed706
    Merge 8d427df5dc into 4c7a6622d5 Snyk bot 2021-10-18 20:45:34 +0200
  • 8d427df5dc
    fix: requirements.txt to reduce vulnerabilities snyk-fix-bbfa0c1ba477d9c040f55853e89b2b85 snyk-bot 2021-10-18 18:45:32 +0000
  • 4c7a6622d5
    adds runtime.txt master Mike Shultz 2021-05-06 19:09:53 -0600
  • b52d67076a fail gracefully when trying to delete /price command resposne messages Mike Shultz 2020-05-12 13:03:20 -0600
  • 0df85d831e don't compare int to str and expect it to equal... Mike Shultz 2020-05-11 16:13:32 -0600
  • 26414ef39a MessageHandler filters are positive, not negative. Switch to excluding user IDs by configuration Mike Shultz 2020-05-11 14:09:05 -0600
  • d82ef211cf filter out messages from 777000 (Telegram Service Messages) Mike Shultz 2020-05-11 13:50:04 -0600
  • b0a8bd01b2 adds tracebacks, only sends audit message if notify_chat is configured, refactors logger to handle udpates without messages Mike Shultz 2020-05-11 13:10:55 -0600
  • dd0704844d adds BTC price change Mike Shultz 2020-05-05 12:31:32 -0600
  • 88aeaf222e also delete our own last message if it was a price message Mike Shultz 2020-05-04 18:05:26 -0600
  • 54fa3bcc4a delete command message for /price Mike Shultz 2020-05-04 17:29:47 -0600
  • e6e2635ce9 adds btc price to bot Mike Shultz 2020-03-09 12:43:36 -0600
  • 10c6d270bc more decimals on the price! Mike Shultz 2020-03-06 19:18:43 -0700
  • 5c593255a7 fixes percent_change formatting Mike Shultz 2020-03-06 16:27:33 -0700
  • 0eb8e9bf94 documents CMC_API_KEY Mike Shultz 2020-03-06 16:06:11 -0700
  • 608b576054 adds support for commands, including the /price command Mike Shultz 2020-03-06 16:02:21 -0700
  • 45dcd4844c Merge branch 'master' of https://git.heroku.com/origin-telegram-bot Mike Shultz 2020-03-05 14:30:29 -0700
  • 7a6e4a7a9a
    Merge pull request #22 from OriginProtocol/mikeshultz/allow-gifs Mike Shultz 2020-03-05 14:20:36 -0700
  • 0af4755e82
    Merge pull request #23 from OriginProtocol/mikeshultz/dep-upgrade Mike Shultz 2020-03-05 14:20:17 -0700
  • 2bc9a393b1 upgrades SQLAlchemy and psycopg2 Mike Shultz 2020-03-05 14:03:40 -0700
  • fd2f50135b allow gifs(telegram Documents with mime_type of video/mp4) Mike Shultz 2020-03-05 13:59:48 -0700
  • a2d419d29c remove debug Josh Fraser 2020-02-24 18:13:27 -0800
  • c922bed060 quick prototype Josh Fraser 2020-02-24 18:09:16 -0800
  • 516599ce9e Merge branch 'master' of https://github.com/OriginProtocol/telegram-moderator Josh Fraser 2020-02-24 18:06:29 -0800
  • 9bb0a85751 temporary debug Josh Fraser 2020-02-24 18:04:26 -0800
  • 9bc388a036
    Merge pull request #21 from OriginProtocol/wanderingstan-patch-1 Josh Fraser 2020-01-28 09:39:12 -0800
  • 52dfb482a7 fix typos Josh Fraser 2020-01-27 21:48:00 -0800
  • 3a12a90198 update readme to explain sentiment analysis Josh Fraser 2020-01-27 21:46:54 -0800
  • dc18b2a7a3 update readme to explain sentiment analysis Josh Fraser 2020-01-27 21:44:51 -0800
  • 64de923982 add Numeric type to imports Josh Fraser 2020-01-27 20:28:14 -0800
  • d6bdb9655a add basic sentiment analysis Josh Fraser 2020-01-27 20:26:26 -0800
  • 6fd5bd1020
    Fix disabling of `DEBUG` and `ADMIN_EXEMPT` wanderingstan-patch-1 Stan James 2020-01-27 20:14:20 -0800
  • 79ec4c1abf add ipython Josh Fraser 2020-01-27 20:12:04 -0800
  • 4e1e586123 setup textblob for sentiment analysis Josh Fraser 2020-01-27 20:08:00 -0800
  • 82787cc428 update readme Josh Fraser 2020-01-27 19:52:52 -0800
  • 0e94b860e4 translate telegram messages Josh Fraser 2020-01-27 18:24:25 -0800
  • b1a57bb917 log chat IDs Josh Fraser 2020-01-24 17:51:34 -0800
  • 5e6f9b4eba Merge branch 'master' of github.com:OriginProtocol/telegram-moderator Stan James 2018-10-22 15:36:25 -0600
  • 400f51b381 Facepalm. Backwards logic for detecting admins. Stan James 2018-10-22 15:35:45 -0600
  • c272b88809
    Readme typo Stan James 2018-10-19 20:47:41 +0200
  • 13e6ce7847
    Clarify readme about env vars Stan James 2018-10-19 20:46:41 +0200
  • 79678abd72
    ENV vars to readme Stan James 2018-10-19 20:39:01 +0200
  • 92a8426261 Fix bug when user has no first or last name Stan James 2018-10-19 18:30:28 +0200
  • a398742b96 Fixed checking of attachments. Stan James 2018-10-19 13:05:17 +0200
  • 34ba0c4d04 Hide messages with attachements Stan James 2018-10-19 02:30:28 +0200
  • a5a7f30c93
    Merge pull request #19 from OriginProtocol/stan/mainnet Stan James 2018-10-16 19:13:04 +0300
  • e1a29f06a9 Changes for mainnet. Stan James 2018-10-16 17:54:47 +0200
  • ffe3790946 Merge branch 'master' of https://github.com/OriginProtocol/telegram-moderator Stan James 2018-10-03 06:18:41 -0700
  • 8b8018a93a
    Merge pull request #13 from OriginProtocol/dev-page-link Josh Fraser 2018-07-01 17:00:14 -0700
  • c5c1ae5140
    Link to developer landing page from README Micah Alcorn 2018-07-01 16:48:20 -0700
  • 68aa8b85b8 Move notification chat to end of function Stan James 2018-06-28 11:54:17 -0600
  • 7874dbfbfe syntax fix Stan James 2018-06-28 11:23:34 -0600
  • b2460d8e3a better handling of debug setting Stan James 2018-06-28 11:22:23 -0600
  • a0e3922bed Added better logging output. Stan James 2018-06-28 10:45:17 -0600
  • 4f49ecc3ef adding issue and pull request templates develop Josh Fraser 2018-04-12 19:01:25 -0700
  • 3b73710c3b Sample env variables Stan James 2018-02-25 07:28:32 -0600
  • 2abf64461d fix Stan James 2018-02-22 16:48:59 -0800
  • e6d001eac2 Fix problem with adding users. Added comments too. Stan James 2018-02-22 16:36:09 -0800
  • 640a075b4f Merge branch 'master' into develop Stan James 2018-02-22 16:07:10 -0800
  • b9b1663db3 Added check of chat_id. Removed unusable notifications to users Some comment cleanup Stan James 2018-02-22 16:05:41 -0800
  • 352b312afb Disable checks for admins Stan James 2018-02-22 15:38:02 -0800
  • 73d6cf94ad change safe id to list Stan James 2018-02-21 19:27:39 -0800
  • 12b859a3a5 Added debug for safe users Stan James 2018-02-21 19:20:03 -0800
  • eaf9d33b8d Merge branch 'develop' of github.com:OriginProtocol/origin-telegram-logger-bot into develop Stan James 2018-02-10 22:25:16 -0700
  • 0dc4a82c4c PM offending user and selected users on moderation action. Stan James 2018-02-10 22:24:36 -0700
  • e812f33d9e If banned, don't bother with message check Stan James 2018-02-10 08:55:10 -0700
  • 9fabbc6e3b Merge branch 'master' of github.com:OriginProtocol/origin-telegram-logger-bot Stan James 2018-02-10 08:41:06 -0700
  • 1c98c71c4c
    Updated readme Stan James 2018-02-10 08:38:25 -0700
  • e0b73cc123 Updated readme Stan James 2018-02-10 08:37:03 -0700
  • be39359262 Fixed parens Stan James 2018-02-09 18:24:09 -0700
  • ca7826d88e Ban and hide now getting logged in db Stan James 2018-02-09 18:13:09 -0700
  • 1430126c44 regex verbose, so we can have comments Stan James 2018-02-06 15:10:49 -0700
  • cb3059aad4 Merge branch 'develop' of github.com:OriginProtocol/origin-telegram-logger-bot into develop Stan James 2018-02-06 11:30:11 -0700
  • 34f6977814 Delete any message worthy of a ban. Stan James 2018-02-06 11:29:46 -0700
  • 69e5e1b208 Fixed call to add_usesr to be class-aware Stan James 2018-02-05 20:11:17 -0700
  • 71067ed856
    comment wasn't accurate Stan James 2018-02-05 16:19:44 -0700
  • 9409b4bfbe Kick enabled. Stan James 2018-02-02 12:06:44 -0700
  • 11fe6cf312 Added chat bag for debug Stan James 2018-02-01 21:29:58 -0700
  • a74a3fd5c2 Syntax error Stan James 2018-02-01 21:10:09 -0700
  • a698700709 Added Unidecode to reqs Stan James 2018-02-01 21:02:19 -0700
  • 8361577f9b working as a class Stan James 2018-02-01 20:11:15 -0700
  • 20a70ff55f tried putting in a class Stan James 2018-02-01 19:35:56 -0700
  • 0079ae2aec Ignores accents on characters now Stan James 2018-02-01 16:04:18 -0700
  • cf81b03e8c Basic matching and banning working Stan James 2018-02-01 14:54:27 -0700
  • df6bd0f19e
    Added note about worker on heroku to readme Stan James 2018-01-31 08:44:40 -0700
  • 534f2cbd3e Fixing `Error R10` The fix: https://stackoverflow.com/a/40356341/59913 Stan James 2018-01-31 08:30:07 -0700
  • f0b2291dc9 Fixed print() to python 3 standard Stan James 2018-01-30 16:44:44 -0700
  • 4b40c57e80 Added Procfile Stan James 2018-01-30 16:43:30 -0700
  • a982216948 Deleted unused config and updated README Stan James 2018-01-30 16:28:00 -0700
  • b22703e8ad Moved database uri to env var Was is config file. Stan James 2018-01-30 16:23:53 -0700
  • 9153ba75b6 formatting Stan James 2018-01-30 16:01:31 -0700
  • d67f73c3c5 Fixed handling of non-ascii messages. Stan James 2018-01-28 23:22:37 -0700
  • 919dd9e940 Display logged messages. Stan James 2018-01-28 22:41:12 -0700
  • 01019f1186 Cleaned up README and moved config info out of version control Clarified naming of some things. Stan James 2018-01-28 22:29:50 -0700
  • 68cf51aa3e
    Merge pull request #1 from Kentoseth/master Stan James 2018-01-28 21:18:09 -0700
  • ffd952c014 added requirements.txt file Kentoseth 2018-01-29 02:25:17 +0200
  • 381a69e6d8 MVP for a logger Kentoseth 2018-01-29 01:29:58 +0200
  • 75f7781f13
    Initial commit Stan James 2018-01-25 19:51:46 -0700