September 5, 2023

Easy AI Commentbot Guide 


OUR SITE
http://ai-easy.ru
http://ai-easy.ru
http://ai-easy.ru

After getting two files where
GPT_spam - bot for autocommenting
tg_autosubsribe - bot for auto-subscribing to channels and their chats.

You need to download both files, then you need to unzip them

After that, we should have these two folders

Open the settings folder

After that we see 4 text files.

.env - here we specify api and HASH of the telegram account, from which the commenting will be done. Also here we need to specify the key that we give you.

Also in this section you can customize the delay of commenting on posts (Specified in seconds. Example: RESPONSE_DELAY=20) and specify the probability of response to users who responded to your comment (Specified in this format REPLY_PROBABILITY=20) Probability you choose from 0 to 100.

Chat_ids - do not touch
openai_keys - here you specify the openai key. There was a limit of 3 requests per minute, the problem was that if more than 4 posts from your channel base came out per minute, there was a delay in commenting, now there is no delay. We have added support for multiple openai keys. Personally, I had a big problem with it if you upload 300-500 active channels to your account. Now you can load 3-5 keys and everything will be just great. Now due to this, on one account you can put a base of even 1000 channels, he will all comment) Just add more keys there, I added 4 keys for 500 channels Each key is specified with a new line, without all the unnecessary. promt_text - promt for GPT, I recommend to customize it for yourself, set all comment parameters. Initially specified :

You are a human commenter of posts, you are written posts, you write comments for them, as if they were written by a human, write only in Russian, do not format the text, write only the text of the comment, write comments no more than 20 words.
Here we take api and hash, to fill in the .env file - https://my.telegram.org/auth

Then fill in the empty fields, write anything in them and click create application

Next, click API development tools

Then we copy what we need and put it in the .env

openai keys buy here - https://darkstore.store/products/view/akkaunty-chatgpt-api-loginpasswordapi-key-svezie-s-balansom

This is what the key looks like. It must be specified .

Also to work you need a telegram account with a premium subscription.
This is necessary in order to shoot spamblock in https://t.me/SpamBot.



After everything is filled in, we can run main.exe, specify your account number, authorize and the bot will start working. Create a channel with comments and check the work.



On the auto-subscription bot:

Also fill in the .env file. In the chats id section, specify telegram channels in this format:



Also fill in the .env file.
In the chats id section, specify telegram channels in this format:

We can run main.exe, specify your account number, authorize and the bot will start working.

If something does not work for you, then:
Check that you have python installed

Installation:
https://www.youtube.com/watch?v=swZA4EJnsG0&t
https://www.python.org/downloads/

If it doesn't work, open cmd, go to the bot folder, copy the path to it, write cmd - cd and the path to the bot folder, then write pip install -r requirements.txt, then python main.py. All commands in turn.

In the end it should work like this



I recommend doing everything on a remote desktop.