You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Bring the structure of secrets with the configuration of various APIs to the same view and add an additional attribute that disables or enables these apis.
Describe the solution you'd like
change the old secrets mega/dropbox -> uploader-api
change the old secret instagram -> downloader-apii
desired key scheme for uploader-api
{
"username": "username",
"password": "password or token",
"storage-type": "mega or dropbox or local",
"enabled": trueor false (for disabled class),"exclude-types": "*.txt,*.tmp",
"source-directory": "tmp/",
"destination-directory": "mybot/"
}
desired key scheme for downloader-api
{
"username": "username",
"password": "password or token",
"login-method": "anonymous or password or session""session-file": "path to session file",
"enabled": trueor false (for disabled class),"user-agent": "client user agent",
"fatal-status-codes": [400, 401, 429, 500]
}
then delete all environment variables that depend on the new structure
- TEMPORARY_DIR
- STORAGE_TYPE
- STORAGE_EXCLUDE_TYPE
- INSTAGRAM_SESSION
- INSTAGRAM_USERAGENT Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
…`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
Is your feature request related to a problem? Please describe.
Bring the structure of secrets with the configuration of various APIs to the same view and add an additional attribute that disables or enables these apis.
Describe the solution you'd like
mega
/dropbox
->uploader-api
instagram
->downloader-apii
uploader-api
downloader-api
- TEMPORARY_DIR
- STORAGE_TYPE
- STORAGE_EXCLUDE_TYPE
- INSTAGRAM_SESSION
- INSTAGRAM_USERAGENT
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: