Repository
https://github.com/izzetemredemir/message-sender
Introduction
I made a bot with python . It shares free games on Steam, Origin, Humblebundle, Epicgames etc. It sends posts to ; **Steem ** ,Twitter , Telegram , Discord , Mastodon . So I shared codes in Github.
Especially I think Discord function is very useful . Because ; I tried to find send message without any command to all discord servers but I could't find the answer anywhere. So dc.py contains this code. You can send message to all discord servers which are added your bot and select text channel.
Requirements
Python 3.x
import telebot
import tweepy
import steembase
from steem import Steem
from mastodon import Mastodon
import discord
from discord.ext import commands
import asyncio
New Features
It shares free game news on many different platforms.
It sends post to Steem ,Twitter , Telegram , Discord , Mastodon
Code Example
(
How it works ?
Firstly , you need api keys . You must create them these platforms developer pages.
After that you can call the functions
Contact
https://twitter.com/iemredemircom
GitHub Account
https://github.com/izzetemredemir/
Türkçe
Daha öncesinde ücretli olup kısa bir süreliğine ücretsiz olan oyunları paylaşan bir bot yaptım . team, Origin, Humblebundle, Epicgames gibi platformlarda ücretsiz olan bir oyun olduğunda **Steem ** ,Twitter , Telegram , Discord , Mastodon üzerinde paylaşıyor. Bende bu projenin kodlarını Githubda paylaştım . Umarım faydalı olur .