whoiswillma / nerdle-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nerdle Telegram Bot πŸ€“

A bare-bones telegram bot for groups to keep tabs on Connections.

What it does

Replies to you when you post results.

William Ma, [Nov 12, 2023 at 15:08:00]:
Connections 
Puzzle #153
🟦🟦🟦🟦
🟩🟩🟩🟩
πŸŸͺπŸŸͺπŸŸͺπŸŸͺ
🟨🟨🟨🟨

Nerdle πŸ€“, [Nov 12, 2023 at 15:08:01]:
πŸ’― Perfect!

Gives you stats.

William Ma, [Nov 12, 2023 at 15:08:44]:
/stats

Nerdle πŸ€“, [Nov 12, 2023 at 15:08:45]:
Connections
Puzzle #153

πŸ’― Perfect: 1
πŸ‘ Good: 0

Get Started

  1. Clone the repository
  2. Create a virtual environment (or don't)
    python3 -m venv venv-nerdle
    source venv-nerdle/bin/activate
  3. Install requirements
    pip3 install -r requirements.txt
  4. Create .env file
    TELEGRAM_BOT_TOKEN="0123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefgh"
    
  5. Run the bot
    python3 main.py  

About


Languages

Language:Python 100.0%