Telegraph

Easy to use library to interact with Telegra.ph

License

License

GroupId

GroupId

org.telegram
ArtifactId

ArtifactId

telegraph
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Telegraph
Easy to use library to interact with Telegra.ph
Project URL

Project URL

https://github.com/rubenlagus/Telegraph
Source Code Management

Source Code Management

https://github.com/rubenlagus/Telegraph

Download telegraph

How to add to project

<!-- https://jarcasting.com/artifacts/org.telegram/telegraph/ -->
<dependency>
    <groupId>org.telegram</groupId>
    <artifactId>telegraph</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/telegraph/
implementation 'org.telegram:telegraph:1.0'
// https://jarcasting.com/artifacts/org.telegram/telegraph/
implementation ("org.telegram:telegraph:1.0")
'org.telegram:telegraph:jar:1.0'
<dependency org="org.telegram" name="telegraph" rev="1.0">
  <artifact name="telegraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegraph', version='1.0')
)
libraryDependencies += "org.telegram" % "telegraph" % "1.0"
[org.telegram/telegraph "1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.telegram : telegraph-meta jar 1.0
org.apache.httpcomponents : httpclient jar 4.5.2

Project Modules

There are no modules declared in this project.

Telegraph Java Library

Telegram

Build Status Jitpack Maven Central MIT License

A simple to use library to interact with Telegra.ph

Contributions

Feel free to fork this project, work on it and then make a pull request against DEV branch. Most of the times I will accept them if they add something valuable to the code.

Please, DO NOT PUSH ANY TOKEN OR API KEY, I will never accept a pull request with that content.

Usage

Just import the library to your project with one of these options:

  1. Using Maven Central Repository:
    <dependency>
        <groupId>org.telegram</groupId>
        <artifactId>telegraph</artifactId>
        <version>1.0</version>
    </dependency>
  1. Using Jitpack from here
  2. Download the jar(including all dependencies) from here

For detailed explanation, visite our How To

Telegraph API

This library use Telegraph API, you can find more information following the link.

Questions or Suggestions

Feel free to create issues here as you need or join the chat

License

MIT License

Copyright (c) 2016 Ruben Bermudez

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Versions

Version
1.0