New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

com.chromasgaming:ktweet

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.chromasgaming:ktweet

KTweet is a Kotlin Library that allows you to consume the Twitter API v2.

2.0.0
Source
Maven
Version published
Maintainers
1
Source

Gradle Build Gradle Tests

KTweet - A Kotlin X/Twitter Library

KTweet is a library that allows you to use the X/Twitter API v2 using OAuth2.0.

Interested in Kotlin or KTweet? Join the Discord

Import

KTweet on Maven

Maven

<dependency>
  <groupId>com.chromasgaming</groupId>
  <artifactId>ktweet</artifactId>
  <version>1.3.0</version>
</dependency>

Gradle Kotlin DSL

implementation("com.chromasgaming:ktweet:1.3.0")

Setup

  • Obtain the API keys from your X/Twitter Developer portal. Follow this guide.
  • Save them locally and add them to your environment variables.
  • Run ManageTweetsTest.kt to validate no issues.

Contribution

All contribution to the library is welcomed. Ensure any request follows the following:

License

Copyright 2021 Thomas P. Carney

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

FAQs

Package last updated on 20 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts