pramodofficial / SpLFastlyWrite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpLFastlyWrite

» Spawns word, first completes will be rewarded coins, group leaderboard, global leaderboard based on both coins and words is available !

CREDITS

» Keshav [Telegram]

GITHUB

» ShutupKeshav

REQUIREMENTS

» BOT_TOKEN, Get it from BotFather.
» MONGO_DB_URI, Get it from Mongo.
» OWNER_ID, Get it from Here.
» BACKGROUND_IMAGE_URL, Get it from anywhere, make link here using /telegraph replying to it.

VPS HOSTING

» Star and Fork the Repo.

» Copy Forked repo link.

» Go to your VPS Terminal.

VPS COMMANDS

» git clone forked_repo_url SpLFW

» vi .env

--> after doing 'vi .env', set ENV vars.
--> click on 'i' for enabling insert mode.
--> fill the ENV vars in the format below.

BOT_TOKEN=647467816:bcahbcv_121bdbuhbj.....
OWNER_ID=467641771
MONGO_DB_URI=mongo://srv.....

--> no need of single('') and double("") quotes.
--> after filling, use 'esc' to get out from insert mode.
--> use command ':wq' to save the file.

» cd SpLFW

» bash alpha.sh

About

License:MIT License


Languages

Language:Python 80.8%Language:Dockerfile 12.0%Language:Shell 4.8%Language:Procfile 2.4%