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

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

Awesome Lists containing this project

README

          

# SpaceX-Telegram

> Bot follow official SpaceX Youtube, Twitter, /r/SpaceX channels and sends updates to telegram channel

![](https://github.com/alex-bormotov/spacex-telegram/workflows/Github-CICD/badge.svg) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/138eb3776f71492ebcb77edc3d37a5d7)](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
```