Steam

Steam

Not enough ratings
How to get your <personal> removed games with cards list(old)
By Wanderer
Here you will see a detailed walkthrough on how to get it.
What skills are necessary in order to perform this task?
Minimal understanding of programming and how to run Python,if you've never done that before,it's pretty easy,so you may give it a shot.
<Well not really,just copy paste and a bit of english understanding>

You're gonna need two Lists,one of them ist your eligible for boosters, the other goes to the delisted games by default.
then use the code posted below.

Voila,now you've got your list and may trade easier.
   
Award
Favorite
Favorited
Unfavorite
Get the Lists
1.Copy all your eligible for booster packs all the way down and save it in a .txt file,that way you can import it to a list

https://gtm.steamproxy.vip/id/your_id/badges/ -> What booster packs can I get?
(No,not the user there)

2.Go to: https://steam-tracker.com/ select all delisted games.
Copy paste the whole website to excel and copy the whole name column to a .txt file.(It may take a while,so don't worry or cancel the whole process)

2.5 Banned Lists:
https://steam-tracker.com/apps/banned
Run this code
2.A HTML5 solution should also be possible,but im too inexperienced with it.
(So I will use a classy-primitive python code for this example,if you will have an easier way,feel free to add me and you & your code will be added to this guide).
https://www.python.org/
Whenever <tab> is written,replace it with an actual tab.
Or use the online variant:
https://www.online-python.com/ or https://www.onlinegdb.com/online_python_compiler

Python code:
#code start
import os

file = open("boosters.txt", "r",encoding='utf-8')#your booster-pack file
file_2 = open("removed.txt", "r",encoding='utf-8')#removed games default file

all_the_lines = file.readlines()
all_the_lines_2 = file_2.readlines()

boosterlist = []#Booster pack drop list
removedlist = []#default removed games

for i in all_the_lines:
<tab>i = i.rstrip()
<tab>boosterlist.append(i)

for i in all_the_lines_2:
<tab>i = i.rstrip()
<tab>removedlist.append(i.strip())

both_list = list(set(removedlist) & set(boosterlist))
print("Count of removed-card-dropping-games in your library: ",len(both_list))
for i in range(0,len(both_list)):
<tab>print("-",both_list[])#add the i into the brackets

print(boosterlist[1])
print(removedlist[1])
#only looks a bit weird here,because steam hides anything in these [] brackets,add i inside

file.close()
file_2.close()
#only looks a bit weird here,because steam hides anything in these [] brackets,add i inside

file.close()
file_2.close()

#code end
My result
My result:
Count of removed-card-dropping-games in your library: 136
- MiniDrivers
- Crystal Chip Collector
- LONE WOLF: Horizon
- TRON: Evolution
- Burst
- DiRT Rally
- Club Manager 2015
- Q*bert: Rebooted
- Magic 2014
- Othello
- Schacht
- AoF Chess Club 2.0
- Pixel Cup Soccer 17
- The Rollingball's Melody
- Macabre
- Escape from Puzzlegate
- Raiden IV: OverKill
- Adventure Time: The Secret Of The Nameless Kingdom
- Remnants of a Beautiful Day
- Shakedown Racing One
- Lilly and Sasha: Curse of the Immortals
- Frozen Synapse Prime
- Warhammer: Arcane Magic
- Depths of Fear :: Knossos
- Monumental
- Fasaria World Online
- BloodRayne 2
- Talisman: Prologue
- Teddy Floppy Ear - The Race
- Nightmares from the Deep: The Cursed Heart
- Mirage: Arcane Warfare
- Bunker 58
- Shotgun Raiders
- Planetary Annihilation
- StarForge
- In Exilium
- Flight Sim World
- Tales from the Void
- Once Bitten, Twice Dead
- Light
- Instinct
- Mystery Masters: Psycho Train Deluxe Edition
- Yelaxot
- Betrayer
- Teddy Floppy Ear - Kayaking
- Elements II: Hearts of Light
- Mini Motor Racing EVO
- Space Hulk
- Teddy Floppy Ear - Mountain Adventure
- MRWN
- Nightmares from the Deep 2: The Siren`s Call
- Alpha Decay
- Rambo The Video Game
- BloodRayne
- Gun Monkeys
- NekoChan Hero - Collection
- Alex Hunter - Lord of the Mind
- Moonlight
- Pixel Boy and the Ever Expanding Dungeon
- Guardians of Middle-earth
- Jerry McPartlin - Rebel with a Cause
- Duke Nukem 3D: Megaton Edition
- Legacy of Dorn: Herald of Oblivion
- GEARCRACK Arena
- MiniBikers
- City of the Shroud
- Project Night
- Are You Smarter Than a 5th Grader
- Showdown Adventure
- F1 2015
- Hyphen
- Streets of Chaos
- Death Goat
- Lionheart
- DiRT 3 Complete Edition
- Adventure Time: Finn and Jake Investigations
- BIT.TRIP FLUX
- Porradaria Upgrade
- DEFENDERS
- AoF World Online
- The Falling Sun
- Day One: Garry's Incident
- House of 1000 Doors: The Palm of Zoroaster Collector's Edition
- Fireflies
- Monster Jam
- NotTheNameWeWanted
- Defenders of Time
- Spellblast
- CONSORTIUM 2014
- Dysan the Shapeshifter
- Ticket to Ride
- Chopper: Lethal darkness
- Psichodelya
- Deserter Simulator
- Fall of Civilization
- One Final Breath
- HITMAN™
- Gloria Victis
- Pressure
- Streamline
- Elements: Soul of Fire
- Dungeonbowl Knockout Edition
- Beyond Space
- Dead Island Riptide
- Lilly and Sasha: Guardian Angels
- Red Game Without A Great Name
- Love is Blind: Mutants
- Chronicles of a Dark Lord: Rhapsody Clash
- The Bluecoats: North vs South
- Hashtag Dungeon
- Impulse!
- DarkBase 01
- GRID 2
- Superfrog HD
- The Lost Island
- House of 1,000 Doors - Family Secrets
- Colin McRae Rally
- God Mode
- Nightmares from the Deep 3: Davy Jones
- SickBrick
- T.E.C. 3001
- Chronicles of a Dark Lord: Episode 1 Tides of Fate Complete
- BanHammer
- The Collider
- Showtime!
- Wild Frontera
- Selfie: Sisters of the Amniotic Lens
- Ace of Spades
- Incognito
- Battle Forever
- Clickr
- GODS Remastered
- Paranormal State: Poison Spring Collector's Edition
- Dead Island
- Mech Marines: Steel March
- Rats - Time is running out!
6 Comments
Wanderer  [author] 13 Sep, 2022 @ 1:29pm 
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=612123836
Get removed free2play games. The gamelist is outdated,but the method still works.
This guide lets you see your owned removed games with card drops for collecting/trading/selling purposes.
EzraEscapade 27 Jan, 2022 @ 7:38pm 
Wait, what is this actually supposed to do? if it's able to help you obtain unavailable games, I need to figure out how to do this!
Wanderer  [author] 8 Jan, 2022 @ 5:19pm 
No prob,glad i could help.

Yeah,added a bit more text.
WillSpringer 8 Jan, 2022 @ 11:22am 
Thank you. For this line: print("-",both_list[]), I did have to add an "i" in those brackets. I think it was line 24 for me, but worked like a charm. Thanks again.
Wanderer  [author] 26 Sep, 2021 @ 5:35pm 
Sorry it took longer,anyways i updated it.
eduardo.zip 22 Sep, 2021 @ 1:09pm 
Hi, can u post the link again? it says that the hosting period has been expired:(