Skip to content

shivamhw/ZeNo

Repository files navigation

Introduction

Zeno is a bot for IIITA Students to check marks on aviral and see their ranks. There are multiple modules like voting, noticeboards and broadcasting messages to users, which can be enabled to get most out of Zeno.

IMP ::: Really need help in testing the parser with results of multiple courses. If you are from any batch other then M.Tech 2020, Please do msg me on telegram @shivamhw or mail me. Any help would be appreciated.

How to deploy

  1. Get telegram bot token from bot father.
  2. Get MongoDB cluster URI from mongodb.com
  3. add env variables. For linux add these two lines in your .bashrc
export TELE=<your bot token>
export MongoURI=<your mongodb URI>
  1. run ./start.sh in project home directory. IMP

Features and Bugs

Please see project section in github.

Screenshots

With features enabled.

image

Only with marks and ranks module enabled.

image

Privacy and security

Please refer to blog.

Contributers