-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v3.3.0: Add support for downloading account content and bug f…
…ixes (#123) ## v3.3.0 - 2024-12-21 ### What's Changed **Full Changelog**: v3.2.0...v3.3.0 by @obervinov in #123 #### 🐛 Bug Fixes * small code formatting improvements #### 🚀 Features * add new table `accounts` to the database for storing account public data * add the feature to retrieve the entire list of account posts and add it to the queue * #117
- Loading branch information
Showing
13 changed files
with
588 additions
and
737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pyinstabot-downloader" | ||
version = "3.2.0" | ||
version = "3.3.0" | ||
description = "This project is a Telegram bot that allows you to upload posts from your Instagram profile to clouds like any WebDav compatible cloud storage." | ||
authors = ["Bervinov Oleg <[email protected]>"] | ||
maintainers = ["Bervinov Oleg <[email protected]>"] | ||
|
@@ -26,7 +26,7 @@ webdavclient3 = "^3" | |
prometheus-client = "^0" | ||
logger = { git = "https://github.com/obervinov/logger-package.git", tag = "v2.0.0" } | ||
vault = { git = "https://github.com/obervinov/vault-package.git", tag = "v4.0.0" } | ||
users = { git = "https://github.com/obervinov/users-package.git", tag = "v4.0.1" } | ||
users = { git = "https://github.com/obervinov/users-package.git", tag = "v4.0.2" } | ||
telegram = { git = "https://github.com/obervinov/telegram-package.git", tag = "v3.0.0" } | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.