This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# Send bombard requests to russian propaganda and infrastructure sites. | |
# | |
# Requirements: Docker, Python 2.7+, requests | |
# | |
# Check which pip version do you have: pip --version | |
# Then you need to install | |
# pip install requests | |
# OR | |
# sudo python3 -m pip install requests |