All Projects → python273 → Telegraph

python273 / Telegraph

Licence: mit
Telegraph API wrapper | Telegra.ph

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Telegraph

Gistr
Interact with GitHub gists from R
Stars: ✭ 90 (-33.33%)
Mutual labels:  api-wrapper
Astorage
A tiny API wrapper for localStorage
Stars: ✭ 103 (-23.7%)
Mutual labels:  api-wrapper
Arxivscraper
A python module to scrape arxiv.org for specific date range and categories
Stars: ✭ 121 (-10.37%)
Mutual labels:  api-wrapper
Discord.jl
The Julia Discord API Wrapper
Stars: ✭ 93 (-31.11%)
Mutual labels:  api-wrapper
Rorcid
A programmatic interface the Orcid.org API
Stars: ✭ 101 (-25.19%)
Mutual labels:  api-wrapper
Nekos Dot Life
Nekos.life wrapper.
Stars: ✭ 108 (-20%)
Mutual labels:  api-wrapper
Roam Research Private Api
Private API to enable API access for Roam Research. Now you can connect Roam to your other projects.
Stars: ✭ 88 (-34.81%)
Mutual labels:  api-wrapper
Bittrex.net
A C# .Net wrapper for the Bittrex web API including all features easily accessible and usable
Stars: ✭ 131 (-2.96%)
Mutual labels:  api-wrapper
Binancedotnet
Official C# Wrapper for the Binance exchange API, with REST and WebSocket endpoints
Stars: ✭ 102 (-24.44%)
Mutual labels:  api-wrapper
Node Callofduty
Node Wrapper for the "private" Call Of Duty API.
Stars: ✭ 118 (-12.59%)
Mutual labels:  api-wrapper
Bluelinky
An unofficial nodejs API wrapper for Hyundai bluelink
Stars: ✭ 94 (-30.37%)
Mutual labels:  api-wrapper
Instagram api gem
A Ruby wrapper for the Instagram API
Stars: ✭ 100 (-25.93%)
Mutual labels:  api-wrapper
Snug
Write reusable web API interactions
Stars: ✭ 108 (-20%)
Mutual labels:  api-wrapper
Ckanr
R client for the CKAN API
Stars: ✭ 91 (-32.59%)
Mutual labels:  api-wrapper
Anyapi
AnyAPI is a library that helps you to write any API wrappers with ease and in pythonic way.
Stars: ✭ 126 (-6.67%)
Mutual labels:  api-wrapper
Mediawiki
MediaWiki API wrapper in python http://pymediawiki.readthedocs.io/en/latest/
Stars: ✭ 89 (-34.07%)
Mutual labels:  api-wrapper
Node Ovh
Node.js wrapper for the OVH APIs
Stars: ✭ 105 (-22.22%)
Mutual labels:  api-wrapper
Extendr
R extension library for rust designed to be familiar to R users.
Stars: ✭ 133 (-1.48%)
Mutual labels:  api-wrapper
Spotify.py
🌐 API wrapper for Spotify 🎶
Stars: ✭ 131 (-2.96%)
Mutual labels:  api-wrapper
Tlaw
The Last API Wrapper: Pragmatic API wrapper framework
Stars: ✭ 112 (-17.04%)
Mutual labels:  api-wrapper

Telegraph

Build Status PyPI Python Versions License

Python Telegraph API wrapper

Example

from telegraph import Telegraph

telegraph = Telegraph()

telegraph.create_account(short_name='1337')

response = telegraph.create_page(
    'Hey',
    html_content='<p>Hello, world!</p>'
)

print('https://telegra.ph/{}'.format(response['path']))

Installation

$ pip install telegraph
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].