Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luizperes/tstepproject
- Owner: luizperes
- License: gpl-2.0
- Created: 2015-05-29T21:54:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T23:41:24.000Z (over 9 years ago)
- Last Synced: 2023-10-20T21:21:28.974Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 11.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.