Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Is it possible for you to make a bot that searches worlds that are visible? For example, if you search the world name "Red minis" in your bot, it brings up a world(s) with that name, and it also provides a link(s). Is it possible? And, it should be case sensitive.
Last edited by Noctis (Feb 8 2014 11:25:05 am)
You can create a bot that does that with
Dictionary<string, string> Worlds = new Dictionary<string, string>(); RoomInfo[] ri = client.Multiplayer.ListRooms("Everybodyedits176", null, 0, 1); for(int i = 0; i < ri.Length; i++) Worlds.Add(ri[i].RoomData["name"], ri[i].Id); Console.WriteLine("http://everybodyedits.com/games/"+Worlds["Red minis"]);
Though, I have a world searcher on my site at http://atil.la/public_projects/WorldSearch/, that can search for every existing world on EE.
Also, moved topic to Bots and Programming section. Questions like this belong there instead.
*u stinky*
Offline
Xxatillaxx,
what about you add: Favorite worlds: You will not need search world, only see favorite list.
This is a false statement.
Offline
Xxatillaxx,
what about you add: Favorite worlds: You will not need search world, only see favorite list.
Just answering the question of OP. You can add additional stuff if you wish.
*u stinky*
Offline
Hmm, it would be nice if there was an option to see 100 worlds as well.
When I search a room owner, it leads me back to the front page.
Pages: 1
[ Started around 1738591395.4135 - Generated in 0.038 seconds, 13 queries executed - Memory usage: 1.41 MiB (Peak: 1.53 MiB) ]