msgraph-sdk-python-core VS falconpy

Compare msgraph-sdk-python-core vs falconpy and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
msgraph-sdk-python-core falconpy
4 30
252 307
0.4% 2.6%
9.6 9.5
6 days ago 23 days ago
Python Python
MIT License The Unlicense
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

msgraph-sdk-python-core

Posts with mentions or reviews of msgraph-sdk-python-core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-14.
  • MS Graph python module documentation
    1 project | /r/AZURE | 14 Sep 2022
    Assuming you're talking about this module, it's pretty raw. There's no high level abstractions and barely even any error handling. It basically just provides a bit of help with the authentication process, but even there it offloads most of the work to azure.identity.
  • O365 Python library vs directly using Graph API for enterprise RPA?
    3 projects | /r/microsoft | 14 Sep 2021
    2 projects | /r/learnpython | 14 Sep 2021
    If Microsoft were to provide an official Python library, I would feel pretty safe and they don't seem to shy away from integration with Python, but I don't know how to narrow it down looking at their different examples. Other options developed by outside sources seem to be stuff like the Office365-REST-Python-Client, Microsoft Graph Core Python Client, etc. Is there any particular recommendation on a stable and easy-to-use library?
  • Microsoft Graph Response
    1 project | /r/learnprogramming | 31 Aug 2021
    Not sure if this is related to be helpful or not: https://github.com/microsoftgraph/msgraph-sdk-python-core

falconpy

Posts with mentions or reviews of falconpy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-12.
  • Identity API for PSfalcon or FalconPY
    2 projects | /r/crowdstrike | 12 Jul 2023
    And for falconpy: https://github.com/CrowdStrike/falconpy/wiki/Identity-Protection
  • APIs for Operational stuffs
    2 projects | /r/crowdstrike | 15 Jun 2023
    https://github.com/CrowdStrike/falconpy/tree/main/samples https://github.com/CrowdStrike/psfalcon/tree/master/samples
  • API - Group by Remediation
    1 project | /r/crowdstrike | 7 Jun 2023
    We also have an example that does some sorting and basic aggregation that's a little similar (but does not focus on remediations). Similar to your suggestion, this sample also consumes all available matches at the outset using a pretty expansive query.
  • How do i search for all hosts with FQL/FalconPy?
    1 project | /r/crowdstrike | 3 May 2023
    Here's a sample that will paginate through all of your hosts. Depending on the API call you're using, you can request up to 5,000 hosts.
  • Find Host by CVE List
    1 project | /r/crowdstrike | 7 Apr 2023
    Howdy Yall, qq. Does anyone know if it is possible to search not just one CVE but a short list? from the github here https://github.com/CrowdStrike/falconpy/blob/main/samples/spotlight/find_hosts_by_cve.py
  • Host and MSSP Endpoint’s
    1 project | /r/crowdstrike | 31 Mar 2023
    Logging in with the parent credentials to the Hosts Service Class will show hosts from child CIDs when you make calls to QueryDevicesByFilter or QueryDevicesByFilterScroll. For an example on how to paginate through the results, you can check out the sample here: https://github.com/CrowdStrike/falconpy/blob/main/samples/hosts/sensor_versions_by_hostname_scrolling.py
  • Help with simple python script
    1 project | /r/crowdstrike | 29 Mar 2023
    start with samples work backward: https://github.com/CrowdStrike/falconpy/tree/main/samples/hosts
  • How to Resolve a 405 Error When Setting Up CrowdStrike Stream with Google Chronicle?
    2 projects | /r/crowdstrike | 27 Feb 2023
    I would need to see more of your code to get an idea for why you're running into this error. You may find it easier to review an existing integration that populates Chronicle via the Event Streams API instead. This one leverages our Python SDK: https://github.com/CrowdStrike/falcon-integration-gateway.
  • Associate Put file ID with put file name in Falconpy
    1 project | /r/crowdstrike | 7 Feb 2023
    Can I see more of your code? Feels like we're missing something. Sample code (queued execute): https://github.com/CrowdStrike/falconpy/blob/main/samples/rtr/queued_execute.py
  • Error when attempting to update Device Control policy
    1 project | /r/crowdstrike | 17 Jan 2023
    I think you may be right. It looks like the payload handler for this operation is not looking for the id key. (I will track this fix using the GitHub issue you just created. )

What are some alternatives?

When comparing msgraph-sdk-python-core and falconpy you can also consider the following projects:

Office365-REST-Python-Client - Microsoft 365 & Microsoft Graph Library for Python

psfalcon - PowerShell for CrowdStrike's OAuth2 APIs