50 lines
1012 B
Markdown
50 lines
1012 B
Markdown
|
|
# duplicator-x
|
||
|
|
|
||
|
|
## https://twitchtracker.com/channels/ranking?page=18
|
||
|
|
|
||
|
|
paginated twitch tracker url
|
||
|
|
|
||
|
|
## http://localhost:8888/twitch/load
|
||
|
|
|
||
|
|
goes to the demo file and loads all the records.
|
||
|
|
|
||
|
|
#############################3
|
||
|
|
|
||
|
|
## twitchtracker api stub
|
||
|
|
|
||
|
|
http://localhost:8888/channel/stub/18
|
||
|
|
|
||
|
|
the static twitch data export page
|
||
|
|
|
||
|
|
stubs out of a snapshot of the trackertracker page 18 data. returns pure but stubbed and static data
|
||
|
|
|
||
|
|
http://localhost:8888/channel/stub/utility/populate
|
||
|
|
|
||
|
|
####
|
||
|
|
|
||
|
|
|
||
|
|
http://localhost:8888/channel
|
||
|
|
|
||
|
|
show all channels
|
||
|
|
http://localhost:8888/channel/
|
||
|
|
|
||
|
|
http://localhost:8888/tracker/stub/18
|
||
|
|
|
||
|
|
## refactor ###########
|
||
|
|
|
||
|
|
### SEE STUB rankings DATA
|
||
|
|
|
||
|
|
http://localhost:8888/twitchtracker.com/channel/stub/rankings
|
||
|
|
|
||
|
|
### LOAD 1000 stubs
|
||
|
|
|
||
|
|
http://localhost:8888/twitchtracker.com/channel/stub/load/
|
||
|
|
|
||
|
|
loads 1000 records of stubbed twitchtracker.com/channels/ranking
|
||
|
|
|
||
|
|
### LOAD 50 stubs
|
||
|
|
|
||
|
|
http://localhost:8888/twitchtracker.com/channel/stub/load/17
|
||
|
|
|
||
|
|
loads 50 records of stubbed twitchtracker.com/channels/ranking
|