8000 GitHub - gugdun/InPrize: Instagram giveaway randomizer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

gugdun/InPrize

Repository files navigation

InPrize

🎁 InPrize is a free Instagram giveaway randomizer.

It is very easy to use! Log into your Facebook account, select a post from the feed, and click "Choose a Winner". You will be shown a randomly selected comment. The commenter's profile on Instagram can be opened by clicking the "Open Profile" button.

❕ To use this app, you must link your Instagram business account to your Facebook account.

Google Play

🔨 Build

  1. Create file res/values/strings.xml:
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="google_app_id">YOUR_GOOGLE_APP_ID</string>
    <string name="facebook_app_id">YOUR_FACEBOOK_APP_ID</string>
    <string name="facebook_client_token">YOUR_FACEBOOK_CLIENT_TOKEN</string>
</resources>
  1. Create file lib/appodeal_key.dart:
const appKey = 'YOUR_APPODEAL_APP_KEY';
  1. Run flutter pub get
  2. Run flutter build apk --release

🏃‍♂️ Run

Run InPrize in debug mode:

flutter run -d DEVICE_ID --debug

About

Instagram giveaway randomizer

Resources

License

Stars

Watchers

Forks

0