ClickHouse / pastila

Paste toy-service on top of ClickHouse
https://pastila.nl/
Apache License 2.0
68 stars 6 forks source link

Python script to upload/download to pastila from command line #25

Closed al13n321 closed 10 months ago

al13n321 commented 10 months ago
% echo henlo | pastila.py
https://pastila.nl/?cafebabe/c8570701492af2ac7269064a661686e3#oj6jpBCRzIOSGTgRFgMquA==

% pastila.py 'https://pastila.nl/?cafebabe/c8570701492af2ac7269064a661686e3#oj6jpBCRzIOSGTgRFgMquA=='
henlo
tavplubix commented 10 months ago

Does it make sense to put it into ClickHouse/utils?

al13n321 commented 10 months ago

No idea! Here's a PR there: https://github.com/ClickHouse/ClickHouse/pull/58732 , feel free to merge any subset of the two and close the rest.