Skip to content
/ GU-Robot Public

Golestan University News & Notifications Robot

Notifications You must be signed in to change notification settings

iAliF/GU-Robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golestan University Robot

A Telegram robot that sends news & notifications of the official website of Golestan University to the telegram channel

This robot has been set on @GU_NOTIFS channel but, you can run your own robot

Also, You can customize this robot for your university or add other section of the Golestan University website to this robot

Manual setup

  1. Clone this repository

    git clone https://github.com/iAliF/GU-Robot
    
  2. Create a virtual environment

    virtualenv venv
    
  3. Activate the virtual environment

  4. Install requirements using

    pip install -r requirements.txt
    
  5. Rename .env.example to .env and fill in the data

  6. Run the robot using

    python main.py