{"id":19310513,"url":"https://github.com/sepppenner/tagpackerspammer","last_synced_at":"2025-10-05T06:57:26.071Z","repository":{"id":82869586,"uuid":"121852295","full_name":"SeppPenner/TagpackerSpammer","owner":"SeppPenner","description":"TagpackerSpammer is a software written in Python 3. Its goal is to spam the website ","archived":false,"fork":false,"pushed_at":"2025-06-10T08:14:17.000Z","size":28,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T13:05:59.861Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tagpacker.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SeppPenner.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-17T12:09:46.000Z","updated_at":"2024-05-28T07:04:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"f88fa7b0-750b-4276-a20b-eaf8c9409a1e","html_url":"https://github.com/SeppPenner/TagpackerSpammer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/SeppPenner/TagpackerSpammer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FTagpackerSpammer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FTagpackerSpammer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FTagpackerSpammer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FTagpackerSpammer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeppPenner","download_url":"https://codeload.github.com/SeppPenner/TagpackerSpammer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FTagpackerSpammer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278420209,"owners_count":25983814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T00:24:34.332Z","updated_at":"2025-10-05T06:57:26.043Z","avatar_url":"https://github.com/SeppPenner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"TagpackerSpammer\n====================================\nTagpackerSpammer is a software written in Python 3. Its goal is to spam the website [tagpacker.com](https://tagpacker.com).\n\n[![Build status](https://ci.appveyor.com/api/projects/status/du912lbew4k86yab?svg=true)](https://ci.appveyor.com/project/SeppPenner/tagpackerspammer)\n[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/TagpackerSpammer.svg)](https://github.com/SeppPenner/TagpackerSpammer/issues)\n[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/TagpackerSpammer.svg)](https://github.com/SeppPenner/TagpackerSpammer/network)\n[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/TagpackerSpammer.svg)](https://github.com/SeppPenner/TagpackerSpammer/stargazers)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/TagpackerSpammer/master/License.txt)\n[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/TagpackerSpammer/badge.svg)](https://snyk.io/test/github/SeppPenner/TagpackerSpammer)\n\n## Basic usage:\nAdjust the accounts in the [TagpackerSpammer.py](https://github.com/SeppPenner/TagpackerSpammer/blob/master/TagpackerSpammer.py) file.\n\nThe api keys can be taken from tagpacker.com --\u003e Settings --\u003e Account --\u003e API access.\n\nThe api key is something like abcawe8gzwf:wgfzwbzf-sdfgsfbsd where the first part is the user id.\n\nIn this case we would write:\n\n```python\naccounts = [[\"abcawe8gzwf\", \"abcawe8gzwf:wgfzwbzf-sdfgsfbsd\"]]\n```\n\nExecute the script via:\n\n```batch\npython TagpackerSpammer.py\n```\n\n## Required installation:\nPython 3.x\n\n```batch\npip install json\npip install requests\n```\n\nand adjust the execution rights:\n\n```batch\nchmod +x TagpackerSpammer.py\n```\n\n## Run this script as cronjob:\n\n```batch\ncrontab -e\n```\n\nor \n\n```batch\nsudo crontab -e \n```\n\nAdd the following line (With replacing the pathtofile of course) to run the script every minute:\n\n```batch\n* * * * * /usr/bin/python /pathtofile/TagpackerSpammer.py\n```\n\n## Limits:\nOnly 20 requests per api key per minute are allowed!!!\n\nChange history\n--------------\n\nSee the [Changelog](https://github.com/SeppPenner/TagpackerSpammer/blob/master/Changelog.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Ftagpackerspammer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsepppenner%2Ftagpackerspammer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Ftagpackerspammer/lists"}