https://github.com/spechide/filesbot
https://github.com/spechide/filesbot
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spechide/filesbot
- Owner: SpEcHiDe
- License: cc0-1.0
- Created: 2020-06-21T10:04:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T05:17:11.000Z (over 4 years ago)
- Last Synced: 2024-12-13T05:37:00.028Z (over 1 year ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 77
- Watchers: 4
- Forks: 117
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# FiIesBot
Powerful bot for file sharing without any database
- can be found on 👉 [Telegram](https://telegram.dog/GoFiIesBot) 👈
## License: CC0 1.0 Universal (Public Domain)
## Deploying
### The Easy Way
[](https://heroku.com/deploy)
- Important Step:
- Change webhook of telegram bot `https://api.telegram.org/bot/setWebhook?url=https://.herokuapp.com/`
### The Variables
- `TG_BOT_TOKEN`:
- get a token by talking to [@BotFather](https://telegram.dog/BotFather)
- `TG_BOT_USERNAME`:
- your bot username, without the '@' symbol.
- `TG_DUMP_CHANNEL_ID`:
- create a Telegram Channel.
- Add your bot, created in previous step to the Telegram Channel, (as an administrator).
- Send a message in the Telegram Channel.
- Right Click on the Message > Copy Link.
- you will get a link in the format: https://t.me/c/12374356/3
- the value -100 and 12374356 combined without spaces is the value of this KEY.
- `TG_AUTH_USERS`:
- send `/id` command to [@googleIMGBot](https://telegram.dog/googleIMGBot) to get this value. [ atleast, two users are required ]
- you can also set `ALL` value in this field, to give everyone access to your File Sharing RoBot.