Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

How do I download Idle Master on Linux? #18

Open
MiiDVeD opened this issue Dec 2, 2015 · 22 comments
Open

How do I download Idle Master on Linux? #18

MiiDVeD opened this issue Dec 2, 2015 · 22 comments

Comments

@MiiDVeD
Copy link

MiiDVeD commented Dec 2, 2015

I'm new to Linux and I have literally no idea how to download this program? can I get some instructions? keep in mind that I'm pretty much a Linux noob.

Thx in advance :)

@ghost
Copy link

ghost commented Dec 2, 2015

well i don't know if is the only way to download, but you can get by downloading the entire idle master py https://github.com/jshackles/idle_master_py/archive/master.zip

after, find the linux version (releases/linux) and copy to your user folder (/home/USER)

to run you will need install some python packeges, just open your terminal (ctrl+alt+t) and type this:

sudo apt-get install python-bs4 python-requests python-pil.imagetk python-colorama -y && sudo apt-get update

it will ask your linux password, no danger.

after this, by terminal open the idle file in the linux folder (cd Linux) and type python start.py
if you see the date, time and "WELCOME TO IDLE MASTER" it's working (press Enter to close the python program)

now, put your steam account in the python version is quite hard so this video may help (starts on 1:30)
https://www.youtube.com/watch?v=WC1S5dgyTdw

all done, just type "python.py" on the terminal again and if everything works the cards will start to drop after 2 hours or more (if it's working a window will pop out with one of your games image, you can close that but keep the terminal open)

sorry for the text wall and my english as well but this was the best I could do, I hope this help you and if you have any problem just ask me

ps: I'm not a part of this project or a python programer so some things are probably more complicate than should be

@MiiDVeD
Copy link
Author

MiiDVeD commented Dec 3, 2015

Thank you so much it works perfectly

@Pharmasolin
Copy link

Please do not close this issue

@Huskynarr
Copy link

Can you make from this an easy use tutorial on Readme.me ?
Non Pro-User are need so what as simple way.

@aaronfranke
Copy link

Please update your guide.

@rodgons
Copy link

rodgons commented Nov 28, 2016

I'M the same guy that posted the tutorial (I had issues with the old account) now I'm very busy but I'll try update this install in the readme file of idle

UPDATE: Just sent a pull request to the main idle but you can see the guide here

@santiagosisto
Copy link

santiagosisto commented Dec 28, 2016

Thanks for your answer.

I put up a little summary of the things I did to get it to work (with help from the internet)
So here's what I did:

1- Download idle master python (clic on clone or download):
https://github.com/jshackles/idle_master_py
2- Extract the zip then browse to Releases/Linux
3- Configure settings.txt as shown in this video(https://www.youtube.com/watch?v=r-jeMjxrorM) or "Setup Instructions - Start Here.pdf" under Documentation
4- Install needed libraries (Ubuntu example):
sudo apt-get install python-bs4 python-requests python-pil.imagetk python-colorama -y && sudo apt-get update
5- Run the app:
python2 start.py

@TheJalma
Copy link

Hi! Do I need the steam client installed?
I followed your guide and successfully run the program on my Raspberry Pi 3 with Raspbian, but it shows a error about steam library:

[ 03/30/2017 02:49:38 PM ] WELCOME TO IDLE MASTER
[ 03/30/2017 02:49:38 PM ] Finding games that have card drops remaining
[ 03/30/2017 02:49:42 PM ] Reading badge page, please wait
[ 03/30/2017 02:49:42 PM ] No games have been blacklisted
[ 03/30/2017 02:49:42 PM ] Idle Master needs to idle 25 games
[ 03/30/2017 02:49:42 PM ] Starting game Motorsport Manager to idle cards
[ 03/30/2017 02:49:43 PM ] Motorsport Manager has 1 card drops remaining
[ 03/30/2017 02:49:43 PM ] Sleeping for 5 minutes
Loading Linux 32bit library
Couldn't initialize Steam API

Is that ok? Do I need to keep the browser open in my steam page while dropping the cards?

@santiagosisto
Copy link

Yes, you need your steam client installed and open. There is a linux version of the client.

You don't need to keep your browser open.

@TheJalma
Copy link

Thanks! I was able to install the steam on my RP3, but I got an error when it initialise. I tried to install libc but did get any success.
steam rp3 error

@puuuq
Copy link

puuuq commented Mar 31, 2017

You can't run Steam on any of the Raspberries, Steam isn't coded to work on an ARM processor.

@TheJalma
Copy link

TheJalma commented Apr 1, 2017

So I'm not able to idle my cards on a raspberry? ;/

@not-wlan
Copy link

not-wlan commented Apr 2, 2017

Unless you emulate a x86(_64) Architecture or write the Steam API for ARM yourself i'd doubt it

@TheJalma
Copy link

TheJalma commented Apr 2, 2017

Thanks anyway 👍

@TheJalma
Copy link

I managed to use ASF with mono this week and get my cards :)

@97997
Copy link

97997 commented Jan 8, 2018

Is working, thanks.

@phrogg
Copy link

phrogg commented Jun 14, 2019

I can only get the SteamLoginSecure token, not the SteamLogin token. Can someone help me please?

@phrogg
Copy link

phrogg commented Jun 14, 2019

I can only get the SteamLoginSecure token, not the SteamLogin token. Can someone help me please?

Is it because of the steam 2FA?

@Takohashi
Copy link

Takohashi commented Jun 15, 2019

I can only get the SteamLoginSecure token, not the SteamLogin token. Can someone help me please?

steamLogin = steamRememberLogin

@phrogg
Copy link

phrogg commented Jun 15, 2019

I don't see that. Aswell.

@Takohashi
Copy link

What don't you see?

@phrogg
Copy link

phrogg commented Jun 15, 2019

Like I said I can only see SteamLoginSecure and sessionId nothing else.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests