Skip to content

Python3 application notifes the linux user when ever there is a change in thier stackoverflow reputation.

Notifications You must be signed in to change notification settings

JustinJohnsonK/stackoverflow-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stackoverflow-notification

What does this application do?

This program logs into your stackoverflow using the credentials provided in config.py and extract your reputation value.

A notification is thrown when your reputation changes.

Packages used: robobrowser, pgi, bs4(BeautifulSoup)

How to make this work?

activate venv:

$ source venv/bin/activate

run the program:

$ python stacknotification.py

installed packages in the vertual env:

  1. robobrowser
  2. BeautifulSoup(bs4)
  3. pgi

Note;

This program is created in Sept, 2018. Changes made in the frontend of stackoverflow(login and home page) will directly affect the working of this program.

About

Python3 application notifes the linux user when ever there is a change in thier stackoverflow reputation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages