warp-beacon 2.0.9__tar.gz → 2.0.10__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 (49) hide show
  1. {warp_beacon-2.0.9/warp_beacon.egg-info → warp_beacon-2.0.10}/PKG-INFO +5 -1
  2. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/README.md +4 -0
  3. warp_beacon-2.0.10/warp_beacon/__version__.py +2 -0
  4. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/telegram/handlers.py +1 -1
  5. {warp_beacon-2.0.9 → warp_beacon-2.0.10/warp_beacon.egg-info}/PKG-INFO +5 -1
  6. warp_beacon-2.0.9/warp_beacon/__version__.py +0 -2
  7. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/LICENSE +0 -0
  8. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/MANIFEST.in +0 -0
  9. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/assets/placeholder.gif +0 -0
  10. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/etc/.gitignore +0 -0
  11. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/etc/warp_beacon.conf +0 -0
  12. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/etc/warp_beacon.service +0 -0
  13. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/pyproject.toml +0 -0
  14. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/setup.cfg +0 -0
  15. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/setup.py +0 -0
  16. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/__init__.py +0 -0
  17. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/compress/__init__.py +0 -0
  18. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/compress/video.py +0 -0
  19. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/jobs/__init__.py +0 -0
  20. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/jobs/abstract.py +0 -0
  21. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/jobs/download_job.py +0 -0
  22. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/jobs/types.py +0 -0
  23. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/jobs/upload_job.py +0 -0
  24. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/mediainfo/__init__.py +0 -0
  25. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/mediainfo/abstract.py +0 -0
  26. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/mediainfo/audio.py +0 -0
  27. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/mediainfo/silencer.py +0 -0
  28. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/mediainfo/video.py +0 -0
  29. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/scraper/__init__.py +0 -0
  30. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/scraper/abstract.py +0 -0
  31. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/scraper/exceptions.py +0 -0
  32. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/scraper/instagram.py +0 -0
  33. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/scraper/youtube/__init__.py +0 -0
  34. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/scraper/youtube/abstract.py +0 -0
  35. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/scraper/youtube/music.py +0 -0
  36. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/scraper/youtube/shorts.py +0 -0
  37. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/scraper/youtube/youtube.py +0 -0
  38. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/storage/__init__.py +0 -0
  39. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/telegram/__init__.py +0 -0
  40. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/telegram/bot.py +0 -0
  41. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/telegram/placeholder_message.py +0 -0
  42. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/telegram/utils.py +0 -0
  43. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/uploader/__init__.py +0 -0
  44. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon/warp_beacon.py +0 -0
  45. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon.egg-info/SOURCES.txt +0 -0
  46. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon.egg-info/dependency_links.txt +0 -0
  47. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon.egg-info/entry_points.txt +0 -0
  48. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/warp_beacon.egg-info/requires.txt +0 -0
  49. {warp_beacon-2.0.9 → warp_beacon-2.0.10}/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.0.9
3
+ Version: 2.0.10
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
@@ -267,6 +267,10 @@ TG_TOKEN="you telegram token received from @BotFather"
267
267
  TG_API_ID=""
268
268
  TG_API_HASH=""
269
269
  TG_BOT_NAME=""
270
+ # bot admin username, e.g.: @BelisariusCawl
271
+ # Used for communication between the bot and the administrator.
272
+ # For example, if authorization is required for YouTube, bot can send an authorization code via message to this address.
273
+ TG_BOT_ADMIN_USERNAME=""
270
274
  ###
271
275
  INSTAGRAM_LOGIN="instagram login (email or cell phone)"
272
276
  INSTAGRAM_PASSWORD="instgram password"
@@ -29,6 +29,10 @@ TG_TOKEN="you telegram token received from @BotFather"
29
29
  TG_API_ID=""
30
30
  TG_API_HASH=""
31
31
  TG_BOT_NAME=""
32
+ # bot admin username, e.g.: @BelisariusCawl
33
+ # Used for communication between the bot and the administrator.
34
+ # For example, if authorization is required for YouTube, bot can send an authorization code via message to this address.
35
+ TG_BOT_ADMIN_USERNAME=""
32
36
  ###
33
37
  INSTAGRAM_LOGIN="instagram login (email or cell phone)"
34
38
  INSTAGRAM_PASSWORD="instgram password"
@@ -0,0 +1,2 @@
1
+ __version__ = "2.0.10"
2
+
@@ -165,7 +165,7 @@ class Handlers(object):
165
165
  logging.exception(e)
166
166
 
167
167
  if chat.type not in (ChatType.GROUP, ChatType.SUPERGROUP) and not urls:
168
- await self.bot.send_text(rext=reply_text, reply_id=effective_message_id)
168
+ await self.bot.send_text(text=reply_text, reply_id=effective_message_id, chat_id=chat.id)
169
169
 
170
170
  async def simple_button_handler(self, client: Client, query: CallbackQuery) -> None:
171
171
  await client.answer_callback_query(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: warp_beacon
3
- Version: 2.0.9
3
+ Version: 2.0.10
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
@@ -267,6 +267,10 @@ TG_TOKEN="you telegram token received from @BotFather"
267
267
  TG_API_ID=""
268
268
  TG_API_HASH=""
269
269
  TG_BOT_NAME=""
270
+ # bot admin username, e.g.: @BelisariusCawl
271
+ # Used for communication between the bot and the administrator.
272
+ # For example, if authorization is required for YouTube, bot can send an authorization code via message to this address.
273
+ TG_BOT_ADMIN_USERNAME=""
270
274
  ###
271
275
  INSTAGRAM_LOGIN="instagram login (email or cell phone)"
272
276
  INSTAGRAM_PASSWORD="instgram password"
@@ -1,2 +0,0 @@
1
- __version__ = "2.0.9"
2
-
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes