Alpha Release v1.0.0
Pre-release
Pre-release
takeover.py revived! I have started active development of takeover.py, bringing new features very soon. As promised, this version is easier to integrate in your existing code however, I have removed the old asyncio based API (hence the major release). The code is still in alpha and bugs are expected.
What's Changed
- Better threads
- Easier config file
- Custom Fingerprints, embeddable in config file
- Support for notifications on Slack and Github issue
- Custom webhook support
- Click integration for command line interface
- Support for scraping javascript based web apps using selenium, fallback to requests module available
Full Changelog: v0.0.11...v1.0.0
Known Bugs
- Fingerprints are incorrect. Please use custom fingerprint file.
- Webhook calls are not rate limit safe and many of the hits might get missed.
- No support for output, passing output to another pipe is not possible yet.
- Telegram, slack and GitHub issues are untested. They might or might not work.