Python Copypasta Search using Reddit
Project description
copypasta-search
Search and retrieve copypasta on Reddit with Python
Installation
pip install copypasta-search
Usage
Command line
$ copypasta-search interject --help
usage: copypasta-search [-h] [--hide] [-c] [--version] query
positional arguments:
query search term
optional arguments:
-h, --help show this help message and exit
--hide do not print output to stdout
-c, --copy copy pasta to clipboard
--version show program's version number and exit
Python module
import copypasta_search as cps
# To store the pasta:
pasta = cps.get_copypasta('interject')
# pasta == 'I'd just like to interject for a moment…'
# Or for direct output to stdout:
cps.get_copypasta('interject', print_pasta=True)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
copypasta-search-1.1.tar.gz
(2.4 kB
view hashes)
Built Distribution
Close
Hashes for copypasta_search-1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e23e48a271996ec6c803fbba7373fbb3b8be09f456e27e41d84019ff9b434ea |
|
MD5 | 4c0c2b612e6305822e84e083aa4dcf68 |
|
BLAKE2b-256 | db09a899ad2ffcdb22894633a1e69bfe6ce63e51f487c39e5370e27afa3d121d |