Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/classabbyamp/stickdownbot
A small telegram bot for downloading stickers
https://github.com/classabbyamp/stickdownbot
Last synced: 4 days ago
JSON representation
A small telegram bot for downloading stickers
- Host: GitHub
- URL: https://github.com/classabbyamp/stickdownbot
- Owner: classabbyamp
- License: bsd-3-clause
- Created: 2020-08-10T01:31:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T03:02:25.000Z (over 4 years ago)
- Last Synced: 2024-11-05T09:53:01.184Z (about 2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# StickDownBot
A telegram bot for downloading stickers.
To use: [@stickdownbot](https://t.me/stickdownbot)
## Running
### Docker
1. Create a new directory and `cd` into it.
2. Create the `docker-compose.yml` file:
```yaml
version: '3'
services:
bot:
image: "docker.pkg.github.com/classabbyamp/stickdownbot/stickdownbot:latest"
restart: on-failure
volumes:
- "./data:/app/data:rw"
environment:
- PYTHONUNBUFFERED=1
```3. Create a subdirectory named `data`.
4. Copy the templates for `keys.py` to `data/`, and edit them.
5. Run `docker-compose`:
```none
$ docker-compose pull
$ docker-compose up -d
```> Run without "-d" to test the bot. (run in foreground)
## Copyright
Copyright (C) 2020 classabbyamp
This program is released under the terms of the BSD-3-Clause license.
See `LICENSE` for full license text.