Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 507 Bytes

File metadata and controls

17 lines (13 loc) · 507 Bytes

Bot science papers aggregation

Tech

Steps to run:

  • create virtual environment python -m venv venv
  • Activate then venv/Scripts/activate.bat
  • Install required dependencies pip install -r requirements.text
  • Get a bot token from BotFather
  • Rename .env.example to .env
  • Set BOT_TOKEN, and FILENAME_DATABASE in .env file
  • Run main.py
  • Write to you own bot