/E-Fame-Watch

A little program to display how many subscribers, views, or something else you got on an item on the internet

Primary LanguageC#MIT LicenseMIT

Error Loading Image

This is a cool little application, that can take some info from a URL and an XPath, and display it with some statistical data. Features multiple chart types!

With the program is an example of some of my workshop items from Steam.

This program uses an external package, called HTMLAgilityPack, that can be found here https://html-agility-pack.net/

How to find an XPath?

In Google Chrome you first find the web page you want to take a value from, in this example i will use one of my own steam workshop items:

Error Loading Image

After that press F12 to bring up the web dev tools:

Error Loading Image

Then click on the inspect button:

Error Loading Image

Then click on the element in the web page you want:

Error Loading Image

Then over in the HTML window right click the element, and under copy, select copy xpath:

Error Loading Image

After this you can just simply paste the xpath to the E-Fame watch program.