Package Search Help

You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.

Search by package name:
my-package (implicit)
name:my-package (explicit)

Search by package filename:
filename:my-package.ext 

Search by package tag:
tag:latest 

Search by package version:
version:1.0.0  prerelease:true (prereleases)
prerelease:false (no prereleases)

Search by package architecture:
architecture:x86_64 

Search by package distribution:
distribution:el 

Search by package license:
license:MIT 

Search by package format:
format:deb 

Search by package status:
status:in_progress 

Search by package file checksum:
checksum:5afba 

Search by package security status:
severity:critical 

Search by package vulnerabilities:
vulnerabilities:>1 
vulnerabilities:<1000 

Search by # of package downloads:
downloads:>8 
downloads:<100 

Search by package type:
type:binary 
type:source 

Search by package size (bytes):
size:>50000 
size:<10000 

Search by dependency name/version:
dependency:log4j 
dependency:log4j=1.0.0 
dependency:log4j>1.0.0 

Search by uploaded date:
uploaded:>"1 day ago" 
uploaded:<"August 14, 2022 EST" 

Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY 

Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true

Search by repository:
repository:repo-name

Search by last download date:
last_downloaded:<"30 days ago" 
last_downloaded:>"August 14, 2022 EST" 

Search queries for all Debian-specific (and related) package types

Search by component:
deb_component:unstable

Search queries for all Maven-specific (and related) package types

Search by group ID:
maven_group_id:org.apache

Search queries for all Docker-specific (and related) package types

Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)

Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)

Search queries for all Generic-specific package types

Search by file path:
generic_filepath:path/to/file.txt

Search by directory:
generic_directory:path/to

Field type modifiers (depending on the type, you can influence behaviour)

For all queries, you can use:
~foo for negation

For string queries, you can use:
^foo to anchor to start of term
foo$ to anchor to end of term
foo*bar for fuzzy matching

For number/date or version queries, you can use:
>foo for values greater than
>=foo for values greater / equal
<foo for values less than
<=foo for values less / equal

Need a secure and centralised artifact repository to deliver Alpine, Cargo, CocoaPods, Composer, Conan, Conda, CRAN, Dart, Debian, Docker, Generic, Go, Helm, Hex, HuggingFace, LuaRocks, Maven, MCP, npm, NuGet, P2, Python, RedHat, Ruby, Swift, Terraform, Vagrant, VSX, Raw & More packages?

Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.

With support for all major package formats, you can trust us to manage your software supply chain.

Start My Free Trial

Python logo artifactsmmo-wrapper  3000.0.1

One-liner (summary)

A Python API Wrapper for ArtifactsMMO

Description

# ArtifactsMMO API Wrapper

