Made my first project !

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • TwitterBot

    Twitter Crypto Bot using Twitter API and CoinGecko API. (by kub1ku)

  • Code : https://github.com/kub1ku/TwitterBot

  • pycoingecko

    Python wrapper for the CoinGecko API

  • One potential way of solving that is relying on this officially recognized wrapper client: https://github.com/man-c/pycoingecko. That will [handle retries when the Coin Gecko API server is unavailable](https://github.com/man-c/pycoingecko/blob/master/pycoingecko/api.py#L18) as well as [handling exceptions](https://github.com/man-c/pycoingecko/blob/master/pycoingecko/api.py#L25-L41). Of course, over time you'll want to develop the skill of determining if it's worth taking on an external dependency.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts