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')
print(pasta)
# 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.0.tar.gz
(2.4 kB
view hashes)
Built Distribution
Close
Hashes for copypasta_search-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bc65096f49dc854461047f0ac7d396fb9fd546349dd9330ccbfd00445d566ff |
|
MD5 | 942387b121595c6e46010c5460f30f5c |
|
BLAKE2b-256 | 0e04dd69cd0e9d033a5df044f4f1493be7bac4a8262ba71fb4366324cbb79f8e |