All Projects → Dineshkarthik → pinterest-telegram-bot

Dineshkarthik / pinterest-telegram-bot

Licence: MIT license
Downloads Pinterest image from the given Pinterest shared URL and sends it back in telegram

Programming Languages

python
139335 projects - #7 most used programming language
Procfile
174 projects

Projects that are alternatives of or similar to pinterest-telegram-bot

kuebikobot
A telegram bot that deploys to heroku/aws and downloads links and torrents and uploads to google drive and returns public share link
Stars: ✭ 127 (+477.27%)
Mutual labels:  telegram-bot
my-id-bot
Telegram bot to get ID of some chats (including your own ID)
Stars: ✭ 49 (+122.73%)
Mutual labels:  telegram-bot
telemmo
(discontinued) @telemmo_bot 🌐 An idle MMORPG for Telegram
Stars: ✭ 79 (+259.09%)
Mutual labels:  telegram-bot
meteor-telegram-bot
Telegram bot plugin for Meteor
Stars: ✭ 25 (+13.64%)
Mutual labels:  telegram-bot
H.E.L.P.
Home Environment Locating People 🍍
Stars: ✭ 19 (-13.64%)
Mutual labels:  telegram-bot
burnbg-bot
🔥 With this bot you can remove background from any picture. Don't spend hours manually picking pixels. Send your photo now & see the magic.
Stars: ✭ 40 (+81.82%)
Mutual labels:  telegram-bot
TLG AntiJoin2SpamBot
Telegram Bot that figths against Spammers who join groups to publish their annoying and unwanted info. The Bot will watch for all new users that join the group and don't let them to publish messages that contains URLs until they have been in the group long as an specific time, and they have written an enough number of messages (configurable).
Stars: ✭ 16 (-27.27%)
Mutual labels:  telegram-bot
quizquickanswer-telegram-game-bot
🎮 Funny quiz game for telegram, play with friends on your group!
Stars: ✭ 15 (-31.82%)
Mutual labels:  telegram-bot
binance-spot-order-notification-heoku
[binance order trade fill notification] Telegram Notification when Binance order created, cancelled or filled. Ready to Deploy on Heroku
Stars: ✭ 30 (+36.36%)
Mutual labels:  telegram-bot
YukkiMusicBot
Telegram Group Calls Streaming bot with some useful features, written in Python with Pyrogram and Py-Tgcalls. Supporting platforms like Youtube, Spotify, Resso, AppleMusic, Soundcloud and M3u8 Links.
Stars: ✭ 860 (+3809.09%)
Mutual labels:  telegram-bot
telegram bitcoin bot
Telegram Auto Mining Bitcoins In Termux
Stars: ✭ 115 (+422.73%)
Mutual labels:  telegram-bot
CtfWatcherBot
Telegram Bot that keeps track and notificates subscribers about Capture The Flag competitions.
Stars: ✭ 12 (-45.45%)
Mutual labels:  telegram-bot
luoxu
A Telegram userbot to index Chinese and Japanese group contents.
Stars: ✭ 77 (+250%)
Mutual labels:  telegram-bot
jadibot
Telegram Bot for jadi.net
Stars: ✭ 59 (+168.18%)
Mutual labels:  telegram-bot
Triton
GitHub notifications tracker for Telegram. Pushes GitHub notifications to Telegram.
Stars: ✭ 12 (-45.45%)
Mutual labels:  telegram-bot
Telegraf-Test
Telegraf Test - Simple Test ToolKit of Telegram Bots
Stars: ✭ 22 (+0%)
Mutual labels:  telegram-bot
keyword alert bot
telegram keyword alert bot ⏰
Stars: ✭ 52 (+136.36%)
Mutual labels:  telegram-bot
compress-pdf-tg-bot
A Telegram bot can compress the size of PDF documents. Useful for digital documentations.
Stars: ✭ 24 (+9.09%)
Mutual labels:  telegram-bot
super-bot
radio-t bot слушает чат telegram и реагирует на определенные команды и фрагменты текста.
Stars: ✭ 38 (+72.73%)
Mutual labels:  telegram-bot
price-tracker-bot
Telegram 聊天機器人,追蹤momo降價、重新上架
Stars: ✭ 54 (+145.45%)
Mutual labels:  telegram-bot

Pinterest Telegram Bot

License: MIT Code style: black

Overview:

A Telegram bot that downloads videos, images, GIFs from Pinterest based on user input and sends it back to the user via Telegram.

demo

Support:

Category Support
Language Python 3.6 and above

Installation

$ git clone https://github.com/Dineshkarthik/pinterest-telegram-bot.git
$ cd pinterest-telegram-bot
$ pip3 install -r requirements.txt

Configuration

TOKEN: 'YOUR_BOT_TOKEN'
WEBHOOK_URL: 'https://<YOUR_APP_NAME>.herokuapp.com'
REDIS_URL: 'redis://<USER_NAME>:<PASSWORD>@<HOST>:<PORT>'
  • token - Your Telegram Bot API Token, to get the token follow the instructions available here.
  • webhook_url - Heroku app url. Instructions for deploying a python to heroku app can be found here.
  • redis_url - Redis is used to cache scraped urls to increase performance, check how to use heroku redis here.

Execution

$ python3 pinterest_telegram_bot.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].