0 purchases
snapspam 0.2.0
snapspam
Spam sendit, LMK, or NGL messages.
Installation
You can use snapspam without installing it, but installing it
will allow you to run it anywhere.
From PyPI
To install from PyPI, pipx is recommended.
With it installed, run:
pipx install snapspam
To just use pip, run:
pip install snapspam
From Cloned Repository
python setup.py install
Use
To get help from the CLI, run:
snapspam --help
or
python snapspam.py --help
Some information about how to use the app will be returned.
To get help for a specific target app (eg. sendit), run:
snapspam sendit --help
or
python snapspam.py sendit --help
Here's an example usage of the app to spam a sendit sticker:
snapspam sendit cd06ec9a-2879-1afa-5108-fed08b1ecaa0 'Spammed'
The ID can also be replaced by the full URL, like this:
snapspam sendit https://web.getsendit.com/s/cd06ec9a-2879-1afa-5108-fed08b1ecaa0 'Spammed'
Documentation
Documentation of the CLI is contained in the help menu.
Library documentation is hosted on Read the Docs.
License
snapspam is licensed under the GNU General Public License, Version 3.0
(LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html).
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.