https://github.com/alex-bormotov/spacex-telegram
Bot follow official SpaceX Youtube, Twitter, /r/SpaceX channels and sends updates to telegram channel
https://github.com/alex-bormotov/spacex-telegram
python spacex-launches spacexbot telegram telegram-api twitter youtube-channel
Last synced: about 1 month ago
JSON representation
Bot follow official SpaceX Youtube, Twitter, /r/SpaceX channels and sends updates to telegram channel
- Host: GitHub
- URL: https://github.com/alex-bormotov/spacex-telegram
- Owner: alex-bormotov
- License: gpl-3.0
- Created: 2020-06-03T12:25:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:29:36.000Z (over 2 years ago)
- Last Synced: 2025-10-07T22:47:42.929Z (about 1 month ago)
- Topics: python, spacex-launches, spacexbot, telegram, telegram-api, twitter, youtube-channel
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpaceX-Telegram
> Bot follow official SpaceX Youtube, Twitter, /r/SpaceX channels and sends updates to telegram channel
 [](https://www.codacy.com/manual/alex-bormotov/spacex-telegram?utm_source=github.com&utm_medium=referral&utm_content=alex-bormotov/spacex-telegram&utm_campaign=Badge_Grade)
## Install (Ubuntu + Docker)
```bash
git clone https://github.com/alex-bormotov/spacex-telegram
```
```bash
cd spacex-telegram
```
```bash
cp config/config.json.sample config/config.json
```
> Edit config/config.json
```bash
sudo chmod +x docker_ubuntu_install.sh && sudo ./docker_ubuntu_install.sh
```
```bash
sudo docker run -d --rm --mount src=`pwd`/config,target=/spacex-telegram/config,type=bind skilfulll1/spacex-telegram:latest
```