-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58ea018
commit e833cf1
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
name: netizenship | ||
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2' | ||
summary: A tool to check the membership of a given username in 30+ popular websites | ||
description: | | ||
This is a commandline tool to find the online presence of a username in popular social media websites like Facebook, Instagram, Twitter, etc. | ||
Development in progress. (As on 18 Jan 2020) | ||
Contribute at https://github.com/rahulrajpl/netizenship | ||
MIT License | ||
Copyright (c) 2020 Rahul Raj | ||
grade: devel # must be 'stable' to release into candidate/stable channels | ||
confinement: devmode # use 'strict' once you have the right plugs and slots | ||
|
||
parts: | ||
my-part: | ||
# See 'snapcraft plugins' | ||
plugin: nil | ||
|