https://github.com/soixantecircuits/dropbox-listener-for-socialite
Script listening to a dropbox folder and upload new medias in socialite
https://github.com/soixantecircuits/dropbox-listener-for-socialite
Last synced: 3 months ago
JSON representation
Script listening to a dropbox folder and upload new medias in socialite
- Host: GitHub
- URL: https://github.com/soixantecircuits/dropbox-listener-for-socialite
- Owner: soixantecircuits
- Created: 2017-09-25T13:35:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T15:09:13.000Z (over 7 years ago)
- Last Synced: 2025-01-29T13:44:52.767Z (5 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project name
This tools is listening to a directory, all the new files in this directory will be upload to socialite via altruist
## 🌍 Installation
Clone this repository and run `npm install` when you're inside the repository
## ⚙ Configuration
This tools is using [standard-settings](https://github.com/soixantecircuits/standard-settings)
Here is an example of the settings you can fill with your parameters:
```
{
"dp-listener": {
"path" : the directory you want to listen,
"maxParallel" : max number of uploads parallelized,
"altruistAPIURL": Altruist API Url
}
}
```
## 👋 UsageJust upload or move files in the directory listened by dropbox-listener and it will create a bucket with your media.
## 📦 Dependencies
You need an altruist instance running.