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.
- Host: GitHub
- URL: https://github.com/delivator/skynet-telegram-bot
- Owner: Delivator
- License: mit
- Created: 2020-06-26T10:54:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T04:02:03.000Z (over 3 years ago)
- Last Synced: 2025-08-31T22:30:50.709Z (10 months ago)
- Topics: sia, siasky, skynet, telegram, telegram-bot
- Language: JavaScript
- Homepage: https://t.me/skyportalxyz_bot
- Size: 143 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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`