Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LyoSU/quote-bot
Telegram quote bot
https://github.com/LyoSU/quote-bot
Last synced: 14 days ago
JSON representation
Telegram quote bot
- Host: GitHub
- URL: https://github.com/LyoSU/quote-bot
- Owner: LyoSU
- License: mit
- Created: 2019-12-08T10:32:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T12:31:33.000Z (22 days ago)
- Last Synced: 2024-10-23T12:36:13.511Z (21 days ago)
- Language: JavaScript
- Homepage: https://t.me/QuotLyBot
- Size: 20.8 MB
- Stars: 316
- Watchers: 7
- Forks: 123
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# quote-bot
Telegram quote bot[![time tracker](https://wakatime.com/badge/github/LyoSU/quote-bot.svg)](https://wakatime.com/badge/github/LyoSU/quote-bot)
# Docker installation
1) Pull this repo2) Pull [quote_api](https://github.com/LyoSU/quote-api)
3) Edit both `.env` files in repos
4) Create network `docker network create quotly`
5) Compile/Download tdlib for linux and place it to `helpers/tdlib/data/libtdjson/libtdjson.so`. To make it easier, check out [this builder](https://github.com/vlakam/tdlib.native) or [this AppVeyor CI](https://ci.appveyor.com/project/vlakam/tdlib-native) (ubuntu > Artifacts > linux) or the [prebuilt-tdlib](https://npmjs.com/package/prebuilt-tdlib) npm package
6) `docker compose --profile dev up -d` on quote-bot repo
7) `docker compose up -d` on quote api repo