GithubHelp home page GithubHelp logo

thesagab / chatsen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chatsen/chatsen

0.0 0.0 0.0 78.89 MB

Cross-platform Twitch Chat application with 3rd-party addon support!

License: GNU Affero General Public License v3.0

Dart 100.00%

chatsen's Introduction

Chatsen

Chatsen is a cross-platform application that allows you to chat on Twitch with support for 3rd-party services such as 7TV, BTTV and FFZ.
It also features a built-in video player and a variety of other features, such as auto-completion, notifications (on supported platforms), whispers, and more to come!

Media

Downloads

You can find the latest release for supported platforms (iOS, Android) here.

Store Releases

Supported platforms

  • Android 5+ (>=4.1 && <5.0 also supported but without login/video player)
  • iOS 12.2+

Support and donations

Support the project on Patreon and get some cool badges next to your username in return! https://www.patreon.com/chatsen

iOS Sideloading Guide

Note: the .ipa file is not signed but will be signed automatically with AltStore on your device.

Build instructions

To build Chatsen, all you should need is the Flutter SDK on the master branch and it's required dependencies for your platform (Android Studio for Android and Xcode for iOS).
Running the following commands should allow you to build the application successfully:

flutter create .
rm -rf test

# Android
sed -i '/<\/manifest>/i \ \ \ \ <uses-sdk tools:overrideLibrary="io.flutter.plugins.webviewflutter"/>' ./android/app/src/main/AndroidManifest.xml
sed -i '/.*package=".*".*/i \ \ \ \ xmlns:tools="http://schemas.android.com/tools"' ./android/app/src/main/AndroidManifest.xml
sed -i '/.*package=".*".*/a \ \ \ <uses-permission android:name="android.permission.INTERNET"/>' ./android/app/src/main/AndroidManifest.xml
sed -i '/.*release {.*/a \ \ \ \ \ \ \ \ \ \ \ \ shrinkResources false\n\ \ \ \ \ \ \ \ \ \ \ \ minifyEnabled false' ./android/app/build.gradle
flutter pub run flutter_launcher_icons:main
flutter build apk

# iOS
flutter pub run flutter_launcher_icons:main
flutter build ios --no-codesign

You may also check the Github Actions file here for more details.

Licensing

Chatsen is distributed under the AGPLv3 licence. A copy may be found in the LICENCE file in that repository. All the dependencies remain under their original licenses.

Usage

This project and it's releases are provided as-is, no support is provided. Use at your own discretion.

Privacy Policy

Chatsen does not collect any personal or identifying information whatsoever. There are no servers, services or backend running related to the project either.
Since Chatsen interfaces with Twitch however, you are subject to their Privacy Policy available at https://www.twitch.tv/p/en/legal/privacy-notice/

Contact

chatsen's People

Contributors

williambulin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.