detection of user profiles. Also included detecting if a stream is online. Planned Twitch Follower Features: Follower Notification System: - Provide a Unique Follower Notification first time user Follows. - User ID is added to Database to prevent Duplicate Follow entries. - Display Logo + Current Display Name of User - Display scrolling Bio. - Play Sound (Probably Glaceon) - "Thanks for Follow" - Detect users that follow while offline. Announce them next time stream is online. (Store 'last announced user' ID, try to find next stream.) Get User-Specific Emotes, Download specific sub emotes.
13 lines
651 B
XML
13 lines
651 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
|
<classpathentry exported="true" kind="lib" path="D:/Downloads/commons-io-2.5.jar">
|
|
<attributes>
|
|
<attribute name="javadoc_location" value="jar:file:/D:/Data/commons-io-2.5-javadoc.jar!/"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry exported="true" kind="lib" path="D:/Downloads/twitch-api-wrapper-0.3-jar-with-dependencies.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|