Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 563 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 563 Bytes

aosusbot

aosusbot is to bot send latest news from aosus.org, using RSS

requirements

  • >= python3.7

  • pip

python dependencies listed in requirements.txt

installation

clone the bot from repository

git clone https://github.com/aosus/aosusbot

and install packages from pypi use pip

pip install -r requirements.txt
  • put the bot token in the config file

  • run make_db file to initiate the database

The last thing is to run the bot

python3 main.py