Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/RabbitFored/Dwindle-telegram-bot


https://github.com/RabbitFored/Dwindle-telegram-bot

Last synced: 3 months ago
JSON representation

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
```