![PyPI - Version](https://img.shields.io/pypi/v/artifactsmmo-wrapper?label=Version) ![PyPI - License](https://img.shields.io/pypi/l/artifactsmmo-wrapper?label=License) ![GitHub Release Date](https://img.shields.io/github/release-date/Veillax/ArtifactsMMO-Wrapper?label=Release%20Date) ![PyPI - Downloads](https://img.shields.io/pypi/dm/artifactsmmo-wrapper?label=Downloads)

## Disclaimer

This wrapper is a third-party tool and is not officially affiliated with Artifacts MMO. Use it responsibly and at your own risk. Be aware of the game's terms of service and avoid any actions that could violate them.

## Overview

Hello! Glad you stumbled onto this wrapper. This is by far my biggest undertaking yet, and it only gets bigger.

This is a Python wrapper for interacting with the Artifacts MMO API, providing an easy way to interact with the game's data, perform in-game actions, and manage character and account information. This library simplifies API requests and provides a range of features to integrate with Artifacts MMO's online functionalities.

### Features

  • Character Management: Create, delete, and manage character data.
  • In-Game Actions: Move, gather, craft, fight, and other interactive commands.
  • Task Management: Accept, complete, and exchange tasks from the taskmaster.
  • Grand Exchange: Manage and fulfill sell orders and view order history
  • Inventory and Equipment Management: View, equip, and manage items.
  • Bank and Gold Management: Deposit and withdraw gold or items.
  • Leaderboard and Events: View event and leaderboard data.

## How to install

### Using pip (Recommended method)

pip install artifactsmmo-wrapper

### Using conda (Recommended method)

conda install artifactsmmo-wrapper

### Manually using pip (Only use this method if you know what you're doing)

```bash mkdir artifactsmmo-wrapper cd artifactsmmo-wrapper

git clone https://github.com/veillax/ArtifactsMMO-Wrapper.git cd ArtifactsMMO-Wrapper

# Normal mode pip install .

# Editable mode # pip install -e .

```

### Quick Disclaimer

Some of the following text is taken from the ArtifactsMMO Website to ensure it is accurate and well put for beginner developers or new players to be able to understand. It is adapted to match the information available within this wrapper though

## How to begin playing ArtifactsMMO

Artifacts is an asynchronous MMORPG in which you can control up to 5 characters at the same time. Your characters can fight monsters, gather resources, craft items and much more.

This wrapper however is thus far a synchronous wrapper, so you have to use the threading module to control more than one character at once

Unlike a traditional game, you'll have to write your own scripts in your preferred programming language to control your characters via an API.

This wrapper is an easy way to get started with playing ArtifactsMMO Season 3. It allows you to access the API without writing too much complex code.

For another quick start, you can write your own Javascript scripts directly in the client's code editor, otherwise you can use any language you like on your own IDE. You can see examples in other programming languages in the [Reference API](https://api.artifactsmmo.com/docs/#/).

## Before You Begin

The first step is to [create your account](https://artifactsmmo.com/account/create) and your first character [by logging in](https://artifactsmmo.com/account/characters). After that you'll need your token, which you can find [on your account](https://artifactsmmo.com/account/). ⚠️ It is not allowed to play with more than one account. All accounts involved in multi-accounting will be banned

![API Token Box](https://artifactsmmo.com/images/docs/token.png)

⚠️ The token is used by the server to identify you when you make requests. It is important to keep it secret.

You can now open the game client by [clicking here](https://artifactsmmo.com/client).

The built in editor supports Node.JS only. It is recommended to use VS Code or Pycharm with this wrapper

Ready to start?

Visit [ArtifactsMMO Wrapper on PyPi](https://pypi.org/project/artifactsmmo-wrapper/) to view the python package

## Links

[Wrapper Tutorials, Examples, and Specs](http://docs.veillax.com/docs/artifactsmmo-wrapper/) [ArtifactsMMO Website](https://artifactsmmo.com/) [ArtifactsMMO Discord](https://discord.com/invite/prEBQ8a6Vs) [ArtifactsMMO Docs](https://docs.artifactsmmo.com/) [ArtifactsMMO Encyclopidea](https://artifactsmmo.com/encyclopedia) [ArtifactsMMO API Docs](https://api.artifactsmmo.com/docs/#/)

Size

35.1 KB

Downloads

5

Status  Completed
Checksum (MD5) 219f1caab2274d70ad2a1d8ea9c08311
Checksum (SHA-1) 13fc6cf2302c8e791b1cad5d56893373713634dd
Checksum (SHA-256) 52ede276e31c3ce13a9478742acff81612d4372fc3f78af29dcf70f44dba524e
Checksum (SHA-512) 23722516482652e22681aa0d506f53b78b771080b0d900e4c9a272959a15778bc0…
GPG Signature
GPG Fingerprint 6811684bac0b8895434e97bdd4391b8fb999e537
Storage Region  Dublin, Ireland
Type  Binary (contains binaries and binary artifacts)
Uploaded At 4 months, 3 weeks ago
Uploaded By Fetched by Cloudsmith
Slug Id artifactsmmo_wrapper-300001-py3-none-anywhl-zkst
Unique Id dlYEL2MxGm3D3S3j
Version (Raw) 3000.0.1
Version (Parsed)
  • Major: 3000
  • Minor: 0
  • Patch: 1
  • Type: SemVer (Compat)
  extended metadata
Author Veillax <contact@veillax.com>
Classifiers License :: OSI Approved :: GNU Affero General Public License v3 | Operating System :: OS Independent | Programming Language :: Python :: 3
Metadata Version 2.4
Project Urls Homepage, https://github.com/Veillax/ArtifactsMMO-Wrapper
Py Filetype bdist_wheel
Py Version py3
Requires Dist requests
Requires Python >=3.9
pkg artifactsmmo_wrapper-3000.0.1-p… 5
35.1 KB
md5 sha1 sha256 sha512
Package Contents (artifactsmmo_wrapper-3000.0.1-py3-none-any.whl)
Loading...

This package has 17 files/directories.

 Newer Python logo
artifactsmmo-wrapper
5 Fetched by Cloudsmith
 Newer Python logo
artifactsmmo-wrapper
5 Fetched by Cloudsmith
 Newer Python logo
artifactsmmo-wrapper
7 Fetched by Cloudsmith
 Newer Python logo
artifactsmmo-wrapper
5 Fetched by Cloudsmith
 Newer Python logo
artifactsmmo-wrapper
5 Fetched by Cloudsmith
  Python logo
artifactsmmo-wrapper
5 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
5 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
 2.1.5
5 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
 2.1.4
4 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
 2.1.2
5 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
 2.1.1
4 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
 1.2.3
5 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
 1.2.2
5 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
 1.2.1
5 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
 1.1.10
5 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
 1.1.9
5 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
 1.1.8
4 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
 1.1.7
4 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
 1.1.6
4 Fetched by Cloudsmith
 Older Python logo
artifactsmmo-wrapper
 1.1.4
5 Fetched by Cloudsmith

Last scanned

4 months, 3 weeks ago

Scan result

Clean

Vulnerability count

0

Max. severity

Unknown

You can embed a badge in another website that shows this or the latest version of this package.

To embed the badge for this specific package version, use the following:

[![This version of 'artifactsmmo-wrapper' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artifactsmmo-wrapper/3000.0.1/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/?render=true)](https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artifactsmmo-wrapper/3000.0.1/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/)
|This version of 'artifactsmmo-wrapper' @ Cloudsmith|
.. |This version of 'artifactsmmo-wrapper' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artifactsmmo-wrapper/3000.0.1/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/?render=true
   :target: https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artifactsmmo-wrapper/3000.0.1/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/
image::https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artifactsmmo-wrapper/3000.0.1/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/?render=true[link="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artifactsmmo-wrapper/3000.0.1/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/",title="This version of 'artifactsmmo-wrapper' @ Cloudsmith"]
<a href="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artifactsmmo-wrapper/3000.0.1/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/"><img src="https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artifactsmmo-wrapper/3000.0.1/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/?render=true" alt="This version of 'artifactsmmo-wrapper' @ Cloudsmith" /></a>

rendered as: This version of 'artifactsmmo-wrapper' @ Cloudsmith

To embed the badge for the latest package version, use the following:

[![Latest version of 'artifactsmmo-wrapper' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artifactsmmo-wrapper/latest/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/?render=true&show_latest=true)](https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artifactsmmo-wrapper/latest/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/)
|Latest version of 'artifactsmmo-wrapper' @ Cloudsmith|
.. |Latest version of 'artifactsmmo-wrapper' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artifactsmmo-wrapper/latest/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/?render=true&show_latest=true
   :target: https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artifactsmmo-wrapper/latest/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/
image::https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artifactsmmo-wrapper/latest/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/?render=true&show_latest=true[link="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artifactsmmo-wrapper/latest/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/",title="Latest version of 'artifactsmmo-wrapper' @ Cloudsmith"]
<a href="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artifactsmmo-wrapper/latest/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/"><img src="https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artifactsmmo-wrapper/latest/a=noarch;xf=bdist_wheel;xn=artifactsmmo-wrapper;xv=py3/?render=true&show_latest=true" alt="Latest version of 'artifactsmmo-wrapper' @ Cloudsmith" /></a>

rendered as: Latest version of 'artifactsmmo-wrapper' @ Cloudsmith

These instructions assume you have setup the repository first (or read it).

To install/use artifactsmmo-wrapper @ version 3000.0.1 ...

pip install 'artifactsmmo-wrapper==3000.0.1'

You can also install the latest version of this package:

pip install --upgrade 'artifactsmmo-wrapper'

If necessary, you can specify the repository directly:

pip install \
  --index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/ \
  artifactsmmo-wrapper==3000.0.1

If you've got a project requirements.txt file, you can specify this as a dependency:

--index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/
artifactsmmo-wrapper==3000.0.1

In addition, you can use this repository as an extra index url. However, please read our documentation on this parameter before using it. For example in a requirements.txt file:

--extra-index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/
artifactsmmo-wrapper==3000.0.1
Warning: We highly recommend using pip (or similar) rather than installing directly.
Top