warp-beacon 2.2.65__py3-none-any.whl → 2.2.67__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- warp_beacon/__version__.py +1 -1
- warp_beacon/scraper/fail_handler.py +2 -1
- warp_beacon/scraper/instagram/instagram.py +2 -2
- {warp_beacon-2.2.65.dist-info → warp_beacon-2.2.67.dist-info}/METADATA +1 -1
- {warp_beacon-2.2.65.dist-info → warp_beacon-2.2.67.dist-info}/RECORD +9 -9
- {warp_beacon-2.2.65.dist-info → warp_beacon-2.2.67.dist-info}/LICENSE +0 -0
- {warp_beacon-2.2.65.dist-info → warp_beacon-2.2.67.dist-info}/WHEEL +0 -0
- {warp_beacon-2.2.65.dist-info → warp_beacon-2.2.67.dist-info}/entry_points.txt +0 -0
- {warp_beacon-2.2.65.dist-info → warp_beacon-2.2.67.dist-info}/top_level.txt +0 -0
warp_beacon/__version__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
__version__ = "2.2.
|
1
|
+
__version__ = "2.2.67"
|
2
2
|
|
@@ -11,7 +11,8 @@ class FailHandler(object):
|
|
11
11
|
client = None
|
12
12
|
db = None
|
13
13
|
def __init__(self, client: DBClient) -> None:
|
14
|
-
self.
|
14
|
+
self.client = client
|
15
|
+
self.db = self.client.client.media.failed_jobs
|
15
16
|
|
16
17
|
def __del__(self) -> None:
|
17
18
|
self.client.close()
|
@@ -76,7 +76,7 @@ class InstagramScraper(ScraperAbstract):
|
|
76
76
|
logging.info("Loading existing session file '%s'", self.inst_session_file)
|
77
77
|
self.cl.load_settings(self.inst_session_file)
|
78
78
|
else:
|
79
|
-
self.login
|
79
|
+
self._download_hndlr(self.login)
|
80
80
|
|
81
81
|
def login(self) -> None:
|
82
82
|
username = self.account["login"]
|
@@ -88,7 +88,7 @@ class InstagramScraper(ScraperAbstract):
|
|
88
88
|
def validate_session(self) -> None:
|
89
89
|
self.load_session()
|
90
90
|
self._download_hndlr(self.cl.get_timeline_feed)
|
91
|
-
self._download_hndlr(self.cl.get_reels_tray_feed, "
|
91
|
+
self._download_hndlr(self.cl.get_reels_tray_feed, "pull_to_refresh")
|
92
92
|
self._download_hndlr(self.cl.direct_active_presence)
|
93
93
|
self._download_hndlr(self.cl.reels)
|
94
94
|
#self._download_hndlr(self.cl.notification_like_and_comment_on_photo_user_tagged, "everyone")
|
@@ -3,7 +3,7 @@ lib/systemd/system/warp_beacon.service,sha256=lPmHqLqcI2eIV7nwHS0qcALQrznixqJuww
|
|
3
3
|
var/warp_beacon/accounts.json,sha256=2QQMS9N_Z-TnfZq4U1vSUe4IKyZGmTFdgo8BoF4hQ7E,1710
|
4
4
|
var/warp_beacon/placeholder.gif,sha256=cE5CGJVaop4Sx21zx6j4AyoHU0ncmvQuS2o6hJfEH88,6064
|
5
5
|
warp_beacon/__init__.py,sha256=_rThNODmz0nDp_n4mWo_HKaNFE5jk1_7cRhHyYaencI,163
|
6
|
-
warp_beacon/__version__.py,sha256=
|
6
|
+
warp_beacon/__version__.py,sha256=PX9x2u7uN_0mYmCG8IkP1sCEJ65Y-CwMlnBjCTPW68Q,24
|
7
7
|
warp_beacon/warp_beacon.py,sha256=7KEtZDj-pdhtl6m-zFLsSojs1ZR4o7L0xbqtdmYPvfE,342
|
8
8
|
warp_beacon/compress/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
warp_beacon/compress/video.py,sha256=_PDMVYCyzLYxHv1uZmmzGcG_8rjaZr7BTXsXTTy_oS4,2846
|
@@ -23,9 +23,9 @@ warp_beacon/scraper/__init__.py,sha256=i3yda30elPbnG_JuD1DSXZLdDc2C30UqqbUbEzXlh
|
|
23
23
|
warp_beacon/scraper/abstract.py,sha256=aNZ9ypF9B8BjflcIwi-7wEzIqF-XPeF0xvfX9CP_iIw,2708
|
24
24
|
warp_beacon/scraper/account_selector.py,sha256=YUzLxfGGBvdTR9sJVcx9SDkYK4tWo3iRkGiPIg6IRn4,3649
|
25
25
|
warp_beacon/scraper/exceptions.py,sha256=fHywTm2-y2RkgM6hVz12CkDMBgHcEoN2a1TBLaVM2t4,1300
|
26
|
-
warp_beacon/scraper/fail_handler.py,sha256=
|
26
|
+
warp_beacon/scraper/fail_handler.py,sha256=_blvckfTZ4xWVancQKVRXH5ClKGwfrBxMwvXIFZh1qA,975
|
27
27
|
warp_beacon/scraper/instagram/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
28
|
-
warp_beacon/scraper/instagram/instagram.py,sha256=
|
28
|
+
warp_beacon/scraper/instagram/instagram.py,sha256=Zu1eCMkV80S3w0UID9WukIr5wSAPaPXPdSx_HEWxLpY,12882
|
29
29
|
warp_beacon/scraper/youtube/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
30
30
|
warp_beacon/scraper/youtube/abstract.py,sha256=LqQRNjWY1S44nGvthuinnaRvyAKHfDwnIoMqSoj_EaA,8765
|
31
31
|
warp_beacon/scraper/youtube/music.py,sha256=LzpnRVL0sa1S5KDy0C5iMwNPPXZnXhIrEUxFX2ro06c,1471
|
@@ -39,9 +39,9 @@ warp_beacon/telegram/handlers.py,sha256=171BUNjcaqTM1QnJ9KTBzuJOX1tiDys0hnyuAkA1
|
|
39
39
|
warp_beacon/telegram/placeholder_message.py,sha256=N1fSL1xbFLF5alhnEvk-xbf3v2A_nLWg6xHtVZTaoiA,6396
|
40
40
|
warp_beacon/telegram/utils.py,sha256=9rNC1BqMZm-kKbzVonBOV8MYfMbcO68Bavq-K3Yj2KA,3115
|
41
41
|
warp_beacon/uploader/__init__.py,sha256=rbfsm_eYcfsBRkiaG0glVgBNtQCEe7cVQTWEIAHz5aw,4763
|
42
|
-
warp_beacon-2.2.
|
43
|
-
warp_beacon-2.2.
|
44
|
-
warp_beacon-2.2.
|
45
|
-
warp_beacon-2.2.
|
46
|
-
warp_beacon-2.2.
|
47
|
-
warp_beacon-2.2.
|
42
|
+
warp_beacon-2.2.67.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
43
|
+
warp_beacon-2.2.67.dist-info/METADATA,sha256=l9EmhMt2usRRDC3x2atiJXZoU0yQxQtDWL1vmzTx_HI,21303
|
44
|
+
warp_beacon-2.2.67.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
45
|
+
warp_beacon-2.2.67.dist-info/entry_points.txt,sha256=eSB61Rb89d56WY0O-vEIQwkn18J-4CMrJcLA_R_8h3g,119
|
46
|
+
warp_beacon-2.2.67.dist-info/top_level.txt,sha256=q_ThNvU42NteyXqWlEBkaIJTSOK7t-eQ1XW-Fc3V0Eg,1030
|
47
|
+
warp_beacon-2.2.67.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|