Skip to content

Commit

Permalink
3.0.1 - looking for new maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Sep 2, 2018
1 parent 1e17c48 commit 76aa327
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

3.0.1 (2018-09-02)
------------------

- I'm canceling my Xfinity service and switching to AT&T Fiber. Updated README stating that I'm looking for a new maintainer for the project.

3.0.0 (2018-04-18)
-----------------

Expand Down
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
xfinity-usage
=============

.. image:: http://www.repostatus.org/badges/latest/active.svg
:alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed.
:target: http://www.repostatus.org/#active
.. image:: https://www.repostatus.org/badges/latest/unsupported.svg
:alt: Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.
:target: https://www.repostatus.org/#unsupported

Python/selenium script to get Xfinity bandwidth usage from Xfinity MyAccount website. Has an easily-usable
command line entrypoint as well as a usable Python API, and an entrypoint to send usage to Graphite.
Expand All @@ -16,6 +16,11 @@ to a Graphite server.

For the changelog, see `CHANGES.rst in the GitHub project <https://github.com/jantman/xfinity-usage/blob/master/CHANGES.rst>`_.

Development Discontinued - Maintainer Wanted
--------------------------------------------

As of September 2018, AT&T Fiber has become available in my area and I've switched to that because of the much better pricing (I'm getting 300Mbps *symmetrical* for the same monthly price as Xfinity 100/10). As such, I won't be able to continue maintaining this project without an Xfinity account. If anyone would like to take over maintenance, please open an Issue on GitHub and I'll contact you.

Requirements
------------

Expand Down
2 changes: 1 addition & 1 deletion xfinity_usage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
##################################################################################
"""

VERSION = '3.0.0'
VERSION = '3.0.1'
PROJECT_URL = 'https://github.com/jantman/xfinity-usage'

0 comments on commit 76aa327

Please sign in to comment.