tylerolson / reddit2instagrambot

A bot that uploads top Reddit posts to Instagram.
https://instagram.com/rocketleague.bot
44 stars 9 forks source link

Clueless #16

Open o3nn opened 4 years ago

o3nn commented 4 years ago

After setting up the bot ie entering my Reddit and Instagram data, the main.py application closed. When I reopend it to run it as the bot I closed again in a matter of seconds. I'm relatively to programming and I'm probably just missing one dump point. Could anyone help me? Thats the log: 2020-05-03 14:21:28 main[5828] [DEBUG] Logger config successfully loaded 2020-05-03 14:21:36 main[5828] [INFO] A config does not exist, please make one 2020-05-03 14:21:36 main[5828] [INFO] Enter your Reddit client ID 2020-05-03 14:21:47 main[5828] [INFO] Enter your Reddit client secret 2020-05-03 14:34:58 main[5828] [INFO] Enter your Reddit username 2020-05-03 14:35:06 main[5828] [INFO] Enter your Reddit password 2020-05-03 14:35:15 main[5828] [INFO] Enter your Instagram username 2020-05-03 14:40:11 main[5828] [INFO] Enter your Instagram password 2020-05-03 14:40:17 main[5828] [INFO] Enter Instagram tags 2020-05-03 14:40:33 main[5828] [DEBUG] {'encrypt_key': '=', 'reddit': {'client_id': '', 'client_secret': '', 'username': '', 'password': ''}, 'instagram': {'username': '', 'password': '', 'tags': '#cats'}} 2020-05-03 14:40:33 main[5828] [DEBUG] Config file exists 2020-05-03 14:40:52 main[12476] [DEBUG] Logger config successfully loaded 2020-05-03 14:40:53 main[12476] [DEBUG] Config file exists 2020-05-03 14:40:53 main[12476] [DEBUG] {'encrypt_key': '', 'reddit': {'client_id': '', 'client_secret': ', 'username': '', 'password': ''}, 'instagram': {'username': '', 'password': '***-geaGurJfKIu_jq-GTKg==', 'tags': '#cats'}} 2020-05-03 14:40:53 main[12476] [DEBUG] Config file exists

tylerolson commented 4 years ago

Are you running it in a console, or just clicking on main.py? Anyways, currently all libraries are broken due to Instagram shutting down their API which makes this project useless right now. In the future I will update this project, but it needs heavy refactoring and redesign.

chankeypathak commented 3 years ago

@TylerOlson Just checking to see if this repo still works.