Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thii/textethan
Clone of TextEthan - a messaging app that allows anyone to message you, written in Swift.
https://github.com/thii/textethan
Last synced: 10 days ago
JSON representation
Clone of TextEthan - a messaging app that allows anyone to message you, written in Swift.
- Host: GitHub
- URL: https://github.com/thii/textethan
- Owner: thii
- License: mit
- Created: 2014-10-31T13:02:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-31T13:05:58.000Z (about 10 years ago)
- Last Synced: 2024-10-10T05:35:15.720Z (27 days ago)
- Language: Swift
- Homepage:
- Size: 10.6 MB
- Stars: 47
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TextEthan #
Clone of [TextEthan](http://www.textethan.com/) app - a messaging app that allows anyone to message you, written in Swift.
## Installation
Clone the repository
```
$ git clone https://github.com/thii/TextEthan.git
$ cd TextEthan
$ cp TextEthan/Resources/Other-Sources/AppToken.sample.plist TextEthan/Resources/Other-Sources/AppToken.plist
$ open TextEthan.xcworkspace
```Sign up for a free app token on [SupportKit.io](https://app.supportkit.io)
Copy and paste the app token into the value of `AppToken` key in AppToken.plist file in the TextEthan project. You'll want to replace the string that says "YOUR-APP-TOKEN" with your own token.
Now you will be able to build/run your app. Users of your app will be able to send you text messages. These messages will show up in your inbox as e-mail. Your replies will automatically be transformed into messages in the app.
## License
[MIT](http://thi.mit-license.org)