Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move parameter session to the vault configuration #24

Closed
3 tasks done
obervinov opened this issue Sep 17, 2023 · 0 comments · Fixed by #37
Closed
3 tasks done

Move parameter session to the vault configuration #24

obervinov opened this issue Sep 17, 2023 · 0 comments · Fixed by #37
Assignees
Labels
enhancement New feature or request

Comments

@obervinov
Copy link
Owner

obervinov commented Sep 17, 2023

  • To get rid of redundant environment variable and flexibly manage configuration via vault.
    The parameter must contain a value in the form of a path to the fowl session.
  • Delete argument from class
  • Delete environment variable INSTAGRAM_SESSION

Transfer reading from https://github.com/obervinov/pyinstabot-downloader/blob/main/src/constants.py#L39-L42 to https://github.com/obervinov/pyinstabot-downloader/blob/main/src/modules/downloader.py#L139-L148

@obervinov obervinov converted this from a draft issue Sep 17, 2023
@obervinov obervinov self-assigned this Sep 17, 2023
@obervinov obervinov added the enhancement New feature or request label Sep 17, 2023
@obervinov obervinov added this to the release/v2.1.0 milestone Sep 17, 2023
@obervinov obervinov changed the title add a parameter session to the vault for the instagram secret move parameter session to the vault configuration Nov 7, 2023
@obervinov obervinov changed the title move parameter session to the vault configuration Move parameter session to the vault configuration Nov 7, 2023
@obervinov obervinov removed this from the release/v2.1.0 milestone Feb 20, 2024
@obervinov obervinov added this to the release/v2.1.0 milestone May 13, 2024
@obervinov obervinov moved this from Todo to In Progress in @obervinov's Pyinstabot-Downloader May 13, 2024
obervinov pushed a commit that referenced this issue May 28, 2024
…`rate limits`, `queue` and code refactoring (#37)

## v2.1.0 - 2024-05-28
### What's Changed
**Full Changelog**: v2.0.0...v2.1.0 by @obervinov in #37
#### 🐛 Bug Fixes
* #23
#### 📚 Documentation
* #26
* Update repository issues template
#### 💥 Breaking Changes
* Add `PostgreSQL` support to the bot stack instead of `Vault`. All bot data except `configurations` and `user data` is now stored in the database.
* Remove outdated method for processing full account data per link of `user profile`.
* Move all configuration of components form `environment variables` to the `Vault`.
#### 🚀 Features
* #54
* #32
* #30
* #28
* #14
* #20
* #27
* #24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
1 participant