tupio / ktu-notification-bot

A simple python script that fetch new notifications from https://ktu.edu.in/eu/core/announcements.htm and forwards into this Telegram Channel https://t.me/KTU_Notifications/ .

Home Page: https://t.me/KTU_Notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KTU Notification Bot

GitHub issues GitHub forks GitHub stars GitHub license

This bot scrapes KTU Website and publishes a new post at KTU Notifications telegram channel.

Consider placing a ⭐ for this repo 😄.

Status

Instances: 3(known)

Total Subscriber Count including derivatives: 17500+

Links:

Disclaimer

Polling frequently can harm the site, and consume bandwidth of the original site.

Install & Development

Before you start with this repository, please make sure that you have installed python3 and postgresql. If not run the following command if you are on Linux or refer respective documentation of your distribution.

sudo apt-get install postgresql python3

  1. Clone the repo to your local machine.
git clone https://github.com/tupio/ktu-notification-bot.git
  1. Change to ktu-notification-bot directory.
cd ktu-notification-bot
  1. Run the following command to install dependencies.
pip install -r requirements.txt
  1. Add environmental variables

Replace the contents in angled brakets with appropriate values.

  export DATABASE_URL=postgres://$(whoami)
  export PRIVATE_ID=<Enter your telegram ID(This is a number and is not your username or phonenumber)>
  export CHANNEL_ID=<Add your channel ID here(give private id if only for private use)>
  export STATUS=<DEBUG/RELEASE>
  export BOT_ID=<your bot id here>
  1. Create a table with the name hashes with one column.

  2. Run the bot using

python scrapper.py

Contribute

I like this bot to be a community-driven and non-profit, hence I can't do it alone. An active contribution in terms of the following can be given.

1. Development of Bot

The bot requires a huge improvement both in terms of efficiency and functionality.

  1. Add guides for different aspects.
  2. Add a personal notification feature.
  3. Increase reliability in terms of delivering notifications.

2. Combine like-minded endeavors

It has been observed that there are many similar ideas of non-profit contributions like bots and channels all over the place. Consider merging it under one umbrella.

3. Support

You could support by joining this channel, add this bot to your group or channel(pull a request or ping me with your group/channel id after adding to the same.)

4. Donate Or Sponsor

I'm currently limited to the free quota of the server to maintain the system. You could donate to me to upgrade to a paid server thus making room for further development. All the donator names will be mentioned on this page.

License

This project is under MIT License. Use for educational purposes only.

About

A simple python script that fetch new notifications from https://ktu.edu.in/eu/core/announcements.htm and forwards into this Telegram Channel https://t.me/KTU_Notifications/ .

https://t.me/KTU_Notifications

License:MIT License


Languages

Language:Python 100.0%