summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2018-11-10tools: Fix entry pointLars-Dominik Braun1-1/+1
2018-11-06Switch single mode to asyncioLars-Dominik Braun1-1/+0
This is a direct port to asyncio without any design changes. These need to happen in further refinements. Fixes issue #1.
2018-11-06Add simple asyncio-based DevTool communicationLars-Dominik Braun1-1/+2
Inspired by pychrome/aiochrome, but includes crash handling and async get() instead of callbacks.
2018-10-14irc: Add PoC dashboardLars-Dominik Braun1-0/+2
Using websockets, vue and bulma.
2018-10-10Add timezone to logger datesLars-Dominik Braun1-0/+1
UTC everywhere. Make that clear.
2018-09-29Add simple IRC botLars-Dominik Braun1-0/+2
chromebot is back! Dropping sopel, because it does not work well with asyncio.
2018-09-25Add recursive controllerLars-Dominik Braun1-0/+1
Simple and sequential.
2018-08-21Remove celery and recursionLars-Dominik Braun1-2/+1
Gonna rewrite that properly.
2018-06-20Move tests to pytestLars-Dominik Braun1-0/+2
It just seems a little nicer than plain old unittest
2018-05-05Rename command line toolsLars-Dominik Braun1-1/+3
Move contrib/ scripts to .tools and add entry points to setup.py, rename crocoite-standalone to crocoite-grab.
2018-03-29Use setuptoolsLars-Dominik Braun1-1/+1
2017-12-17Add distributed archivingLars-Dominik Braun1-3/+4
Using celery. Also adds a plugin for the IRC bot sopel. Code still needs some love, but it should work.
2017-11-20Add page created from DOM snapshotLars-Dominik Braun1-0/+1
2017-11-17Initial importLars-Dominik Braun1-0/+24