https://github.com/snwfdhmp/3gm-bot
Bot for the online french indie game 3gm.fr implemented in Ruby. Mostly website crawling and task automation.
https://github.com/snwfdhmp/3gm-bot
3gm-bot crawler game-bot task-automation web-crawling
Last synced: 8 months ago
JSON representation
Bot for the online french indie game 3gm.fr implemented in Ruby. Mostly website crawling and task automation.
- Host: GitHub
- URL: https://github.com/snwfdhmp/3gm-bot
- Owner: snwfdhmp
- Created: 2016-10-28T08:43:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T10:45:30.000Z (almost 9 years ago)
- Last Synced: 2025-02-26T09:08:28.332Z (8 months ago)
- Topics: 3gm-bot, crawler, game-bot, task-automation, web-crawling
- Language: Ruby
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
/!\ Repo under construction ...... /!\
# 3GM BOT
3gm est un jeu de stratégie en ligne disponible ici ->>> http://www.3gm.fr/
Cette repository sera commentée généralement en français car le jeu qui la concerne n'existe qu'en français.
Ce projet a été mené il y a longtemps. J'essaye de mettre un peu à jour chaque code que je retrouve, mais c'est un travail long et difficile. Merci de votre compréhension.
Ce projet consiste à créer plusieurs bots qui réaliseront automatiquement certaines tâches dans le jeu, à partir d'une console ruby. (crawler)
Projet mené en coopération avec pyerre.
Mode d'emploi
Nécéssite:- Ruby
- Nokogiri
- Mechanize
Pour la première utilisation, il faut créer un fichier ids.txt comme cecipseudo;password
Choisir un fichier (dans cet exemple, "autonomate.rb") et l'éxécuter comme ceci
cd autonomate_path_to_directory
ruby autonomate.rb
J'ajouterai les autres sources plus tard.