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

https://github.com/jeffbrennan/telegram-bots

Various bots using the telegram api
https://github.com/jeffbrennan/telegram-bots

Last synced: 3 months ago
JSON representation

Various bots using the telegram api

Awesome Lists containing this project

README

        

# Telegram-Bots

A collection of bots using the telegram api to accomplish various tasks.

## Current projects

### [clothing-bot](clothing-bot/clothing.py)
recommends clothing based on the current forecast

- pyowm
- telegram api

---

### [recipe-organizer](recipe-organizer/organizer.py)

stores recipe links and sends them according to specified tags

- telegram api

---

### [wpm](wpm/plot-wpm.py)

sends progress updates on typing speed from typeracer.com

- seaborn
- matplotlib
- selenium
- pandas
- os / glob etc.

---

### [reddit-scraper](reddit-scraper/)

Uses the Reddit API and [PRAW](https://praw.readthedocs.io/en/latest/) to retrieve the following information:

- (manual) user info
- (weekly) new music
- (daily) deals on computer parts & clothes

----