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
| import whois | |
| from datetime import datetime | |
| import requests | |
| from bs4 import BeautifulSoup | |
| # --- CONFIGURATION --- |
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
| import requests | |
| from collections import Counter | |
| import re | |
| from datetime import datetime | |
| # ------------------------------- | |
| # CONFIG | |
| # ------------------------------- | |
| SUBREDDIT = "cybersecurity" | |
| POST_LIMIT = 25 |
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
| import requests | |
| import datetime | |
| import re | |
| # ====================== | |
| # CONFIGURATION |