0xfuturistic / Twitter-Giveaways-Bot

A bot that will constantly look for new giveaways and contests on Twitter; and enter to all of them! It will do whatever it's needed, either retweeting or liking something, or even following and DMing someone :D
MIT License
122 stars 41 forks source link

Attribute Error #30

Open Pythefnos opened 2 years ago

Pythefnos commented 2 years ago

Hey! This is my first time working with python, and Im a bit lost. I copied your entire code, and changed what I needed to, as directed. As I went to run it, I was met with the following error:

Traceback (most recent call last): File "main.py", line 8, in class colors: File "main.py", line 9, in colors HEADER = '\033[95m' if config.print_in_color else "" AttributeError: module 'config' has no attribute 'print_in_color'

Anyone able to help?