Skip to content

Instantly share code, notes, and snippets.

View cod3rboy's full-sized avatar
🏠
Working From Home

Dheeraj Kumar cod3rboy

🏠
Working From Home
  • Jammu & Kashmir, India
  • 22:16 (UTC +05:30)
View GitHub Profile

Privacy Policy - Thank you Routine Task

Your privacy is important to us. It's our policy to respect your privacy regarding any information we may collect from you through our app, Thank you Routine Task.

This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Information if anyone decided to use our Service.

If you choose to use our Service, then you agree to the collection and use of information in relation to this policy.

  • No Personal Information is collected by Thank you Routine Task. However, we may collect app usage statistics such as crash report, logs for improving Thank you Routine Task but we will never use or share your information with anyone except as described in this Privacy Policy.

  • We only ask for app's usage statistics, when we truly need it to provide a service to you. We collect it by fair and lawful means, with your knowledge and consent. We also let you know why we’re collecting it and how it will be used.

Privacy Policy - Routine Task

Your privacy is important to us. It's our policy to respect your privacy regarding any information we may collect from you through our app, Routine Task.

This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Information if anyone decided to use our Service.

If you choose to use our Service, then you agree to the collection and use of information in relation to this policy.

  • No Personal Information is collected by Routine Task. However, we may collect app usage statistics such as crash report, logs for improving Routine Task but we will never use or share your information with anyone except as described in this Privacy Policy.

  • We only ask for app's usage statistics, when we truly need it to provide a service to you. We collect it by fair and lawful means, with your knowledge and consent. We also let you know why we’re collecting it and how it will be used.

@cod3rboy
cod3rboy / main.go
Created April 24, 2022 10:00 — forked from julz/main.go
containersched minicontainer
package main
import (
"fmt"
"os"
"os/exec"
"syscall"
)
func main() {
@cod3rboy
cod3rboy / playstore_scrapper.py
Created August 31, 2020 08:19
A python script to scrap an android application info from play store.
import requests
from bs4 import BeautifulSoup
app_package_name = input("Enter android app package name : ")
app_url = "https://play.google.com/store/apps/details?id=" + app_package_name
page = requests.get(app_url)
soup = BeautifulSoup(page.content, 'html.parser')
@cod3rboy
cod3rboy / privacy_policy_apna_share.md
Last active July 4, 2020 13:23
Privacy policy of Apna Share

Privacy Policy - Apna Share

Your privacy is important to us. It's our policy to respect your privacy regarding any information we may collect from you through our app, Apna Share.

This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Information if anyone decided to use our Service.

If you choose to use our Service, then you agree to the collection and use of information in relation to this policy.

  1. No Personal Information is collected by Apna Share. However, we may collect app usage statistics such as crash report, logs for improving Apna Share but we will never use or share your information with anyone except as described in this Privacy Policy.