-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds support for multiple sources * Makes Socket a stateful object specific to provider * Fixes issue with mixed up parameters * Refactors socket class * Removes stale comment * Adds ggg sockets implementation * Moves PoeTradeHelper to Poetrade module and renames to UriHelper * Moves PoeTradeParser to Poetrade module and renames to HttpResponseParser * Moves parsing logic from Socket to HttpResponseParser * Refactors redirect error raising and makes matching more broad * Fixes typo * Adds: raise before OCRA build if no ssl support * Fixes: install EM with ssl dir * Tries to fix openssl path * Tries to fix SSL support * Fixes typo * Aligns eventmachine version between appveyor config and gemfile * Tries to get bundle to recognize installed eventmachine * Tries a different version agnostic approach * Adds spec for wss connection instead of EM.ssl? check * Fixes enevtmachine version to solve a possible bug * Tries to use newer version of EM with custom version of OpenSSL * Revert "Tries to use newer version of EM with custom version of OpenSSL" This reverts commit 62f3241. * Adds test for EM.ssl? to be true * Removes print clutter * Adds clipboard spec * Fixes testcase * Adds actul error cases * Removes clipboard tests, adds suggestion to change to other lib * Adds encoding to wss link * Use permessage_deflate * Removes open, adds comfortable ping * Revert "Removes open, adds comfortable ping" This reverts commit eb7598b. * Revert "Use permessage_deflate" This reverts commit e477eaf. * Revert "Adds encoding to wss link" This reverts commit d822237. * Adds poe session id cookie * Adds `stored_data` cookie * Re-adds permessage_deflate * Fixes issue with sessionid * Adds custom headers * Adds header logging * Changes: use pure ruby EM instead of native extension * Revert "Changes: use pure ruby EM instead of native extension" This reverts commit 6521640. * Fixes typo * Adds new config for local testing * Fixes nomethoderror * Removes unneeded require * Fixes GGG uri helper * Creates separate whisper classes per provider * Removes ggg headers from config * Removes everything form example input * Adds instructions on how to create custom macro for paste; Removes reference to own project * Improves logging * Adds 20 minute keepalive ping to gg api * Add poe-sniper-pro dependency * trigger build * Fix appveyor.yml * Fix appveyor again * appveyor pls * Try another approach * Try via bundle config * fuck appveyor * fuck appveyor * Try something else * Remove unneeded line * Fix env var usage * fuck appveyor * Remove unnecessary appveyor setup * Fix start_offline_debug rake task * Update readme about test env setup * Makes Poetrade Socket independent of Alert * Change example input to use everything on standard * Add sniper pro dependency * Use latest version of poe-sniper-pro, Remove local dependencies * Update poe-sniper-pro dependency * Update org name * Add authentication * Remove ggg tests * Fix tests * Set ocra setting to include all gem files * Set ocra setting to include full gem files * Further OCRA debug * Update poe-sniper-pro dependency (manually...) * Add firebase auth gem * Add bundler setup before start so that gems fetched form git are also recognized * Try normal rubygem setup * Add bundler default setup * Add default bundelr setup * Fix issue with bundler setup * Add load path fuckery * Add manual installation of poe-sniper-pro * Simplify git clone * . * Try different clone * . * . * . * . * . * . * . * . * . * . * Solve building with poe-sniper-pro dependency * . * Add meaningful error if auth fails * Update README, bump version, update file locations, remove mention of json support * Silence explicit gme install * Handle another email error case * Rename input key from ggg to pathofexilecom * Change config format to yaml * Fix failing tests * Fix references to config.ini to point to config.yaml * Update README * Update README * Use master for poe-sniper-pro and gem folder
- Loading branch information
1 parent
d454fde
commit 453ceee
Showing
42 changed files
with
592 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
notification_seconds: 10 | ||
input_file_path: 'example_input.yaml' | ||
|
||
auth: | ||
user_email: "" | ||
user_password: "" | ||
|
||
pathofexilecom: | ||
session_id: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
poetrade: | ||
http://poe.trade/search/nonahimimatato : Everything on Standard | ||
http://poe.trade/search/tararikinatooo : Tabula on Standard | ||
pathofexilecom: | ||
https://www.pathofexile.com/trade/search/Standard/NK6Ec5 : Tabula on Standard |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.