Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RabbitFored/Dwindle-telegram-bot
https://github.com/RabbitFored/Dwindle-telegram-bot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/RabbitFored/Dwindle-telegram-bot
- Owner: RabbitFored
- License: gpl-3.0
- Created: 2021-01-02T16:14:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T10:55:22.000Z (over 1 year ago)
- Last Synced: 2024-06-28T18:47:23.185Z (5 months ago)
- Language: Python
- Size: 374 KB
- Stars: 13
- Watchers: 1
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Dwindle
A simple telegram bot that runs on python3, which can handle links in different ways.A simple bot to make things easier.
Can be found on telegram as [Dwindle](https://t.me/dwindle_Bot).
For any questions/issues using this bot, please head to [this chat](https://t.me/ostrichdiscussion/)
#### The Easy Way[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/RabbitFored/Dwindle-telegram-bot/tree/beta)
### Deploy in a VPS
Edit config file
Install requirements
```
python3 -m pip install -r requirements.txt
```Make new screen
```
screen -S Dwindle
```Run the code
```
python-3 m Dwindle
```detach from the screen
```
ctrl+a and d
```