{"id":17823086,"url":"https://github.com/artofcode-/tagsuggestions","last_synced_at":"2025-04-02T10:29:37.716Z","repository":{"id":69665788,"uuid":"45493693","full_name":"ArtOfCode-/TagSuggestions","owner":"ArtOfCode-","description":"A simple Python script for suggesting tags on Stack Exchange questions.","archived":false,"fork":false,"pushed_at":"2015-11-17T21:01:18.000Z","size":58,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T01:35:00.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ArtOfCode-.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-03T20:31:44.000Z","updated_at":"2023-08-18T10:49:56.000Z","dependencies_parsed_at":"2023-03-09T21:45:24.899Z","dependency_job_id":null,"html_url":"https://github.com/ArtOfCode-/TagSuggestions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtOfCode-%2FTagSuggestions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtOfCode-%2FTagSuggestions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtOfCode-%2FTagSuggestions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtOfCode-%2FTagSuggestions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArtOfCode-","download_url":"https://codeload.github.com/ArtOfCode-/TagSuggestions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246796448,"owners_count":20835390,"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","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-10-27T17:50:56.809Z","updated_at":"2025-04-02T10:29:37.694Z","avatar_url":"https://github.com/ArtOfCode-.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TagSuggestions [![Build Status](https://travis-ci.org/ArtOfCode-/TagSuggestions.svg?branch=master)](https://travis-ci.org/ArtOfCode-/TagSuggestions)\nA simple Python script for suggesting tags on Stack Exchange questions.\n\nFor a full summary of setting up the bot, visit [the wiki](https://github.com/ArtOfCode-/TagSuggestions/wiki).\n\n## Setup\nTagSuggestions is written in Python 3, so you will need Python 3 installed. (Specifically, I wrote it in 3.4.3, if you care or need to know.)\n\nThere is one dependency: the `requests` module for Python, which can be installed using\n\n    pip install requests\n\n## Running\n\nOnce you're done with setup, run with the `-a` or `--all` switch:\n\n    python main.py -a\n\nor\n\n    python main.py --all\n    \nto start suggesting tags for the last 10 pages of questions sorted by activity.\n\nIf you want to get tag suggestions for specific IDs, call the program with the `-i` or `--ids` switch, and follow it with a square-bracket\nenclosed, space-delimited list of IDs to suggest for. For example, to get suggestions for IDs 1040, 972 and 1036:\n\n    python main.py -i [1040 972 1036]\n\nor\n\n    python main.py --ids [1040 972 1036]\n\nDon't include spaces between the square brackets and the start or end of an ID.\n\nIf you want to change the site that the script runs for, you can use the `-s` or `--site` switch followed by the API site name:\n\n    python main.py -s softwarerecs\n\nor\n\n    python main.py --site softwarerecs\n\n\nThe API name can usually be found as the part of the URL before `.stackexchange.com`, excluding the protocol. Bear in mind that the \nscript works best on sites that have plenty of well-used tags: it was originally designed for [Hardware Recommendations](http://hardwarerecs.stackexchange.com)\nbut works better on larger sites.\n\n## License\n\nTagSuggestor is licensed under my usual MIT license.\n\nYou **must**:\n\n- include the license and permission notice in copies or substantial portions\n\nYou **may**:\n\n- use TS commercially\n- distribute without restriction\n- modify\n- use privately\n- sublicense\n\nYou **may not**:\n\n- hold me liable if it all goes wrong\n\nExercise common sense and decency, and I don't bite.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartofcode-%2Ftagsuggestions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartofcode-%2Ftagsuggestions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartofcode-%2Ftagsuggestions/lists"}