Skip to content

JonasBAJ/Dice-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dice bot by Jonas Bajorinas

About:
	This automated bet bot places bets on dices in tonybet.lt,
		topsport.lt, orakulas.lt and 1xbet.com sites.
	Bot automatically connects to your account in sites and places bets for you.
	Bot can be modified and adjusted for various playing patterns.
	CSS paths are hardcoded into orakulas.py, xbet.py, topsport.py
		and tonybet.py sources (please be advised to examine sites sources for posible changes).
	Bot heavily relies on selenium webdriver.
	
Files:
	main.py contains source for user interaction through console.
	tonybet.py contains source code for automated bet placing in tonybet.com.
	topsport.py contains source code for automated bet placing in topsport.lt.
	orakulas.py contains source code for automated bet placing in orakulas.lt.
	xbet.py contains source code for automated bet placing in 1xbet.com.
	webDriver.py contains methods for navigation in Chrome or phantomJS webdriver.
	default_param.txt contains default parameters for automated bot.
	
Lounching program:
	1. You need to download all files.
	2. All files must be in one directory.
	3. Please download one of specified web drivers Chrome or PhantomJS.
	4. Chosen webdriver (file with ending .exe) must be in bot directory.
	5. In files tonybet.py, topsport.py, orakulas.py and xbet.py you must 
		enter your account details (user name, password and check_name*).
	6. Run program.

NOTE:
	Please be advised that bot may lose your money, be carefull!
	*check_name - this variable must contain fraze which identifies you as user in this site.
		This is necessary to check if program logged in correctly. EXAMPLE: my username is
		USER and when I am logged into my account in site tonybet.com in uper right corner
		I can see this same name USER so program can check this and procced.

Helpful links:
	get Chrome driver -> https://code.google.com/p/selenium/wiki/ChromeDriver
	get PhantomJS -> http://phantomjs.org/
	tonybet -> https://lt.tonybet.com/
	topsport -> https://www.topsport.lt/
	orakulas -> https://orakulas.lt/
	xbet -> https://www.1xbet.com/
	

About

Automated bet bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages