Skip to content

Telegram bot for anime news. Send updates to channels, subscribe to receive automatic udpates. Built with python-telegram-bot.

Notifications You must be signed in to change notification settings

Poxygen0/animenewsbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime News Bot

A simple Telegram bot that fetches the latest anime news and sends it to a channel.

Features

  • Fetch the latest anime news
  • Post the latest news to a specified Telegram channel
  • Built with Python and python-telegram-bot library

Installation

  1. Clone the repository:

    git clone https://github.com/Poxygen0/animenewsbot.git
    cd animenewsbot
  2. Install dependencies in a preferred virtual env:

    pip3 install -r requirements.txt
  3. Create a .env file with the following variables:

    BOT__TOKEN = 'Your_token_here'
    DATABASE__URL = "sqlite:///data/database/botdata.db"
    BOT__OWNER_ID = 'Your_user_id_here'
    BOT__USERNAME = 'bot_username_here'
    BOT__LOG_CHANNEL_ID = 'logs_channel_id'

Run the bot

python main.py

Pull Requests are welcomed

About

Telegram bot for anime news. Send updates to channels, subscribe to receive automatic udpates. Built with python-telegram-bot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages