https://github.com/gabrielrf/telegram-lmgtfy_bot
https://github.com/gabrielrf/telegram-lmgtfy_bot
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielrf/telegram-lmgtfy_bot
- Owner: GabrielRF
- License: gpl-3.0
- Created: 2016-02-11T12:41:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T11:52:20.000Z (almost 9 years ago)
- Last Synced: 2024-12-31T11:23:46.641Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 7
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram LMGTFY_bot
### Let Me Google That For You Bot
Bot available at [telegram.me/lmgtfy_bot](http://telegram.me/lmgtfy_bot)
## Usage
Be sure to create the file `lmgtfy_bot.conf` and set it as follows:
```
[DEFAULTS]
bot_token = 1234567890EXAMPLE0987654321
google_client = 1234567890EXAMPLE0987654321
```
Then run:
```
$ pip install -r requirements.txt
$ python3 lmgfy_bot.py
```
## Need help
I tried to add inline queries to this bot. It worked, but the VM's load would eventually get really high. So I removed the functionality.
My last attempt is commented on the code. Pull requests are welcome!