Hello dear Community,
Did you know one of the best platforms for ICO investment through social media network is now Telegram?
Welcome to world of bot developers.
I am a pro chatbot expert, who is familiar with social media bot development and ICO, cryptocoins projects and I will make my expertibility/ perfectibility work for you by developing the best telegram chatbot for you with full functioning and automating power assuring great result if you hire me for the project.
I will develop your bot with language like:- php, html7, java, ajax etc
I will automate your bot with these features:-
*Autoreply ability
*Long life span
*Durability
*Custom commands
*Bot menus
*Welcome message
*API integration etc
I will deliver:-
*Full developed project
*Bot API
*Bot telegram link
Requirement :- Conversation script, Flow chart, Number of menus, etc
Contact me for more info.
lovesmayfamilis#gmail.comPlease change # to @ Suggested system ubuntu 16.04 LTS, php 7.2, java8, can be deployed with the following script
Apt-get update
Apt-get -y upgrade
Apt-get install -y software-properties-common
Add-apt-repository -y ppa:ondrej/nginx-mainline
Apt-get update
Apt-get install -y curl vim wget unzip apt-transport-https lsb-release ca-certificates
Apt-get install -y nginx-extras
Add-apt-repository -y ppa:ondrej/php
Apt-get update
#apt-cache search php7.2
#apt-get install -y php5.6-fpm php5.6-mysql php5.6-curl php5.6-gd php5.6-mbstring php5.6-mcrypt php5.6-xml php5.6-xmlrpc php5.6 -zip php5.6-opcache php5.6-gettext
#sed -i 's/;cgi.fix_pathinfo=1/cgi.fix_pathinfo=0/' /etc/php/5.6/fpm/php.ini
#https://www.rosehosting.com/blog/install-php-7-1-with-nginx-on-an-ubuntu-16-04-vps/
Apt-get install -y php7.2
Apt-get install -y php7.2-cli php7.2-common php7.2-curl php7.2-gd php7.2-json php7.2-mbstring php7.2-mysql php7.2-opcache php7.2- Readline php7.2-xml php7.2-zip php7.2-fpm php7.2-mcrypt php7.2-gettext php7.2-xmlrpc
Sed -i 's/;cgi.fix_pathinfo=1/cgi.fix_pathinfo=0/' /etc/php/7.2/fpm/php.ini
Systemctl restart php7.2-fpm.service
Apt-get install -y mysql-server
Apt-get install -y phpmyadmin
Add-apt-repository -y ppa:webupd8team/java
Apt-get update
Apt-get install -y oracle-java8-installer
#update-alternatives --config java
Echo 'JAVA_HOME="/usr/lib/jvm/java-8-oracle"' >> /etc/environment
Curl -o-
https://raw.githubusercontent.com/creationix/nvm/v0.33.9/install.sh| bash
Nvm install --lts && npm install -g pm2
Mysql_secure_installation
#sudo systemctl enable nginx.service
#sudo systemctl enable php7.2-fpm.service
#sudo apt purge php7.0*
#
# swap mem
#dd if=/dev/zero of=/swap bs=1M count=1024
#mkswap /swap
#swapon /swap
#echo "/swap swap swap defaults 0 0" >> /etc/fstab
# sudo dpkg-reconfigure tzdata Asia/Shanghai
# vim /etc/php/5.6/fpm/pool.d/www.conf EDIT pm.max_children / pm.start_servers / pm.min_spare_servers / pm.max_spare_servers / pm.max_requests
#
#
https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-convenience-script# docker install script
# curl -fsSLget.docker.com-o get-docker.sh
# sudo usermod -aG docker your-user
Robot configuration file ini description:
Token - the token officially assigned token
User - the robot username
Tg_reward - the number of token rewards added to the telegram
Invite_reward - Invite a person's token rewards
Db related to mysql configuration
Str_ok - the correct prompt for the verification code
Str_exist - the message that this telegram user has bound other eth addresses
Str_err - prompt message for verification code error
Welcome - welcome reminder for private chat robots
Kick - automatic kick rules, multiple use; separate
Whitelist - whitelist rules, which are in line with the kick rule and are not in the whitelist, will be kicked, multiple uses;
3, the total number of tokens is calculated as the number of invitees * invite_reward+ is in the tg group * tg_reward
If you need to recalculate, you can execute this sql statement: UPDATE `table_name` SET `count`=`invite` * 88 + 188 * `tg`