https://github.com/bitshares/app-push-services
BitShares Mobile App push service, using third-party software such as telegram.
https://github.com/bitshares/app-push-services
Last synced: about 1 year ago
JSON representation
BitShares Mobile App push service, using third-party software such as telegram.
- Host: GitHub
- URL: https://github.com/bitshares/app-push-services
- Owner: bitshares
- License: mit
- Created: 2022-07-18T04:20:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T05:22:29.000Z (over 2 years ago)
- Last Synced: 2024-04-15T01:59:10.925Z (about 2 years ago)
- Language: Crystal
- Size: 51.8 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# app-push-services
BitShares Mobile App push service, using third-party software such as telegram.
## Static Linking
#### Step 1. Clone repository.
```
git clone https://github.com/bitshares/app-push-services.git
```
#### Step 2. Run compile docker and install dependencies tools.
```
docker run -it --rm -v $(pwd):/workspace -w /workspace crystallang/crystal:1.3.2-alpine
/workspace # apk add autoconf cmake make automake libtool g++ # Install dependencies tools
```
#### Step 3. Build.
```
shards build --release --static
```
## Run
```
./app_pusher --token=YOUR_TELEGRAM_BOT_TOEKN
```
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [syalon](https://github.com/syalon) - creator and maintainer