Skip to content

PRO-2684/Telegram-pURLfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram-pURLfy

A Telegram bot to purify your links, based on pURLfy core. You can find the bot at @purlfy_bot.

Deploying

Note that NodeJS 18+ is required. If you're using a lower version, you can try to remove node: from the first two lines at index.js, but I do not promise this solution will work.

  1. Clone the repo
  2. Install dependencies with npm install --save node-telegram-bot-api
  3. Get purlfy.js and rules/ at pURLfy core and pURLfy rules (You can try out update.sh if you're lazy)
  4. Create config.json with following key(s):
    • token: Your bot token, required
    • Todo...
  5. node index.js

Releases

No releases published

Packages

No packages published