Difference between revisions of "Pastebin"

From Archiveteam
Jump to navigation Jump to search
(+link to Archive Team's archive.org collection)
(add filter regex)
 
(10 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Infobox project
{{Infobox project
| title = Pastebin
| image = Pastebin_homepage_screenshot.png
| image = Pastebin_homepage_screenshot.png
| description =
| URL = https://pastebin.com
| URL = http://pastebin.com
| project_status = {{online}}
| project_status = {{online}}
| archiving_status = {{nosavedyet}}
| archiving_status = {{in_progress}}
| archiving_type = DPoS
| source = [https://github.com/ArchiveTeam/pastebin-grab pastebin-grab]
| tracker = [https://tracker.archiveteam.org/pastebin/ pastebin]
| irc = pastalavista
| data = {{IA collection|archiveteam_pastebin}}
}}
}}
'''Pastebin''' is a text hosting service. While it's mostly meant for temporary storage, plenty of people also use it to permanently host a variety of documents.  
'''Pastebin''' is a text hosting service. While it's mostly meant for temporary storage, plenty of people also use it to permanently host a variety of documents.  


== Backup tools ==
== Backup tools ==
Pastebin allows a logged in user to download a zip file containing all the "pastes" hosted on his account.  
Pastebin allows a logged in user to download a zip file containing all the "pastes" they have created.
 
{{CTA URL lists | regex = <nowiki>pastebin\.com\S+</nowiki>}}


== External links ==
== External links ==
* http://pastebin.com
* https://pastebin.com
* [http://archive.org/details/pastebinpastes Internet Archive Pastebin Pastes Collection]
* [https://archive.org/details/pastebinpastes Internet Archive Pastebin Pastes Collection]


{{Navigation box}}
{{Navigation box}}

Latest revision as of 02:38, 1 April 2024

Pastebin
Pastebin homepage screenshot.png
URL https://pastebin.com
Status Online!
Archiving status In progress...
Archiving type DPoS
Project source pastebin-grab
Project tracker pastebin
IRC channel #pastalavista (on hackint)
Data[how to use] archiveteam_pastebin

Pastebin is a text hosting service. While it's mostly meant for temporary storage, plenty of people also use it to permanently host a variety of documents.

Backup tools

Pastebin allows a logged in user to download a zip file containing all the "pastes" they have created.

How to help if you have lists of URLs

For other ArchiveTeam projects that can use this kind of help, see Projects requiring URL lists.

This project requires lists of URLs for content on the target website. If you have a source of URLs, please:

  1. Use the PCRE regular expression pastebin\.com\S+ for filtering.
    • Enable case-insensitive matching (e.g. grep's -i) to catch URLs with capitalization.
    • If using grep or similar, enable text matching (-a or --text) to catch URLs in files with apparent binary data.
    • Example command (GNU grep): grep -Pahoi 'pastebin\.com\S+' FILENAME FILENAME...
  2. If the output exceeds a few megabytes, compress it, preferably using zstd -10.
  3. Give the file a descriptive name and upload it to https://transfer.archivete.am/.
  4. Share the resulting URL in the project IRC channel.
    • If you wish your list to remain private, please get in touch with a channel op (e.g. arkiver or JustAnotherArchivist). Items generated from your list will still be processed publicly, but they will be mixed in with all other items and channel logs will not associate them with you.

External links