Skip to content

Latest commit

ย 

History

History
72 lines (52 loc) ยท 3.15 KB

File metadata and controls

72 lines (52 loc) ยท 3.15 KB

TelegramBot-AutoForward

Documentation in Indonesian ๐Ÿ‡ฎ๐Ÿ‡ฉ

You can use this BOT to gather messages from various Telegram chats (private/public channels, private/public groups, direct chats) and send them to one or multiple chat locations.

Initially, the bot was made just for myself, but I am also very open if this bot is developed by more people and share views on this โœจ, sorry due to the lack of free services to deploy I cannot share the bot's running telegram account, but I share how to deploy this bot into hosting until it runs

โš  Documentation is still a work in progress โš 
๐Ÿ“ƒ Documentation: https://docs-v1.gitbook.io/autoforward-en

โ‡ Here Are My Features โ‡

  • User-friendly Dashboard
  • Forwards chats (public or private)
  • Next Feature ? Ongoing ๐Ÿ˜

โš™ Command List โš™

Menu Fitur Deskripsi
โœ… getuser GET ID - Name User
โœ… getgroup GET ID - Name Group
โœ… getchannel GET ID - Name Channel
โœ… forward Setup auto forward
โœ… connect Setup Account

Running on local

Clone this project with git, previously download git, and nodejs, search on google

git clone https://github.com/dhino12/TelegramBot-AutoForward.git

Install All Package

npm i

How to Used

Before using it, you can make a bot first with botFather read how to make it and get the Bot TOKEN Telegram Bot
Because this bot is an auto forward, also register this app to telegram here myTelegram

> Make sure you already have or put the Bot TOKEN and other feature API KEY in the environment (process.env.{name_env})
    > create a file .env
    > fill in the field with
        NODE_ENV=development
        BOT_TOKEN=<Token Bot>
        APPID=<APPID>
        APPHASH='<APPHASH>'
> If so, run the bot with npm run dev
> to convert all code into javascript you can use `npm run build`.

๐Ÿ‘‰ Need detailed documentation? Here's how to use this bot

Penggunaan Worker
https://medium.com/@Trott/using-worker-threads-in-node-js-80494136dbb6

menu-button
https://core.telegram.org/bots/features#commands

Video penggunaan

Tutorial

how to run this bot on local server (personal computer) ?
Tutorial

Contributing

Pull requests are welcome. If you have any suggestions, you can also create an issue.

License

MIT