Skip to content

TagpackerSpammer is a software written in Python 3. Its goal is to spam the website

License

Notifications You must be signed in to change notification settings

SeppPenner/TagpackerSpammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TagpackerSpammer

TagpackerSpammer is a software written in Python 3. Its goal is to spam the website tagpacker.com.

Build status GitHub issues GitHub forks GitHub stars License: MIT Known Vulnerabilities

Basic usage:

Adjust the accounts in the TagpackerSpammer.py file.

The api keys can be taken from tagpacker.com --> Settings --> Account --> API access.

The api key is something like abcawe8gzwf:wgfzwbzf-sdfgsfbsd where the first part is the user id.

In this case we would write:

accounts = [["abcawe8gzwf", "abcawe8gzwf:wgfzwbzf-sdfgsfbsd"]]

Execute the script via:

python TagpackerSpammer.py

Required installation:

Python 3.x

pip install json
pip install requests

and adjust the execution rights:

chmod +x TagpackerSpammer.py

Run this script as cronjob:

crontab -e

or

sudo crontab -e 

Add the following line (With replacing the pathtofile of course) to run the script every minute:

* * * * * /usr/bin/python /pathtofile/TagpackerSpammer.py

Limits:

Only 20 requests per api key per minute are allowed!!!

Change history

See the Changelog.

About

TagpackerSpammer is a software written in Python 3. Its goal is to spam the website

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages