# Steam Workshop Downloader
Simple Steam Workshop Downloader. Powered by MODSDOWNLOADER.COM
# Installing
```py
pip install swd
```
# Example using
```py
from swd import SteamWorkshopItem
item = SteamWorkshopItem('https://steamcommunity.com/sharedfiles/filedetails/?id=2971831945')
if item.status == 1:
print(f"ID: {item.id}")
print(f"Game: {item.game}")
print(f"Title: {item.title}")
print(f"Image: {item.image}")
print(f"Size: {item.size}")
print(f"Download: {item.download}")
print(f"Steam: {item.steam}")
else:
print("Request failed")
```
Raw data
{
"_id": null,
"home_page": "https://github.com/DyadyushkaDyadya/swd",
"name": "swd",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "steam workshop downloader,swd,mods downloader,api",
"author": "modsdownloader",
"author_email": "nikitasss_2000@mail.ru",
"download_url": "https://files.pythonhosted.org/packages/64/65/9aa7488ac00beb4fa848e3e0f2a66c3b0d0e6feffd0bcf0cdaffaa517755/swd-1.0.0.tar.gz",
"platform": null,
"description": "# Steam Workshop Downloader\r\nSimple Steam Workshop Downloader. Powered by MODSDOWNLOADER.COM\r\n\r\n# Installing\r\n```py\r\npip install swd\r\n```\r\n\r\n# Example using\r\n```py\r\nfrom swd import SteamWorkshopItem\r\nitem = SteamWorkshopItem('https://steamcommunity.com/sharedfiles/filedetails/?id=2971831945')\r\n\r\nif item.status == 1:\r\n print(f\"ID: {item.id}\")\r\n print(f\"Game: {item.game}\")\r\n print(f\"Title: {item.title}\")\r\n print(f\"Image: {item.image}\")\r\n print(f\"Size: {item.size}\")\r\n print(f\"Download: {item.download}\")\r\n print(f\"Steam: {item.steam}\")\r\nelse:\r\n print(\"Request failed\")\r\n```\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Simple Steam Workshop Downloader. Powered by MODSDOWNLOADER.COM",
"version": "1.0.0",
"project_urls": {
"Documentation": "https://github.com/DyadyushkaDyadya/swd#readme",
"Homepage": "https://github.com/DyadyushkaDyadya/swd"
},
"split_keywords": [
"steam workshop downloader",
"swd",
"mods downloader",
"api"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "89d93304aa331ffc1205952c0e3c574ea2893a73f57665bdca64bede193133e6",
"md5": "e076f8b26cb5e0de4682e31a52dc6f6c",
"sha256": "65805ee1cb9c29bfeb374e2a5dc1f8d5b307a27ae75e2b99dbe209c520caf751"
},
"downloads": -1,
"filename": "swd-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e076f8b26cb5e0de4682e31a52dc6f6c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 3162,
"upload_time": "2023-05-06T15:02:59",
"upload_time_iso_8601": "2023-05-06T15:02:59.238483Z",
"url": "https://files.pythonhosted.org/packages/89/d9/3304aa331ffc1205952c0e3c574ea2893a73f57665bdca64bede193133e6/swd-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "64659aa7488ac00beb4fa848e3e0f2a66c3b0d0e6feffd0bcf0cdaffaa517755",
"md5": "480f99125b3347bde8272fd26d9ac07d",
"sha256": "14b42292192daa343873efe0a2b3ae193b055d0355150bac79ec4a4fc95d93a4"
},
"downloads": -1,
"filename": "swd-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "480f99125b3347bde8272fd26d9ac07d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 2839,
"upload_time": "2023-05-06T15:03:01",
"upload_time_iso_8601": "2023-05-06T15:03:01.853519Z",
"url": "https://files.pythonhosted.org/packages/64/65/9aa7488ac00beb4fa848e3e0f2a66c3b0d0e6feffd0bcf0cdaffaa517755/swd-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-06 15:03:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DyadyushkaDyadya",
"github_project": "swd",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "swd"
}