8000 GitHub - cyberomanov/coingecko_collect: bot via python for coingecko.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cyberomanov/coingecko_collect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coingecko_collect_v1.0.0

bot via python for coingecko.

how to use:

windows

  1. install python v3.9.1 on server or local machine.
  2. via cmd navigate to 'coingecko_collect' folder.
  3. run 'pip3 install -r requirements.txt' to install requirements.
  4. setup your accounts via 'data.py'.
  5. run 'py -3 collect.py' or 'py -3 reward.py' to start the bot.

linux

  1. install python v3.9.1 on server or local machine by following command: 'sudo apt-get install python3.9 python3-pip -y && pip3 install -r requirements.txt'.
  2. via cmd navigate to 'coingecko_collect' folder.
  3. run 'pip3 install -r requirements.txt' to install requirements.
  4. setup your accounts via 'data.py'.
  5. run 'python3 collect.py' or 'python3 reward.py' to start the bot.

About

bot via python for coingecko.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0