https://github.com/dominicwrege/mdb
https://github.com/dominicwrege/mdb
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dominicwrege/mdb
- Owner: DominicWrege
- Archived: true
- Created: 2020-05-26T15:07:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T17:43:28.000Z (almost 6 years ago)
- Last Synced: 2025-02-22T04:26:42.566Z (over 1 year ago)
- Topics: reddit
- Language: Python
- Size: 2.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to:
First run
```
poetry install
```
Start all Servers:
```
docker-compose up
```
Run reddit-fetcher:
```
poetry run fetcher
```
Run mongodb sink connector:
```
poetry run mongo_sink
```
Run mongodb source connector:
```
poetry run mongo_source
```
# Telegram
@mdbreddit_bot or t.me/mdbreddit_bot
Run telegrambot:
```
cd reddis
docker-compose up -d
cd ..
poetry run telegram
```