Poker Api Javascript
- Poker Api Javascript Server
- Poker Api Javascript Link
- Poker Api Javascript Games
- Poker Api Javascript Server
- Poker Api Javascript App
This package contains mostly scraping tools for well known websites like Two Plus Two forum,Pocketsfives, etc…
Two Plus Two Forum API¶
poker.website.twoplustwo.
FORUM_URL
¶
poker.website.twoplustwo.
FORUM_MEMBER_URL
¶
Dec 18, 2017 JavaScript is such a flexible language that even though it is prototype-based it can be used in a roughly class-based manner, especially with the introduction of class syntax in ES6 which is a syntactic-sugar over the base prototype. To start, we need to think about our requirements. Deck of Cards API. GitHub Gist: instantly share code, notes, and snippets. Apr 12, 2020 A free online Texas Hold'em poker game written in JavaScript and a web-gui using HTML5 and CSS, all source included Works as a solitaire, it is you against the robots No money - but you will not win that much either. No registration - I am just glad if you give some feedback if you find any problems.
poker.website.twoplustwo.
ForumMember
(username)[source]¶Download and store a member data from the Two Plus Two forum.
Parameters: | id (int,str) – Forum id (last part of members URL, e.g. in case of the id is 407153) |
---|---|
Variables: |
|
Pocketfives API¶
poker.website.pocketfives.
_Player
(name, country, triple_crowns, monthly_win, biggest_cash, plb_score, biggest_score, average_score, previous_rank)[source]¶Pocketfives player data.
Variables: |
|
---|
poker.website.pocketfives.
get_ranked_players
()[source]¶Get the list of the first 100 ranked players.
Returns: | generator of _Player s |
---|
PokerStars website API¶
poker.website.pokerstars.
WEBSITE_URL
¶
poker.website.pokerstars.
TOURNAMENTS_XML_URL
¶
poker.website.pokerstars.
STATUS_URL
¶
poker.website.pokerstars.
get_current_tournaments
()[source]¶Get the next 200 tournaments from pokerstars.
Returns: | generator of _Tournament |
---|
Note
Downloading this list is an extremly slow operation!
poker.website.pokerstars.
get_status
()[source]¶Get pokerstars status: players online, number of tables, etc.
Returns: | _Status |
---|
poker.website.pokerstars.
_Tournament
(start_date, name, game, buyin, players)[source]¶Upcoming pokerstars tournament.
Variables: |
|
---|
Poker Api Javascript Server
Poker Api Javascript Link
poker.website.pokerstars.
_Status
(updated, tables, next_update, players, clubs, active_tournaments, total_tournaments, sites, club_members)[source]¶Poker Api Javascript Games
PokerStars status.
Variables: |
|
---|
Poker Api Javascript Server
poker.website.pokerstars.
_SiteStatus
(id, tables, players, active_tournaments)[source]¶PokerStars status on different subsites like FR, ES IT or Play Money.
Poker Api Javascript App
Variables: |
|
---|