Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apsbot

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apsbot

A simple CLI tool to interact with the Autodesk Forge API.

  • 0.3.1
  • PyPI
  • Socket score

Maintainers
1

APSBot: Autodesk Platform Services CLI

Welcome to the CLI tool apsbot, designed to interact seamlessly with the Autodesk Platform Services (formerly Autodesk Forge) API. This tool provides a command-line interface to access and manage data across various Autodesk services.

Features

  • Interactive with data by Command Line Interface(CLI)
  • Snooping Data Around Autodesk Services (Hubs, Projects, Items, Versions, Folders, Buckets, etc.)
  • Analyzing Revit Data
  • Chat With AI Bot (OpenAI) to do data analysis and have fun.

Installation

  • Install python version 3.9 or higher
  • Install python package from pypi
pip install apsbot --upgrade

Requirements

Setup environment variables

APS_CLIENT_ID = "your_client_id"
APS_CLIENT_SECRET = "your_client_secret"
OPENAI_API_KEY = "your_openai_api_key"

Usage

  • Command apsbot in terminal or command prompt to start :

apsbot

apsbot [OPTIONS] COMMAND [ARGS]...
  • Without setting path configuration
python -m apsbot [OPTIONS] COMMAND [ARGS]...

Notes : python -m use when your computer can't find the apsbot command.

Let's start with hubs and projects command to list all hubs in your account.

Chat With AI Bot (OpenAI) to do data analysis and have fun.

Revit Data Analysis Example :

... More, please explore by yourself.

Contributing

Please read dev.md for details on our code of conduct, and the process for submitting pull requests to us. I'm happy to receive your contributions.

Disclaimer

This is project just play for fun with free time weekend. Please use it at your own risk. I am not responsible for any damage caused by this project.

Many thanks

I have a lot of inspiration from this topic :

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc