All Projects → twitter-archive → Twitter Kit Android

twitter-archive / Twitter Kit Android

Licence: apache-2.0
Twitter Kit for Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Twitter Kit Android

Eth Tweet
Decentralized Twitter: A microblogging service running on the Ethereum blockchain
Stars: ✭ 519 (-35.77%)
Mutual labels:  twitter
Clone Wars
100+ open-source clones of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube etc. See source code, demo links, tech stack, github stars.
Stars: ✭ 12,604 (+1459.9%)
Mutual labels:  twitter
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (-10.77%)
Mutual labels:  twitter
Downloadthisvideo
Twitter bot for easily downloading videos/GIFs off tweets
Stars: ✭ 530 (-34.41%)
Mutual labels:  twitter
Holehe
holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.
Stars: ✭ 568 (-29.7%)
Mutual labels:  twitter
Rtweet
🐦 R client for interacting with Twitter's [stream and REST] APIs
Stars: ✭ 623 (-22.9%)
Mutual labels:  twitter
Delete Tweets
Delete tweets from your timeline.
Stars: ✭ 513 (-36.51%)
Mutual labels:  twitter
Twitter
Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x
Stars: ✭ 755 (-6.56%)
Mutual labels:  twitter
Twitter Lite
A tiny, full-featured, flexible client / server library for the Twitter API
Stars: ✭ 611 (-24.38%)
Mutual labels:  twitter
Trump2cash
A stock trading bot powered by Trump tweets
Stars: ✭ 6,054 (+649.26%)
Mutual labels:  twitter
Awesome Twitter Data
A list of Twitter datasets and related resources.
Stars: ✭ 533 (-34.03%)
Mutual labels:  twitter
Bettertweetdeck
A browser extension to improve TweetDeck with a lot of features
Stars: ✭ 558 (-30.94%)
Mutual labels:  twitter
Social Amnesia
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago.
Stars: ✭ 656 (-18.81%)
Mutual labels:  twitter
Sns auth
通用第三方登录SDK,支持微信,微信扫码,QQ,微博登录,支付宝登录,Facebook,Line,Twitter,Google
Stars: ✭ 520 (-35.64%)
Mutual labels:  twitter
Twitterapi
Minimal python wrapper for Twitter's REST and Streaming APIs
Stars: ✭ 724 (-10.4%)
Mutual labels:  twitter
Ngx Auth Firebaseui
Angular Material UI component for firebase authentication
Stars: ✭ 518 (-35.89%)
Mutual labels:  twitter
Blog
blog of sivagao,每天一篇好文章~
Stars: ✭ 616 (-23.76%)
Mutual labels:  twitter
Stocktalk
Data collection tool for social media analytics
Stars: ✭ 765 (-5.32%)
Mutual labels:  twitter
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (-10.02%)
Mutual labels:  twitter
Tweetscraper
TweetScraper is a simple crawler/spider for Twitter Search without using API
Stars: ✭ 694 (-14.11%)
Mutual labels:  twitter

Twitter will be discontinuing support for Twitter Kit on October 31, 2018. Read the blog post here.

Twitter Kit for Android

Twitter Kit is a multi-module gradle project containing several Twitter SDKs including TweetComposer, TwitterCore, and TweetUi. Twitter Kit is designed to make interacting with Twitter seamless and efficient.

Twitter Kit Features

  • Display Tweets and timelines
  • Compose Tweets
  • Monetize with MoPub integration
  • Log in with Twitter
  • Access the Twitter API

Getting Started

Install using Bintray JCenter

Add twitter dependency to your build.gradle:

repositories {
  jcenter()
}

dependencies {
  compile('com.twitter.sdk.android:twitter:[email protected]') {
    transitive = true
  }
}

Building from source

Rename samples/app/twitter.properties.sample to samples/app/twitter.properties and populate the consumer key and secret.

To build the entire project run

./gradlew assemble

Run all automated tests on device to verify.

./gradlew test connectedCheck

To run the sample app

./gradlew :samples:app:installDebug

Contributing

The master branch of this repository contains the latest stable release of Twitter Kit. See CONTRIBUTING.md for more details about how to contribute.

Code of Conduct

This, and all github.com/twitter projects, are under the Twitter Open Source Code of Conduct. Additionally, see the Typelevel Code of Conduct for specific examples of harassing behavior that are not tolerated.

Contact

For usage questions post on Twitter Community.

Please report any bugs as issues.

Follow @TwitterDev on Twitter for updates.

License

Copyright 2017 Twitter, Inc.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

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