All Projects → sylo-digital → community-actions

sylo-digital / community-actions

Licence: other
Actions for Atlas created by the community.

Labels

Projects that are alternatives of or similar to community-actions

material-combiner-addon
Blender addon for material combining, uv bounds fixing
Stars: ✭ 309 (+1960%)
Mutual labels:  atlas
lingtypology
R package for linguistic cartography and typological databases search
Stars: ✭ 47 (+213.33%)
Mutual labels:  atlas
atlascli
Python API for the MongoDB Atlas API
Stars: ✭ 14 (-6.67%)
Mutual labels:  atlas
hocassian-people-neo4j
NoSQL可视化人脉图谱项目:非关系型数据库作为更符合人脑记忆的数据展现形式,在未来理论会成为应用界的主流,希望该项目能够成为推动HelpDesk、数据可视化、数据看板等IT基础能力持续降低上手门槛的起点。
Stars: ✭ 26 (+73.33%)
Mutual labels:  atlas
node-rest-api-starter
This repository is a template to avoid rewriting all the basic authentication code for REST API's built with Express.js, MongoDB.
Stars: ✭ 30 (+100%)
Mutual labels:  atlas
Atlas
A powerful Android Dynamic Component Framework.
Stars: ✭ 8,028 (+53420%)
Mutual labels:  atlas
terraform-provider-mongodbatlas
Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas configurations as code through HashiCorp Terraform
Stars: ✭ 125 (+733.33%)
Mutual labels:  atlas
lineage
Generate beautiful documentation for your data pipelines in markdown format
Stars: ✭ 16 (+6.67%)
Mutual labels:  atlas
textureatlas
A simple, cross-platform Python-based tool and C library for creating and using a texture atlas in your application or game. Distributed under the terms of the MIT license.
Stars: ✭ 20 (+33.33%)
Mutual labels:  atlas
Atlas auto setline
a tool for automatic offline/online unusable slave node in Atlas open source software
Stars: ✭ 47 (+213.33%)
Mutual labels:  atlas
cobra-policytool
Manage Apache Atlas and Ranger configuration for your Hadoop environment.
Stars: ✭ 16 (+6.67%)
Mutual labels:  atlas
BlurringAtlasForUGUI
A blur effect for uGUI in Unity, that is effective even for atlas images including dynamic fonts.
Stars: ✭ 29 (+93.33%)
Mutual labels:  atlas
tough
Transportable Opensource UI for Generic Humanoids
Stars: ✭ 20 (+33.33%)
Mutual labels:  atlas
mongoDB-Atlas
Best Practices of mongoDB in general and the cloud version of the database(Atlas)
Stars: ✭ 37 (+146.67%)
Mutual labels:  atlas
uk-atlas
Produces various geojson and topojson boundary files for the UK
Stars: ✭ 61 (+306.67%)
Mutual labels:  atlas
UnityTexture3DAtlasImportPipeline
A Texture3D Atlas Import Pipeline for Unity 2019.3 and newer.
Stars: ✭ 24 (+60%)
Mutual labels:  atlas
rectangle-pack
A general purpose, deterministic bin packer designed to conform to any two or three dimensional use case.
Stars: ✭ 60 (+300%)
Mutual labels:  atlas
OpenProtocolInterpreter
Converts the ugly package that came from Open Protocol to an object
Stars: ✭ 94 (+526.67%)
Mutual labels:  atlas
subpixel-embedding-segmentation
PyTorch Implementation of Small Lesion Segmentation in Brain MRIs with Subpixel Embedding (ORAL, MICCAIW 2021)
Stars: ✭ 22 (+46.67%)
Mutual labels:  atlas

Atlas Community Actions Repository

Welcome to the Atlas Community Actions Repository, a public resource for users of the Atlas Discord bot to share custom-made actions and snippets of code with others in the Atlas community. Although every attempt is made to scan all actions submitted to this repository for malicious content, we assume no responsibility for any damages incurred from importing content from this source into your server.

WARNING: Folders marked as LEGACY are from the before the vX update. Working behavior may vary.

How To

The following information is for actions only. For information on how to utilize functions, see here.

Import Actions From This Repository Into Your Server

If you're interested in importing one of the custom actions found within our repository into your server, here's how to do it:

  • Ensure that Atlas is in your server and has the proper permissions to send and read messages, moderate, etc. If it is not currently in your server, click here to invite it now. If you have never used Atlas before you may be asked to login with your Discord account.
  • Navigate to the My Servers page and select the server you want to import the action into.
  • Back on GitHub, navigate the repository files and find the action file you want to import.
  • Open the action file and right click
  • Click Save link as and save the file somewhere you will remember!
  • Back on the Atlas dashboard, click on the Actions tab and click Import Action.
    This will open a prompt for you to select the .action file you just downloaded. Find it and upload it.
  • Congratulations! The imported action should now show up in the Actions sidebar.

Contribute Actions to This Repository

Have an awesome action you want to share? Here's how to get it on this repository for everyone to see. Before uploading your action, you might want to take a look at our Guidelines for Contributing to see if it meets our standards.

  • Fork this repository via the Fork button located in the top-right corner of this repository.
  • On the Atlas dashboard, select your action from the actions list on your dashboard.
    For Actions with multiple files, Action Packs, you can select multiple actions to export as a group.
  • Click the Export Action button to save the .action file to your device.
  • Rename your action file in correspondence to the Folder Format Requirements found at the bottom of this page.
  • Navigate to the appropriate subcategory for your action (I.E. Fun folder for a dice-roll action.) and click Add file
  • Select your action file and commit the changes to your fork.
  • Create a pull request and wait for it to be approved by the repository moderators.

Guidelines for Contributing

1. - All uploaded actions must be submitted in fluent, understandable English. Any pull requests that are made in a language other than English or that contain excessive typos will be automatically closed.

2. - All submitted actions must be placed in a folder per the Folder Format Requirements along with a README.md file with a short (or long) description of what the action does. If you make a pull request comprised of an .actionpack file include any special setup required in the README.

4. - If your action(pack) requires static end-user input to function such as a specific channel name or ID, message ID, user ID, etc., to contribute to ease of use, you must declare variables at the beginning of your action code with a // note explaining what the information will be used for so the end-user can populate it correctly. See here for an example. You must also declare that there is end-user input required in your action(pack) README.

5. - Wrappers or aliases for existing Atlas commands do not meet our requirements for contributing. Any action that is submitted in which its sole purpose is to execute a native Atlas command under a disguised name will be automatically denied. The only exception to this guideline is if the wrapper adds a specific functionality to the execution of the command that is not available when running the native command alone.

Folder Format Requirements

We impose restrictions on how files are uploaded and organized to keep the repository neat and tidy. Please remember to follow these requirements when you upload your action(pack)'s or it may be denied.

Folder Name:
AuthorName-ActionName
Folder Contents:
ActionName-TriggerType.action or ActionName.actionpack
README.md

  • If multiple people contributed to a action(pack)'s development, the other author(s) name should be appended to the original author's name:

AuthorName-AuthorName-AuthorName-ActionName

  • If the action(pack) takes advantage of the increased tag limits of Atlas Prime, or uses Prime only features, append a label:

AuthorName-ActionName-Prime


Repository Moderators

All current moderators of this repository are Atlas staff members.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].