• Stars
    star
    1,183
  • Rank 39,280 (Top 0.8 %)
  • Language
  • License
    GNU General Publi...
  • Created about 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PasteMe 是一个无需注册的文本分享平台(未登陆状态下只能使用阅后即焚),可以为文本设置密码和阅后即焚,支持二维码分享和各种一键复制,针对代码提供了额外的高亮功能。

license version version donate

PasteMe

前后端代码存放于 PasteMeFrontendPasteMeGoBackend

PasteMe 是一个无需注册的文本分享平台,针对代码提供了额外的高亮功能。

  • 用户上传的文本,称作「一贴」。

  • 在创建一贴时,设置密码自我销毁 可以高度保证用户内容的安全与私密性。

  • 在将自己的一贴分享给别人时,提供了一键复制链接和二维码分享等多种途径。

  • 在查看别人的一贴时,可以一键复制所有文本。如果是自我销毁的一贴,则会在结束生命周期时从数据库 物理删除

各位老板,求 Star 和 PR。Orz

一些场景

  • 如果你要发布一个脚本,可以把 Bash 或者 Python 等脚本上传至 PasteMe ,然后通过 curl 和管道机制来进行优雅的发布,比如:curl api.pasteme.cn/8219 | python3

  • 如果你要发给某人一些私密的信息,比如一段 token,但是通过 QQ 、微信等聊天工具可能会被 “查水表”,你可以将私密信息以阅后即焚形式上传至 PasteMe ,将一次性链接分享给别人,别人查看一次之后这个链接就会失效

  • 想要向服务器内粘贴一段代码,但是苦于字符集,复制、上传上去之后有其它的字符,此时你可以上传至 pasteme ,然后通过 wget api.pasteme.cn/<key> -O file_name 来进行优雅的拉取

  • 新装了一台没有图形化界面的服务器,没开 sshd 服务,没有可用的编辑器去编辑 sources.list 文件,直接用默认源安装一个编辑器又太慢,此时可以用 curl api.pasteme.cn/<key> > /etc/apt/sources.listwget api.pasteme.cn/<key> -O /etc/apt/sources.list 来更新 apt 源,然后进行优雅的 apt update

作者的话

由于之前的永久存储具有传播性,被一些不法份子拿来传播一些不合规的内容,直接导致 PasteMe 被查水表了。(免责声明并没有用)

新版本的 PasteMe 被迫增加了一些限制,未登录的用户只能发布 自我销毁 且附带限制的一贴,登陆后才能发布永久存储的一贴。

而由于前端、后端开发资源的制约,目前是没有用户系统的,需要相当长的一段时间来做这件事情。

欢迎有意参与开发的小伙伴联系我,为 PasteMe 的发展添砖加瓦。

文档

docs.pasteme.cn

截图

homePage

read_once

success

qrcode

markdown_parsed

markdown_source

捐助名单

docs.pasteme.cn/#/other/donate

版权所有

Copyright © 2017-2021 Lucien Shui All Rights Reserved

免责声明

本平台只提供文本分享的载体,与所有文本内容均没有任何联系。

Star History

Star History Chart

More Repositories

1

huggingface-vscode-endpoint-server

starcoder server for huggingface-vscdoe custom endpoint
Python
166
star
2

timer

Python code timer, support block wise and function wise
Python
15
star
3

open-ai-search

AI Search Engine in 70 lines
Python
11
star
4

QRCode-Generator

在线生成二维码,支持GET调用
PHP
8
star
5

HelloCI

CI/D Sample & Test Repository
Go
6
star
6

kms

Windows & Office KMS 激活 BAT 脚本
Batchfile
4
star
7

chatbot-api-server

ChatBot 的 API 后端,支持同步调用和流式调用
Python
3
star
8

flow-network

网络流工业级应用
Python
3
star
9

i-am-lucien

I am Lucien
Vue
2
star
10

LocalJudge

针对ACM/NOIP竞赛C/C++程序的本地测评
Python
2
star
11

HelloJava

For Java Study
Java
2
star
12

simple-dingtalk-chatbot

Simple DingTalk Chatbot
Python
2
star
13

stopwords

中文常用停用词表并集(哈工大、百度、四川大学等)
Python
2
star
14

ICPCAutoSeats

为ICPC区域赛主办方提供傻瓜式座位分配
Python
2
star
15

ikuai-firmware

iKuai 历史固件下载页面
HTML
2
star
16

epub2txt

Convert epub file to markdown txt
Python
2
star
17

Webhook

Simple webhook server, build for continuous integration & deployment
Go
2
star
18

openai-gateway

OpenAI Compatible LLM Gateway
Python
2
star
19

Tetris

基于QtCreator的俄罗斯方块
C++
1
star
20

HelloMachineLearning

Nothing else
Jupyter Notebook
1
star
21

Tetris-Double

俄罗斯方块双人版
C++
1
star
22

about

让机器人来回答关于我的问题
Python
1
star
23

tiny-gpt-rlhf

Reproduction of reinforce learning from human feedback, but GPT with tiny scale.
Python
1
star
24

GFRobot

钉钉提醒干饭机器人。准点干饭,是打工人的基本素养。
Python
1
star
25

SnakeAI

Only artificial, no intelligence yet
Python
1
star