Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of contents:

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

Description

For working on the Internet, ZennoPoster has a special entity - Project Profile.

...

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

...

Via the context menu Add actionDataOperations on profile

...

Or use smart search .

What is it used for?

A profile can be saved and loaded into a template, thus using different profiles to work on different resources. This allows you to bypass bot protection.

...

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 Word 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.

...

Note

Saving a profile folder is a resource-intensive operation and can greatly slow down a project, especially in multi-threaded work. It is not recommended to call save often. Best Places to Call - Good End and Bad End

...

Possible practical application

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 Handlingprocessing" 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.

Later we can use the “Loading profile” and get the necessary variables, then we use them for personal logging of actions. Create an action Alert Notification and specify the following text there:

...