๐ŸงDeploy to Linux

Recommend: We request that you fork Crowgram's GitHub repository so your deployed version will be protected.

Prerequisites

To deploy Crowgram, it is necessary to know about the variables mentioned below. Detailed information about these variables is available in the variables section.

api_id
api_hash
string
bot_token
assistant_bot
assistant_api_id
assistant_api_hash
assistant_string
owner
log_group
pm_log_location
mention_log_location

Automatic Process

The easiest and our recommended process to install Crowgram is to run the following command in your Linux terminal in your desired directory.

It'll automatically clone the git repository, and will ask you for your variables and do the rest. Here the only dependences for running this command are wget, git and your Linux shell itself!

For again running the Crowgram, simply run the crowgram.sh script inside the git repository.

Manual Process

Follow these steps to manually deploy Crowgram.

Clone the Crowgram Repository

Open your terminal and run the following command to clone the Crowgram repository:

In your_username, you have to give your GitHub username.

Change your current directory to the Crowgram folder:

Set Environment Variables

Export the environment variables using the values you gathered in the prerequisites step. You can set them in the .env file provided with the repository:

Replace YOUR_XXX with the respective values.

Install Dependencies and start Crowgram

Run the following command to install the required dependencies and start your own Crowgram:

Crowgram will initialize and connect to Telegram.

Conclusion

You have successfully installed Crowgram on your Linux machine. Enjoy the enhanced Telegram experience provided by this userbot. If you encounter any issues or have questions, please refer to the Crowgram GitHub repository or reach out to the developer community for assistance.

Last updated