Skip to content

This Adobe After Effects script scrap the web of a bank, obtain the currencies data in JSON, set the data in After Effects and render a currencies info screen.

Notifications You must be signed in to change notification settings

lopezrunco/ae-script-render-web-currencies

Repository files navigation

Render currencies

Scrap the web of Banco Central del Uruguay, set the currency info in an After Effects comp and render.

Used libraries:

Axios: Promise-based HTTP client for the browser and node.js

Cheerio: Parses markup and provides an API for traversing/manipulating the resulting data structure

Instructions

  1. Clone the repo

    git clone https://github.com/lopezrunco/ae-script-render-web-currencies.git
  2. Install NPM packages

    npm i
  3. Run scraper

    node scraper.js
    # All data will be stored in data.json file
  4. Go to the After Effects project and run the script render.js

Tested in:

# After Effects 2022

About

This Adobe After Effects script scrap the web of a bank, obtain the currencies data in JSON, set the data in After Effects and render a currencies info screen.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published