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
- Host: GitHub
- URL: https://github.com/jeffbrennan/telegram-bots
- Owner: jeffbrennan
- Created: 2019-09-09T15:27:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T01:24:09.000Z (over 4 years ago)
- Last Synced: 2025-01-17T06:45:20.987Z (5 months ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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----