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
- 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.
- Ensure Docker is installed.
- Clone the repository:
git clone https://github.com/Flagro/BotFishingGame
- Navigate to the project directory:
cd BotFishingGame
- Create environment variables file:
mv .env-example .env
- Add your Telegram token to
.env
:echo "TELEGRAM_TOKEN=<your telegram token>" >> .env
- Start the project using Docker:
docker-compose up
- Replace
<your telegram token>
with your actual Telegram Bot API token. - Ensure Docker daemon is running before using
docker-compose up
.
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)
We welcome contributions from the community! Whether it's bug reports, feature requests, or new additions, your support is always appreciated. Simply:
- Fork the repository
- Create your feature branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Open a Pull Request
Encountered a bug or have a feature request? Open an issue and we'll have a look!
This project is licensed under the MIT License - see the LICENSE.md file for details.