https://github.com/ether/ep_post_data
Post Data to an Etherpad from the CLI
https://github.com/ether/ep_post_data
Last synced: 9 months ago
JSON representation
Post Data to an Etherpad from the CLI
- Host: GitHub
- URL: https://github.com/ether/ep_post_data
- Owner: ether
- License: other
- Created: 2014-12-12T00:49:18.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T15:22:26.000Z (over 1 year ago)
- Last Synced: 2025-06-02T07:10:16.861Z (9 months ago)
- Language: JavaScript
- Size: 3.78 MB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
 
# Post data straight to a pad
## Curl example
```
curl -X POST -d @/tmp/xbmc.log http://10.0.0.215:9001/post
```
You can also use the 'x-pad-id' header to define the resulting pad name or it will be randomized. Ex:
```
$ curl -X POST -d @datafile.txt -H 'X-PAD-ID: test123' http://10.0.0.215/post
Pad Created: http://10.0.0.215/p/test123
```
## Limitation
Etherpad Limits imports to 100k Characters