Third-party APIs

Open-source projects categorized as Third-party APIs

Top 23 Third-party API Open-Source Projects

  • github

    Go library for accessing the GitHub v3 API

  • Project mention: Looking for elegant code bases written in GoLang | /r/golang | 2023-12-09

    I really like the go-github library, one can learn a lot about how good APIs are written and designed https://github.com/google/go-github.

  • Telethon

    Pure Python 3 MTProto API Telegram client library, for bots too!

  • Project mention: Any ideas on where can i store 55000 combat footages? | /r/DataHoarder | 2023-12-09

    1) telegram-upload is based on telethon lib which has default auth parameters. You need to fork and change device ID, name, language pack or else https://github.com/LonamiWebs/Telethon/issues/3194

  • 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.

    InfluxDB logo
  • boto3

    AWS SDK for Python

  • Project mention: AWS Python SDK downloaded over 1.4B times a month | news.ycombinator.com | 2024-05-08

    Might also consider how many times it is downloaded and never used, because it is a dependency in another project. There are a number of projects using boto just for the S3 compatibility layer too

    https://github.com/boto/boto3/network/dependents

  • aws-sdk-go

    AWS SDK for the Go programming language.

  • Project mention: Montrez patte blanche : tuez des mutants ! | dev.to | 2024-05-16
  • go-openai

    OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go

  • Project mention: Agency: Pure Go LangChain Alternative | news.ycombinator.com | 2023-11-27

    Unfortunately, you're using sashabaranov/go-openai, which has different api behavior than the official langchain python package [0].

    I was hoping this would be a drop in replacement for langchain (so DS ppl can code in python and gophers can port it to production).

    [0] - https://github.com/sashabaranov/go-openai#why-dont-we-get-th...

  • google-api-python-client

    🐍 The official Python client library for Google's discovery based APIs.

  • Project mention: How to Use AI for Code Documentation - A DocuWriter Tutorial | dev.to | 2024-04-12

    We uploaded one of Google’s sample Python scripts to Docuwriter to test some of the code documentation types, starting with General Documentation:

  • gspread

    Google Sheets Python API

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • PyGitHub

    Typed interactions with the GitHub API v3

  • Project mention: Ask HN: Is Python async/await some kind of joke? | news.ycombinator.com | 2024-01-27

    - Top package for GitHub REST API, no async support https://github.com/PyGithub/PyGithub

  • boto

    Discontinued For the latest version of boto, see https://github.com/boto/boto3 -- Python interface to Amazon Web Services

  • botman

    A framework agnostic PHP library to build chat bots

  • Amazon Web Service SDK

    Official repository of the AWS SDK for PHP (@awsforphp)

  • telegram-bot-api

    Golang bindings for the Telegram Bot API

  • t

    A command-line power tool for Twitter.

  • discordgo

    (Golang) Go bindings for Discord

  • Project mention: Hey, I'm didlly... | /r/Discord_selfbots | 2023-06-01

    You could try building off of DiscordGO, just like dolfies did with discord.py. Glad to see you back though

  • twitter

    A Ruby interface to the Twitter API.

  • google

    Auto-generated Google APIs for Go.

  • Octokit

    Ruby toolkit for the GitHub API

  • telebot

    Telebot is a Telegram bot framework in Go.

  • Project mention: Botlib: Telegram Bots in C by Antirez | news.ycombinator.com | 2023-11-24

    But then it's hard to imagine much better than the existing Telebot library, which is a very elegant and idiomatic Go.

    https://github.com/tucnak/telebot

  • google-cloud

    Google Cloud Client Libraries for Go.

  • Project mention: Out of process pagination on BigQuery table | /r/bigquery | 2023-12-11

    Hello. So we use big query as database for all events that are happening in the project. And one of the features on the frontend is to display events with detailed view and so. Also one thing that we're using there is infinite scroll, so you can hit and fetch more requests. Based on that I do not know if the current approach is something correct. Basically we need out of process pagination where we create a job on the first request and then on next requests we paginate over the results. Using more or less this solution now: https://github.com/googleapis/google-cloud-go/issues/8173

  • Stripe

    PHP library for the Stripe API.

  • Project mention: Bringing more sweetness to ruby with sorbet types 🍦 | dev.to | 2023-09-18

    First let's introduce the tool: Sorbet is a gem developed by Stripe that aims to bring type notation syntax and type checking support for the Ruby ecosystem by utilizing the "Gradual typing" philosophy, it also provide type generation from YARD comments via the tapioca gem, allowing to grow alongside the already built Ruby codebase.

  • PRAW

    PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API.

  • Project mention: PRAW documentation | /r/test | 2023-11-01
  • google-maps-services-js

    Node.js client library for Google Maps API Web Services

  • facebook-sdk

    Python SDK for Facebook's Graph API

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Third-party APIs related posts

  • Tips to attract readers to read your post

    1 project | dev.to | 14 May 2024
  • What I learned from writing 30 articles in a row

    1 project | dev.to | 13 May 2024
  • AWS Python SDK downloaded over 1.4B times a month

    1 project | news.ycombinator.com | 8 May 2024
  • Google Search Parameters (2024 Guide)

    2 projects | dev.to | 22 Apr 2024
  • How to Create an Audio Visualizer using Nextjs

    2 projects | dev.to | 14 Apr 2024
  • How to Use AI for Code Documentation - A DocuWriter Tutorial

    2 projects | dev.to | 12 Apr 2024
  • Implementing semantic image search with Amazon Titan and Supabase Vector

    4 projects | dev.to | 5 Apr 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Third-party API projects? This list will help you:

Project Stars
1 github 10,106
2 Telethon 9,126
3 boto3 8,728
4 aws-sdk-go 8,550
5 go-openai 8,251
6 google-api-python-client 7,432
7 gspread 6,893
8 PyGitHub 6,720
9 boto 6,486
10 botman 5,999
11 Amazon Web Service SDK 5,977
12 telegram-bot-api 5,462
13 t 5,428
14 discordgo 4,774
15 twitter 4,587
16 google 3,827
17 Octokit 3,819
18 telebot 3,690
19 google-cloud 3,614
20 Stripe 3,608
21 PRAW 3,328
22 google-maps-services-js 2,831
23 facebook-sdk 2,723

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com