11 |
12 | ## Files
13 |
14 | - **tweetfeed.py** → Main script.
15 | - **tags.py** → Tags being searched on Twitter.
16 | - **whitelist.py** → Lists of whitelisted IOCs.
17 | - **secrets.py** → API keys.
18 | - **output/** → Directory with output files.
19 |
20 | ## Installation
21 |
22 | 1. Update your API keys in the **secrets.py** file. (To get API keys go to https://developer.twitter.com/apps)
23 | 2. Install requirements
24 | ```sh
25 | $ pip3 install -r requirements.txt
26 | ```
27 | 3. Execute tweetfeed.py
28 | ```sh
29 | $ python3 tweetfeed.py
30 | ```
31 | ## Example output
32 |
33 | 
34 |
35 | ## Some comments
36 |
37 | > This is the *core* part of the code at