Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions mission_blue.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import click
import file
import auth
import scraper
# pylint: disable=C0301

lang_dict = {
Expand Down Expand Up @@ -218,7 +217,6 @@ def generate_query_params(
}



def search_posts(params, token):
# pylint: disable=E1102
# pylint: disable=C0301
Expand Down Expand Up @@ -448,7 +446,7 @@ def main(

# Fetch posts
print("Fetching posts...")
raw_posts = scraper.search_posts(query_param, access_token)
raw_posts = search_posts(query_param, access_token)

# Extract post data
print("Extracting post data...")
Expand Down
84 changes: 0 additions & 84 deletions scraper.py

This file was deleted.