Skip to content

Commit

Permalink
update twitter scraper dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aturret committed Dec 19, 2024
1 parent b81aeca commit ac889e7
Show file tree
Hide file tree
Showing 12 changed files with 92 additions and 3,144 deletions.
2 changes: 1 addition & 1 deletion app/services/scrapers/twitter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from app.models.metadata_item import MetadataItem, MediaFile, MessageType
from app.utils.parse import get_html_text_length, wrap_text_into_html
from .twitter_client_api.scraper import Scraper
from twitter.scraper import Scraper
from .config import (
ALL_SCRAPER,
ALL_SINGLE_SCRAPER,
Expand Down
Empty file.

This file was deleted.

Loading

0 comments on commit ac889e7

Please sign in to comment.