idk if possible but I want a bot to start a thread on reddit when a person I follow adds an image to Instagram.I would like to make one.
import praw
import tweepy
reddit = praw.Reddit(client_id="*",
client_secret="*",
user_agent="*",
username="*",
password="*")
consumer_key = '*'
consumer_secret = '*'
access_token = '*'
access_token_secret = '*'
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
auth.set_access_token(access_token, access_token_secret)
api = tweepy.API(auth)
base_url = 'https://twitter.com/'
mobole_prefix = 'mobile.'
{
"Meta": {
"version": "",
"name": "",
"author": "",
"source": "",
"message": ""
},
"Reddit": {
"client_id": "",
"client_secret": "",
"user_agent": "",
"username": "",
"password": "",
"Subreddits": [
"", ""
]
},
"Twitter": {
"consumer_key": "",
"consumer_secret": "",
"access_token": "",
"access_token_secret": "",
"base_url": "https://twitter.com/",
"mobile_url": "https://mobile.twitter.com/"
},
"Monitor": [
"", ""
]
},
"Google": {
"": "",
"YouTube": {
"channel_id": [
"", "", ""
]
}
},
"Instagram": {
"": "",
"Profiles": {
"profile_id": [
"zuck", "jack"
]
}
}
}
Same here. I like to create my own posts on reddit and interact with their user base, so I can network & meet new people on there.I have recently started using Reddit a lot more over the last month or so but I can't say I have used any bots on Reddit or considered making my own bot.