https://github.com/codex-team/stimagebot
Get images of your favourite stickers :star:
https://github.com/codex-team/stimagebot
capella image nodejs sticker telegram telegram-bot
Last synced: about 1 year ago
JSON representation
Get images of your favourite stickers :star:
- Host: GitHub
- URL: https://github.com/codex-team/stimagebot
- Owner: codex-team
- License: mit
- Created: 2018-08-01T10:43:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T01:36:45.000Z (over 1 year ago)
- Last Synced: 2025-04-14T23:12:05.746Z (about 1 year ago)
- Topics: capella, image, nodejs, sticker, telegram, telegram-bot
- Language: JavaScript
- Homepage: https://t.me/stimagebot
- Size: 3.15 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @stimagebot
Get a link to image for Telegram sticker.
[](//t.me/stimagebot)
Now you can easily add stickers to your comments on GitHub :wink:
```markdown

```
## Development
Clone a repository.
```shell
git clone https://github.com/codex-team/stimagebot
cd stimagebot
```
Create a config file and enter a token of your bot into this config.
```shell
cp config.sample.js config.js
```
Then you can use docker or yarn to run the bot.
### Docker
Run the container.
```shell
docker-compose up
```
It will install all node deps and run the code.
### Yarn
Install Node.js packages.
```shell
yarn
```
Then run the bot.
```shell
yarn start
```
Or for dev need for auto restart app on changes.
```shell
yarn start:dev
```