Skip to content

A nice litte scirpt to get infos about your account (Uberspace).

License

Notifications You must be signed in to change notification settings

Hirschiii/Account_Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Account Scraper

is a Script to get informations (like Acount Balance or Monthly fees) from your online Account like Uberspace. For now, only Uberspace is supported with monthly fees, account balance and extra storage. It's get the password to the account from pass, but you need a specific [syntax](#Pass syntax) in your pass. (or you have to adjust the script).

The script can easily be used for example in sc-im. With this you can have a nice table and overview about multiple accounts.

Dependencies:

  • cUrl
  • sed
  • cat
  • pandoc (Text - html)
  • awk
  • grep
  • echo
  • pass

Use it:

Example:

account_scraper uberspace konto test/test/test 

Command structure

uberspace : the service / module to use

konto : The information you want to get. (For Uberspace: konto=account balance; mon=monthly fee; gb=extra storage)

test/test/test : the postition for the username and password in pass

Pass syntax

For the script to word you need this syntax in your pass:

$password

User: $username

Change $username and $password to your needs.

Get it into sc-im

@ston(@ext("./account_scraper uberspace konto test/test/test #",0))

@ston(@ext("./account_scraper uberspace konto "#A3#"/"#B3#"/"#C3#" #",0))

The second one get the path to pass directly from the sc-im cells (A3; B3; C3) in the sc-im file.

Configuration for sc-im

This is to allow external functions. You have to place it in the sc-im file or the global config.

set external_functions=1

About

A nice litte scirpt to get infos about your account (Uberspace).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages