Skip to content

Commit

Permalink
refactoring after merge linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrieleCalarota committed Feb 28, 2022
1 parent 8a72aa7 commit 487e5cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import datetime
import os
from pathlib import Path
import schedule
import time
import schedule
from dotenv import load_dotenv
import tweepy
from plot import Map
Expand Down Expand Up @@ -113,6 +113,7 @@ def plot_map(self):


def scrape(scraper_instance):
"""Handling main function"""
hashtags = ["#ukraine", "#russianarmy", "#OSINT"]
prepositions = ['near', '"south of"', '"north of"', '"east of"', '"west of"']
key_words = ['spotted', 'movement', 'soldiers', 'attacks',
Expand Down

0 comments on commit 487e5cc

Please sign in to comment.