Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luizperes/tstepproject

A Mobile App that allows you to easily find your friends based on your geolocation. It is powered by Telegram Messenger using its API https://core.telegram.org/api
https://github.com/luizperes/tstepproject

Last synced: 1 day ago
JSON representation

A Mobile App that allows you to easily find your friends based on your geolocation. It is powered by Telegram Messenger using its API https://core.telegram.org/api

Awesome Lists containing this project

README

        

# TStepProject
TStepProject is one solution that allows you to easily find your friends based on your geolocation. It is powered by Telegram Messenger using its API https://core.telegram.org/api

### Usage

**Beware of bugs and problems when using this source files, since it is in development**.

First of all, take a look at **src/main/java/org/telegram/messenger/BuildVars.java** and fill it with correct values.
Import the root folder into your IDE (tested on Android Studio), then run project.

### Telegram

TStepProject uses [Telegram](http://telegram.org) as its source base, and you can see their official open source project [here](https://github.com/DrKLO/Telegram).

For informations about their API, Protocol and documentation, please visit:

Telegram API manuals: http://core.telegram.org/api

MTproto protocol manuals: http://core.telegram.org/mtproto

Translations: https://www.transifex.com/projects/p/telegram/

##Creating your Telegram Application

Please visit https://core.telegram.org/api/obtaining_api_id

### LICENSE
Lastly, but not least, TStepProject extends Telegram in its license using the [GNU GPL v. 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) or later, so please be aware of that, regarding copying, modifying and (re)destributing the application.