I'm new to pythn anywhere, and i just want to run a script for 24 hours, but everytime i try it, it gives me a error while trying to import the facebook module.
Traceback (most recent call last):
File "/home/jorgecosta/happy_birthday.py", line 1, in <module>
import facebook
ImportError: No module named 'facebook'
i have the code as:
import facebook
import datetime
import time
import sys