-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadvi.txt
41 lines (22 loc) · 933 Bytes
/
advi.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
not close the browser, reuse same driver
more descriptive error exception
twitter comment | tweet id | tweet image text | ... | time | image url
reg. expr: Negativo\s\((\d+)\%\) telGuarder
take number and put in a range of [0-10]
put source column (tellows, telguarder) -
sidebar to select which row to show
TWITTER:
display a card
================
03/04/2022
=================
-Twitter: collect images and test ocr from different kinds, put it on the database
-add empty column with organization detected after the analysis on twitter
-open twitt links and extract informations about the fake site
====
-- add IOC column database, write it after the twitt text in red not clickable
code
"""
domain_re = r'https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)'
domain_match = re.search(domain_re, token.text)
"""