All Projects → mynameisvasco → futwebapiv2

mynameisvasco / futwebapiv2

Licence: other
A FUT 21 javascript injection api written with typescript used to interact with fifa 21 ultimate team webapp. With this library you can build your fifa 21 bot, tool or app.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to futwebapiv2

futwebapi
A FUT 21 web automation api written with typescript used to interact with fifa 21 ultimate team webapp. With this library you can build your fifa 21 bot, tool or app.
Stars: ✭ 19 (+26.67%)
Mutual labels:  fifa21, fifabot, futbot, fifa21bot
Fifa21-Autobidder
Selenium-based bot that autobids and autobuys players on FIFA 23 Ultimate Team's transfer market
Stars: ✭ 106 (+606.67%)
Mutual labels:  ut, fifabot

⚽️ FutWebApi V2

🎉 What changed?

The old version of this api was based on web automation using selenium, that approach is very limited and unstable. This new version uses javascript injection so that we can use web app javascript code without need to reivent the whell.

🔧 How to install ?

Important note: You need a browser bundler to run this on browser, you can try Browserify.

  1. Create a file in project's root directory called .npmrc
  2. Run npm install futwebapiv2
  3. Code your own stuff and have fun!
  4. Inject your code in the webapp.

💬 Community

If you want to find a group of people ready to help you and share some knowledge, do not hesitate and join our discord group

img

Join Community

📘 Documentation

If you want to generate the documentation for this project you can clone this repository and follow the following steps.

  1. Run npm install inside cloned project root folder.

  2. Run npm run doc inside cloned project root folder.

  3. Now a folder called docs should appear in project root folder with an index.htmlfile you can open.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].