https://t.me/just_little_things_bot
A Telegram bot that celebrates the small joys in life by sharing random or specific images.
Just Little Things Bot is a Telegram bot that allows users to receive images representing simple pleasures and little joys in life. Users can request random images or specify a particular image number.
GitHub Repository: https://github.com/dapoadedire/justlittlethings_bot
- Get a random image of a little joy
- Request a specific image by number
- Simple and intuitive commands
/start
- Welcome message and instructions/littlething
- Get a random image/littlething [number]
- Get a specific image (1-1000)/discoverjoy
- Another way to get a random image/help
- See available commands
- Clone the repository:
git clone https://github.com/dapoadedire/justlittlethings_bot.git
cd justlittlethings_bot
- Install dependencies:
go mod tidy
- Set up environment variables:
Create a
.env
file in the project root and add the following:
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
API_BOT_TOKEN=your_api_bot_token
YOUR_PERSONAL_CHAT_ID=your_personal_chat_id
-
Ensure you have a folder named
images
in the project root containing numbered images from 001.png to 1000.png. -
Run the bot:
go run main.go
- Start chatting with the bot on Telegram.
- github.com/joho/godotenv
- github.com/go-telegram-bot-api/telegram-bot-api/v5
Contributions, issues, and feature requests are welcome. Feel free to check the issues page if you want to contribute.
This project is licensed under the MIT License.