Installing Botoscope on your WooCommerce store
Once you’ve created your bot (with the โWithout admin panelโ option), follow these steps to connect your WooCommerce site to Botoscope:
๐ Step 1: Edit your wp-config.php
file
On your server, open the wp-config.php
file of your WordPress installation and add the following lines before the line:
/* That's all, stop editing! Happy publishing. */
Use the following code (example values shown):
define('BOTOSCOPE_BOT_TOKEN', '123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'); define('BOTOSCOPE_BOT_USERNAME', 'myshop_bot'); define('BOTOSCOPE_PROXY_SERVER', 'https://c12-t2hx7w.s2.botoscope.com'); define('BOTOSCOPE_CLIENT_API_KEY', '0984d076-7680-49f6-91b5-l47bcc53c791'); define('BOTOSCOPE_CLIENT_PASS', '6Jw6rzVxfdjwBEMtxtl');
โ
Where to find this data?
After activating your bot in the Botoscope system, you will see all required credentials (token, username, proxy server, API key, and client pass) directly in your dashboard.
Just copy them and paste into your
After activating your bot in the Botoscope system, you will see all required credentials (token, username, proxy server, API key, and client pass) directly in your dashboard.
Just copy them and paste into your
wp-config.php
file.๐ฆ Step 2: Install the Botoscope plugin
- Log into your WordPress admin panel.
- Go to Plugins โ Add New.
- Upload the Botoscope plugin ZIP file.
- Click Install Now, then Activate.
โ๏ธ Step 3: Run initial configuration
- In the WordPress admin panel, go to Botoscope โ System Controls.
- Click the button โReset full bot data cacheโ.
- Wait a few seconds โ the site will synchronize with your Telegram bot.
โ Youโre done!
Your bot is now connected to your WooCommerce store.
You can now:
- Add and manage products
- Configure payment systems
- Control categories and pricing
- And much more โ based on your business needs