https://github.com/mbianchidev/telegram-scripts-and-bots
My telegram scripts and bots
https://github.com/mbianchidev/telegram-scripts-and-bots
bot telegram telegram-bot
Last synced: about 1 year ago
JSON representation
My telegram scripts and bots
- Host: GitHub
- URL: https://github.com/mbianchidev/telegram-scripts-and-bots
- Owner: mbianchidev
- Created: 2023-04-01T15:14:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T17:12:38.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T20:32:04.800Z (over 1 year ago)
- Topics: bot, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purpose
This repository contains scripts and bots I use with Telegram.
# Scripts
## `cloudflare-mbianchidev_bot`
@mbianchidev_bot is a bot that allows me to manage my old contacts on an inactive telegram account t.me/mbianchidev_bot.
The telegram profile links to the bot, which is hosted on a cloudflare worker.
- Create the telegram bot by messaging @BotFather t.me/BotFather
- Give the bot a name
- Give the bot a username
- Save the API_KEY
- Login https://dash.cloudflare.com/
- Workers
- Create new worker
- Write your code (see `cloudflare-mbianchidev_bot.js`)
- Save and deploy
- Set the API_KEY environment variable
- Test it https://api.telegram.org/bot/setWebhook?url=
- /start your bot
- use it 100% free
## `spotify-awesome-playlists`
This script allows me to track my playlists on Spotify categorized.
- Create app on https://developer.spotify.com/
- Deploy python bot on heroku
## `More coming soon`