Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elibolonur/adformify
A simple tool based on selenium to automate upload process on adform studio
https://github.com/elibolonur/adformify
adform adform-studio automation javascript selenium studio tool
Last synced: 10 days ago
JSON representation
A simple tool based on selenium to automate upload process on adform studio
- Host: GitHub
- URL: https://github.com/elibolonur/adformify
- Owner: elibolonur
- License: mit
- Created: 2018-04-17T16:09:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:26:17.000Z (about 2 years ago)
- Last Synced: 2023-02-26T10:36:19.265Z (almost 2 years ago)
- Topics: adform, adform-studio, automation, javascript, selenium, studio, tool
- Language: JavaScript
- Homepage:
- Size: 439 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdFormify
A simple tool based on selenium to automate upload/download process on Adform studio## Installation
```npm install -g``` to install.## Usage
You need zip files of your banners under root folder where you execute ```adformify```command. **Do not forget to banner sizes in zip file names to get sizes automatically!**1. Start terminal
2. ```cd /folder/path/to/your/zip_files```
3. Type ```adformify```## Options
There are 4 different options that you can define when you execute the command.
- target
- cta
- tasks
- delay### target
To define target folder. Default is root folder where the command is executed. Default is ```./files```
ex: ```adformify --target=files/zip```### cta
To define CTA url that will be written in adform studio. Default is ```https://www.google.se```
ex: ```adformify --cta=https://www.my_cta_link.com```### tasks
To define how many tasks will be executed simultaneously. Default is 2.
ex: ```adformify --tasks=5```
##### NOTE: If you have so many simutaneous tasks, the upload process may fail!### delay (ms)
To define delay during the upload process. Default is 0. If you have a slow internet connection this helps to prevent process failure. Defined as milliseconds.
ex: ```adformify --delay=1000```