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

https://github.com/delivator/skynet-telegram-bot

A Telegram bot for uploading files and text to Sia Skynet.
https://github.com/delivator/skynet-telegram-bot

sia siasky skynet telegram telegram-bot

Last synced: 3 months ago
JSON representation

A Telegram bot for uploading files and text to Sia Skynet.

Awesome Lists containing this project

README

          

# Skynet Telegram Bot
A Telegram bot for uploading files and text to [Sia Skynet.](https://siasky.net/)

### Try it out now [t.me/skyportalxyz_bot](https://t.me/skyportalxyz_bot)

Example video: https://skyportal.xyz/AADEJEQgbH1mZJux_5BOcTS3ZYQYOgh_NYNoi_F6eqIRpg

![Telegram Bot Gif](https://skyportal.xyz/_A4ztg7APbf-j9arVX7V0qrAaFRWEeOMEYGMWKj5hpEq7w)

## Development

1. [Create a Telegram bot](https://core.telegram.org/bots#3-how-do-i-create-a-bot) if you haven't already
2. Clone the repo with `git clone https://github.com/Delivator/skynet-telegram-bot.git`
3. Go to `cd skynet-telegram-bot`
4. Install node modules with `npm install`
5. Copy `settings-example.js` to `settings.js` and fill it as you like
6. Start the bot `npm start`