Flagro / BotFishingGame

A fun open-source Telegram bot for chats, developed to improve my knowledge in microservices and CI/CD pipelines.

Home Page:https://flagrotown.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Epic Fishing Bot for Telegram ๐ŸŽฃ

Epic Fishing Bot is an engaging Telegram bot that allows you to catch, sell, and trade various sea items, all within the comfort of your group chats. Dive in and explore the virtual seas, compete with friends, and trade your treasures, all through simple Telegram commands.

๐Ÿค– Start Playing with @EpicFishingBot

Features ๐Ÿš€

  • Catch Items: Explore the seas and catch various items.
  • Sell & Trade: Trade your items or sell them for virtual currency.
  • Group Chat Fun: Designed to maximize fun in group chats.
  • Leaderboard: Compete with friends and track your progress.

Getting Started ๐Ÿ

Prerequisites

Running the Project Locally ๐Ÿš€

  1. Clone the repository: git clone https://github.com/Flagro/BotFishingGame
  2. Navigate to the project directory: cd BotFishingGame
  3. Create environment variables file: mv .env-example .env
  4. Add your Telegram token to .env: echo "TELEGRAM_TOKEN=<your telegram token>" >> .env
  5. Start the project using Docker: docker-compose up

Note

  • Replace <your telegram token> with your actual Telegram Bot API token.
  • Ensure Docker daemon is running before using docker-compose up.

How to Play ๐ŸŽฎ

Send a message to @EpicFishingBot and start exploring the seas! Whether you're solo sailing or competing with a crew in a group chat, the waters are yours to explore.

(Optionally add more details about commands and gameplay here)

Contribution ๐Ÿค

We welcome contributions from the community! Whether it's bug reports, feature requests, or new additions, your support is always appreciated. Simply:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/YourFeature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/YourFeature)
  5. Open a Pull Request

Support ๐Ÿš‘

Encountered a bug or have a feature request? Open an issue and we'll have a look!

License ๐Ÿ“„

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A fun open-source Telegram bot for chats, developed to improve my knowledge in microservices and CI/CD pipelines.

https://flagrotown.com

License:MIT License


Languages

Language:Python 73.6%Language:Smarty 18.3%Language:Mako 6.4%Language:Dockerfile 1.7%