Skip to content

Multimedia Interactive Fetch Bot (MiLF Bot)

License

Notifications You must be signed in to change notification settings

burdukow/milfbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multimedia Interactive Fetch Bot (MiLF Bot)

Description

ATM can only fetch photos from rule34 site

TODO...

USAGE:

Requirements:

  1. Python 3.10+
  2. aiogram
  3. aiohttp
  4. python-dotenv

Installation:

  1. Clone the repository:

    git clone 
  2. Navigate to the project directory:

    cd milfbot
  3. (Recommended) Create a virtual environment:

    python3 -m venv venv
    source venv/bin/activate 

    Or adaptive it for your system/shell

  4. Install dependencies:

    pip install -r requirements.txt

Launch

  1. Copy .env.example to .env:

    cp .env.example .env
  2. Enter your Telegram bot token:

    • Open the .env and replace BOT_TOKEN=YOUR_TELEGRAM_BOT_TOKEN with your actual bot token.
  3. (Optional) Replace the Rule34 site token:

    • If necessary, modify the RULE34_URL variable in the .env file
  4. Run the script:

    python main.py

Contributing

TODO...

Feel free to open an issue

Releases

No releases published

Packages

No packages published

Languages