social-media-detector-api icon indicating copy to clipboard operation
social-media-detector-api copied to clipboard

Missing private constants module

Open sys-walker opened this issue 5 years ago • 1 comments
trafficstars

IMG_20200411_212523

sys-walker avatar Apr 11 '20 19:04 sys-walker

Create a private_constants.py that has these constants: TELEGRAM_API_ID = # An integer of your Telegram API key TELEGRAM_API_HASH = # A string of your Telegram API hash

INSTAGRAM_USERNAME = # A string of your Instagram username INSTAGRAM_PASSWORD = # A string of your Instagram password

You can skip those of an app you don't intend to use. Although my advice to you would be to wait until I made a working version of the program first. Currently, I'm just trying various stuff in the repository and I don't think anyone should use it in a production environment. You should just take code snippets of what you need for whatever you're planning to do.

I will get back to this project once I get some free time, which hopefully should be pretty soon. You are more than welcome to contribute through reporting issues and pull requests, @sys-walker.

Regards -Yazeed Almuqwishi

yazeed44 avatar Apr 12 '20 00:04 yazeed44