warp-beacon 2.2.24__tar.gz → 2.2.26__tar.gz

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.
Files changed (54) hide show
  1. {warp_beacon-2.2.24/warp_beacon.egg-info → warp_beacon-2.2.26}/PKG-INFO +1 -1
  2. warp_beacon-2.2.26/warp_beacon/__version__.py +2 -0
  3. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/scraper/account_selector.py +7 -6
  4. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/scraper/youtube/abstract.py +1 -1
  5. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/telegram/bot.py +0 -2
  6. {warp_beacon-2.2.24 → warp_beacon-2.2.26/warp_beacon.egg-info}/PKG-INFO +1 -1
  7. warp_beacon-2.2.24/warp_beacon/__version__.py +0 -2
  8. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/LICENSE +0 -0
  9. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/MANIFEST.in +0 -0
  10. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/README.md +0 -0
  11. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/assets/placeholder.gif +0 -0
  12. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/etc/.gitignore +0 -0
  13. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/etc/accounts.json +0 -0
  14. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/etc/warp_beacon.conf +0 -0
  15. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/etc/warp_beacon.service +0 -0
  16. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/pyproject.toml +0 -0
  17. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/setup.cfg +0 -0
  18. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/setup.py +0 -0
  19. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/__init__.py +0 -0
  20. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/compress/__init__.py +0 -0
  21. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/compress/video.py +0 -0
  22. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/jobs/__init__.py +0 -0
  23. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/jobs/abstract.py +0 -0
  24. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/jobs/download_job.py +0 -0
  25. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/jobs/types.py +0 -0
  26. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/jobs/upload_job.py +0 -0
  27. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/mediainfo/__init__.py +0 -0
  28. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/mediainfo/abstract.py +0 -0
  29. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/mediainfo/audio.py +0 -0
  30. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/mediainfo/silencer.py +0 -0
  31. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/mediainfo/video.py +0 -0
  32. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/scheduler/__init__.py +0 -0
  33. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/scheduler/scheduler.py +0 -0
  34. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/scraper/__init__.py +0 -0
  35. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/scraper/abstract.py +0 -0
  36. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/scraper/exceptions.py +0 -0
  37. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/scraper/instagram/__init__.py +0 -0
  38. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/scraper/instagram/instagram.py +0 -0
  39. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/scraper/youtube/__init__.py +0 -0
  40. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/scraper/youtube/music.py +0 -0
  41. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/scraper/youtube/shorts.py +0 -0
  42. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/scraper/youtube/youtube.py +0 -0
  43. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/storage/__init__.py +0 -0
  44. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/telegram/__init__.py +0 -0
  45. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/telegram/handlers.py +0 -0
  46. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/telegram/placeholder_message.py +0 -0
  47. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/telegram/utils.py +0 -0
  48. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/uploader/__init__.py +0 -0
  49. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon/warp_beacon.py +0 -0
  50. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon.egg-info/SOURCES.txt +0 -0
  51. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon.egg-info/dependency_links.txt +0 -0
  52. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon.egg-info/entry_points.txt +0 -0
  53. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon.egg-info/requires.txt +0 -0
  54. {warp_beacon-2.2.24 → warp_beacon-2.2.26}/warp_beacon.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: warp_beacon
3
- Version: 2.2.24
3
+ Version: 2.2.26
4
4
  Summary: Telegram bot for expanding external media links
5
5
  Home-page: https://github.com/sb0y/warp_beacon
6
6
  Author: Andrey Bagrintsev
@@ -0,0 +1,2 @@
1
+ __version__ = "2.2.26"
2
+
@@ -12,7 +12,7 @@ import logging
12
12
 
13
13
  class AccountSelector(object):
14
14
  accounts = []
15
- acc_pool = None
15
+ acc_pools = {}
16
16
  current = None
17
17
  current_module_name = None
18
18
  index = None
@@ -30,6 +30,8 @@ class AccountSelector(object):
30
30
  if self.accounts:
31
31
  self.__init_meta_data()
32
32
  self.load_yt_sessions()
33
+ for acc_type, _ in self.accounts.items():
34
+ self.acc_pools[acc_type] = cycle(self.accounts[acc_type])
33
35
  else:
34
36
  raise ValueError("Accounts file not found")
35
37
 
@@ -61,14 +63,13 @@ class AccountSelector(object):
61
63
  def set_module(self, module_origin: Origin) -> None:
62
64
  module_name = 'youtube' if next((s for s in ("yt", "youtube", "youtu_be") if s in module_origin.value), None) else 'instagram'
63
65
  self.current_module_name = module_name
64
- self.acc_pool = cycle(self.accounts[module_name])
65
- self.current = next(self.acc_pool)
66
- self.index.value = self.accounts[module_name].index(self.current)
66
+ if self.current is None:
67
+ self.next()
67
68
 
68
69
  def next(self) -> dict:
69
- self.current = next(self.acc_pool)
70
+ self.current = next(self.acc_pools[self.current_module_name])
70
71
  self.index.value = self.accounts[self.current_module_name].index(self.current)
71
- logging.info("Next account index is '%d'", self.index.value)
72
+ logging.info("Selected account index is '%d'", self.index.value)
72
73
  return self.current
73
74
 
74
75
  def bump_acc_fail(self, key: str, amount: int = 1) -> int:
@@ -119,7 +119,7 @@ class YoutubeAbstract(ScraperAbstract):
119
119
 
120
120
  if aspect_ratio_height > 4:
121
121
  image = image.resize((image.size[0], image.size[1]+new_image.size[1]))
122
- height += new_image.size[1] - 10
122
+ height += new_image.size[1] - 5
123
123
 
124
124
  paste_position = ((target_width - width) // 2, (target_height - height) // 2)
125
125
  new_image.paste(image, paste_position)
@@ -370,8 +370,6 @@ class Bot(object):
370
370
  col_job_args = self.build_tg_args(job)
371
371
  sent_messages = []
372
372
  snd_grp_options = {"chat_id": job.chat_id, "reply_to_message_id": job.message_id}
373
- if job.chat_type in (ChatType.GROUP, ChatType.SUPERGROUP):
374
- snd_grp_options["reply_to_message_id"] = None
375
373
  for i, media_chunk in enumerate(col_job_args["media"]):
376
374
  snd_grp_options["media"] = media_chunk
377
375
  messages = await self.client.send_media_group(**snd_grp_options)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: warp_beacon
3
- Version: 2.2.24
3
+ Version: 2.2.26
4
4
  Summary: Telegram bot for expanding external media links
5
5
  Home-page: https://github.com/sb0y/warp_beacon
6
6
  Author: Andrey Bagrintsev
@@ -1,2 +0,0 @@
1
- __version__ = "2.2.24"
2
-
File without changes
File without changes
File without changes
File without changes
File without changes