summaryrefslogtreecommitdiff
path: root/README.rst
AgeCommit message (Collapse)AuthorFilesLines
2019-07-04Update documentationLars-Dominik Braun1-1/+15
Re-arrange stuff, add release guide. Needs a lot more work though.
2019-03-22Move documentation to SphinxLars-Dominik Braun1-215/+1
2019-01-27irc: Switch configuration to JSONLars-Dominik Braun1-1/+1
2019-01-03browser: Turn Item into RequestResponsePairLars-Dominik Braun1-0/+2
Previously Item was just a simple wrapper around Chrome’s Network.* events. This turned out to be quite nasty when testing, so its replacement, RequestResponsePair, does some level of abstraction. This makes testing alot easier, since we now can simply instantiate it without building a proper DevTools event. Should come without any functional changes.
2018-12-21Parse URLs by defaultLars-Dominik Braun1-0/+2
Use library yarl (already pulled in by aiohttp). No URL processed should be a string.
2018-12-07README: Add note about browser config/fontsLars-Dominik Braun1-0/+27
2018-12-01behavior: Move click script data to external fileLars-Dominik Braun1-0/+2
First step of issue #3
2018-12-01README: Minor improvementsLars-Dominik Braun1-6/+11
Command line was outdated.
2018-11-25README: Google Chrome is a dependencyLars-Dominik Braun1-0/+2
Obviously.
2018-11-09Add codecov.ioLars-Dominik Braun1-0/+3
2018-11-08Drop support for Python <3.6Lars-Dominik Braun1-1/+1
2018-11-08Update READMELars-Dominik Braun1-2/+4
Dependency changes after asyncio transition.
2018-09-29Add documentationLars-Dominik Braun1-0/+35
For -recursive and -irc
2018-08-21Remove celery and recursionLars-Dominik Braun1-61/+0
Gonna rewrite that properly.
2018-08-19README: Add rationaleLars-Dominik Braun1-25/+87
Explain a few design decisions
2018-05-05Update documentationLars-Dominik Braun1-4/+4
2018-05-04Move page archiving logic to SinglePageControllerLars-Dominik Braun1-1/+1
In preparation for recursive crawls.
2018-03-25Add Travis CILars-Dominik Braun1-1/+4
2018-02-23README: Add Squidwarc to related projectsLars-Dominik Braun1-0/+5
2017-12-24Refactor behavior scriptsLars-Dominik Braun1-12/+7
No functional changes, just cleanup. Replaces onload and onsnapshot events. Move screen metric emulation, DOM snapshots and screenshots here as well.
2017-12-18README: Add related projectLars-Dominik Braun1-0/+9
2017-12-17Extend READMELars-Dominik Braun1-10/+25
2017-12-17Don’t fetch redirected request bodyLars-Dominik Braun1-0/+1
We can’t do that safely due to a race-condition.
2017-12-17Add distributed archivingLars-Dominik Braun1-0/+38
Using celery. Also adds a plugin for the IRC bot sopel. Code still needs some love, but it should work.
2017-12-03Add note about Range: requestsLars-Dominik Braun1-0/+2
2017-11-25Rename --run-before-snapshot and document --on* optionsLars-Dominik Braun1-1/+17
2017-11-22Make <canvas> static before DOM snapshotLars-Dominik Braun1-1/+0
Use --run-before-snapshot=canvas-snapshot.js. Replaces <canvas> with image snapshot. We could use .captureStream() as well.
2017-11-22Emulate different screen sizesLars-Dominik Braun1-3/+0
Causes the browser to load CSS assets and <img> srcset, for example.
2017-11-20Add page created from DOM snapshotLars-Dominik Braun1-3/+17
2017-11-17Initial importLars-Dominik Braun1-0/+40