Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#E3FCEF

Please read the Terms of Use for Materials on ZennoLab

Table of contents

...

Expand
titleClick here to expand the table of contents
Table of Contents
exclude^Оглавление:$

...

The profile combines such commonly used parameters as:

  1. Virtual identity - name, surname, date of birth, e-mail, nationality and other parameters.

  2. Virtual Browser - UserAgent, Proxy, Browser Fingerprint, etc.

Info

The profile is re-generated every time you click the "Restart" button in ProjectMaker or when the project is run again in ZennoPoster

...

To configure the primary generation of a profile, you need to configure it in the static block Profile. In it, you can specify the profile language, gender, desired regions, as well as browser settings.

...

To view the current profile, you can click on the "Current profile" button at the top of the program interface. Read more about all profile settings here: Profile window.

How to work with an action?

...

In further work, you can use the data from the profile in other actions, for example, in the cube Text processing ... To do this, use macros from environment variables , for example:

Code Block
{-Profile.Name}

...

In ZennoPoster 7.3.1.0 a profile-folder has been added, you can read more about it in the article Using the profile-folder

With this function you can save it.

...

Let's imagine a situation that we are working with a service that has subscribers. After completing the work, put the current date and time in the LastActivity variable. To do this, use the "Variable processing" action and specify the {-TimeNow.Date-} macro in the data field. (you can read more about the available macros in the article Project variables).

The OldSubcribers variable contains the number of subscribers that we got when the template was running.

...

Tip

Starting from version 7.3.1.0, saving a profile is easier and more logical when working with a profile-folder.

Because we do not need token and UserNameLastSub variables for one reason or another, we do not save them.

...

Also, when saving and loading a profile, you can use user variables, environment variables and their combinations. For example, when setting the following line {-Project.Directory-}ProfilesZenno\{-Profile.Login-}.zpprofile In the "File path" when the profile is saved, in the Profiles folder (this folder will be created next to the project file, if it does not exist at the execution of the action) it will be saved by file called burgtrisorun1981.zpprofile.

...