https://github.com/graynk/astrologers_bot
Астрологи объявили...-бот
https://github.com/graynk/astrologers_bot
heroes-3 heroes-of-might-and-magic python-telegram-bot telegram-bot
Last synced: 20 days ago
JSON representation
Астрологи объявили...-бот
- Host: GitHub
- URL: https://github.com/graynk/astrologers_bot
- Owner: graynk
- License: gpl-3.0
- Created: 2020-09-06T10:23:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T17:35:57.000Z (over 2 years ago)
- Last Synced: 2025-02-26T22:41:54.901Z (over 1 year ago)
- Topics: heroes-3, heroes-of-might-and-magic, python-telegram-bot, telegram-bot
- Language: Python
- Homepage:
- Size: 238 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Astrologers Announced...-bot

## Usage
Lives [here](https://t.me/astrologers_bot)
Works in private chats and in inline mode. But since nothing in life should be simple, inline requests are heavily limited in characters (by Telegram).
## Development
This project uses [just](https://just.systems) as the command runner.
Run `just --list` to see the list of available commands.
To run the bot yourself:
1. Install Elixir
2. Copy `config/dev.secret.example.exs` to `dev.secret.exs`
3. Set your token from `@BotFather` and set up a channel to send the pictures to.
4. `just run`
Alternatively, run with docker like this:
```
docker run -d \
--restart unless-stopped \
--name astrologers_bot \
--env-file params.env \
ghcr.io/graynk/astrologers_bot:latest
```