social-media-detector-api
social-media-detector-api copied to clipboard
Missing private constants module

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