jpryda / facebook-multi-scraper

Multi-threaded Facebook scraper for social analytics of public and owned pages
79 stars 26 forks source link

execution #5

Open Nitigya-Handa opened 4 years ago

Nitigya-Handa commented 4 years ago

OWNED_PAGES_TOKENS = { 'jpryda': os.environ['MY_TOKEN'], # Token as an environmental variable: export MY_TOKEN = 'abc-my-token'

'MyPage1': 'my-hardcoded-token' # Hardcoded token

} //TO execute do we have to write 'jpryda' in the 2nd line or something else?