Skip to content

Instantly share code, notes, and snippets.

View ShuhaibNC's full-sized avatar
🏠
Working from home

Shuhaib N C ShuhaibNC

🏠
Working from home
View GitHub Profile

How to install PostgresQL in Termux

To create Local Database on your Termux

  • Install the Postgresql Servers first to your Termux.
initdb ~/pg
  • Start the Server
@ShuhaibNC
ShuhaibNC / sha
Last active July 16, 2022 05:46
shahir
const {
forwardOrBroadCast,
bot,
parsedJid,
getBuffer,
options,
} = require('../lib/')
const url = 'https://i.imgur.com/3YGX7x8.jpeg'
bot(
{ pattern: 'sha ?(.*)', fromMe: true, desc: "Forward replied msg." },
const {
forwardOrBroadCast,
bot,
parsedJid,
getBuffer,
options,
} = require('../lib/')
const url = 'https://telegra.ph/file/1e167ebc232063fc03226.jpg'
bot(
{ pattern: 'nc ?(.*)', fromMe: true, desc: "Forward replied msg." },